Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make dist does not work #1

Open
ingvarha opened this issue Oct 23, 2015 · 0 comments
Open

make dist does not work #1

ingvarha opened this issue Oct 23, 2015 · 0 comments

Comments

@ingvarha
Copy link

v0.1 is tagged, but version number is not set in configure.ac. It also does not create a functional tarball via make dist

$ git checkout v0.1
$ sed -i 's/trunk/0.1/;' configure.ac
$ ./autogen.sh && ./configure && make && make dist
(...)
Cannot stat file "../src/tests/*.vtc": No such file or directory

Creating an empty test makes make check go through, though it would of course be better to add real tests that checks the module's functionality.

$ mkdir src/tests
$ touch src/tests/
$ touch src/tests/notest.vtc
$ make dist
(...)
tardir=libvmod-rfc6052-0.1 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >libvmod-rfc6052-0.1.tar.gz
(...)

Ingvar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant