google / google-authenticator-libpam

Apache License 2.0
1.77k stars 281 forks source link

'make distcheck' is broken #108

Closed mgorny closed 6 years ago

mgorny commented 6 years ago
make  check-TESTS
make[2]: Entering directory '/home/mgorny/git/google-authenticator-libpam/google-authenticator-1.05/_build/sub'
make[3]: Entering directory '/home/mgorny/git/google-authenticator-libpam/google-authenticator-1.05/_build/sub'
make[3]: *** No rule to make target 'tests/base32_test.sh', needed by 'tests/base32_test.sh.log'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/mgorny/git/google-authenticator-libpam/google-authenticator-1.05/_build/sub'
make[2]: *** [Makefile:1465: check-TESTS] Error 2
make[2]: Leaving directory '/home/mgorny/git/google-authenticator-libpam/google-authenticator-1.05/_build/sub'
make[1]: *** [Makefile:1679: check-am] Error 2
make[1]: Leaving directory '/home/mgorny/git/google-authenticator-libpam/google-authenticator-1.05/_build/sub'
make: *** [Makefile:1601: distcheck] Error 1

Full log: distcheck.log

My guess are missing files in EXTRA_DIST.

ThomasHabets commented 6 years ago

Thanks!