Code Monkey home page Code Monkey logo

libvmod-example's People

Contributors

aondio avatar daghf avatar dridi avatar gquintard avatar kristianlyng avatar mbgrydeland avatar nigoroll avatar perbu avatar rezan avatar xcir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libvmod-example's Issues

Can't ./configure on arch

./configure fails with:

./configure: line 13695: syntax error near unexpected token `newline'
./configure: line 13695: `    '''

full configure script here: https://filebin.varnish-software.com/guxugkpbnphk7ybw

Dockerfile reproducer:

FROM archlinux:latest

RUN pacman --noconfirm -Sy autoconf automake base-devel gcc git libtool make python python-docutils varnish && \
    git clone https://github.com/varnishcache/libvmod-example.git && \
    cd libvmod-example && \
    ./autogen.sh && \
    ./configure && \
    make && \
    make check

Installation error

Varnishapi.pc does not have variable datarootdir .
datarootdir is used in autogen.sh
This is causing
Package varnishapi was not found in the pkg-config search path.
Perhaps you should add the directory containing `varnishapi.pc'
to the PKG_CONFIG_PATH environment variable
to be thrown even though varnishapi.pc is loaded

REname script may be overdoing things

on master, I modified vcc and c files (and committed) before calling it, and got:

rm 'rename-vmod-script'
error: pathspec 'm4/libtool.m4' did not match any file(s) known to git.
error: pathspec 'm4/lt~obsolete.m4' did not match any file(s) known to git.
error: pathspec 'm4/ltoptions.m4' did not match any file(s) known to git.
error: pathspec 'm4/ltsugar.m4' did not match any file(s) known to git.
error: pathspec 'm4/ltversion.m4' did not match any file(s) known to git.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.