2015-03-10 20:39 GMT+01:00 Michael Biebl <[email protected]>:
>
> I want to start enabling and running the test bench as part of the
> regular debian build starting with 8.8.0.
Another problem:
The test-suite requires gcrypt, but configure doesn't check for it.
There the build fails when trying to link the tcpflood test binary:
make[3]: Entering directory '/tmp/buildd/rsyslog-8.8.0/tests'
CC ourtail.o
CCLD ourtail
CC nettester.o
CC getline.o
CCLD nettester
CC tcpflood-tcpflood.o
tcpflood.c:153:1: warning: 'gnutls_certificate_credentials' is
deprecated [-Wdeprecated-declarations]
static gnutls_certificate_credentials tlscred;
^
tcpflood.c: In function 'initTLSSess':
tcpflood.c:806:41: warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
gnutls_transport_set_ptr(sessArray[i], (gnutls_transport_ptr_t) sockArray[i]);
^
CCLD tcpflood
/usr/bin/ld: cannot find -lgcrypt
collect2: error: ld returned 1 exit status
Makefile:1391: recipe for target 'tcpflood' failed
make[3]: *** [tcpflood] Error 1
make[3]: Leaving directory '/tmp/buildd/rsyslog-8.8.0/tests'
Makefile:2932: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/tmp/buildd/rsyslog-8.8.0/tests'
Makefile:919: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/tmp/buildd/rsyslog-8.8.0'
dh_auto_test: make -j1 check returned exit code 2
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
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.