Hi Ramkumar, thank you for testing!
The test suite assumes that "localhost" resolves to the IPv6 loopback address [::1], and the > Cannot connect to 127.0.0.1:9932: Connection refused messages in your test log indicate that this doesn't apply on your system. I've patched the build system so that you can pass your own TEST_HOST or TEST_IP to ./configure. I think either of TEST_IP="127.0.0.1" ./configure or TEST_HOST="ip6-localhost" ./configure should work with the default /etc/hosts file in Ubuntu. Note that changing TEST_HOST requires rebuilding the test certificates, just run "make mostlyclean" before the next test run. The patches are available in the "test-host" branch of my Github repository [1] at commit 26081ce7d5e3075a3783b1779aac43a15e3ce724. Please let me know if they fix the problem! Regards, Thomas [1] https://github.com/airtower-luna/mod_gnutls.git Am 08.07.2015 um 07:06 schrieb Ramkumar Chinchani: > Thomas, > > "make check" fails mostly for me. > > Ubuntu Vivid (15.04) > > Package versions available at [1] > > mod_gnutls 0.7-beta: test/test-suite.log > ============================================== > > # TOTAL: 24 > # PASS: 5 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 19 > # XPASS: 0 > # ERROR: 0 > > > Attaching the test-suite.log > > Thanks. > > > References: > [1] http://packages.ubuntu.com/vivid/ > > > > _______________________________________________ > mod_gnutls-devel mailing list > [email protected] > http://lists.gnupg.org/mailman/listinfo/mod_gnutls-devel >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ mod_gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/mod_gnutls-devel
