Hi, I can confirm David's problem:
> $ cd /tmp > $ git clone https://github.com/rsyslog/libfastjson.git > $ cd libfastjson > $ ./autogen.sh > $ ./configure > $ make dist > make dist-gzip am__post_remove_distdir='@:' > make[1]: Entering directory '/tmp/test/libfastjson' > if test -d "libfastjson-0.99.3.master"; then find "libfastjson-0.99.3.master" > -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf > "libfastjson-0.99.3.master" || { sleep 5 && rm -rf > "libfastjson-0.99.3.master"; }; else :; fi > test -d "libfastjson-0.99.3.master" || mkdir "libfastjson-0.99.3.master" > (cd tests && make top_distdir=../libfastjson-0.99.3.master > distdir=../libfastjson-0.99.3.master/tests \ > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) > make[2]: Entering directory '/tmp/test/libfastjson/tests' > CC chk_version.o > make[2]: *** No rule to make target '../libfastjson.la', needed by > 'chk_version'. Stop. > make[2]: Leaving directory '/tmp/test/libfastjson/tests' > make[1]: *** [Makefile:826: distdir] Error 1 > make[1]: Leaving directory '/tmp/test/libfastjson' > make: *** [Makefile:922: dist] Error 2 Git master branch @ 3771ee7a962efa57705d4b9b8b838925e16bbcfe ...and the error indicates a problem with the Makefile. -Thomas _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

