Bug #1871
closedlighttpd-1.5.0-2369 fails to compile on Fedora 10 latest
Description
At revision 2369.
mkdir -p /build/work/lighttpd-1.5.x
cd /build/work/lighttpd-1.5.x
unset CDPATH
export LANG=C
make distclean
./configure --prefix=/runtime/lighttpd-1.5.0-2369 --with-mysql --with-openssl --with-fam --with-pcre --with-bzip2 --with-webdav-props --with-webdav-locks --with-gdbm --with-memcache --with-lua
make
make check
./cachable............ok
./core-condition......ok
./mod-compress........2009-01-14 10:59:34: (configfile.c.923) opening configfile /build/work/lighttpd-1.5.x/tests/mod-compress.conf failed: No such file or directory
- The process 26273 is not up
- Failed test 'Starting lighttpd'
- at ./mod-compress.t line 19.
IO::Socket::INET: connect: Connection refused ...propagated at ./mod-compress.t line 19. - Looks like you planned 11 tests but ran 1.
- Looks like you failed 1 test of 1 run.
- Looks like your test exited with 111 just after 1.
Dubious, test returned 111 (wstat 28416, 0x6f00)
Failed 11/11 subtests
./mod-auth............ok
Test Summary Report
-------------------
./request (Wstat: 0 Tests: 41 Failed: 0)
TODO passed: 12
./mod-compress (Wstat: 28416 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 111
Parse errors: Bad plan. You planned 11 tests but ran 1.
Files=21, Tests=284, 23 wallclock secs ( 0.17 usr 0.03 sys + 2.55 cusr 0.61 csys = 3.36 CPU)
Result: FAIL
Failed 1/21 test programs. 1/284 subtests failed.
FAIL: run-tests.pl
cleaning up PASS: cleanup.sh
================================
1 of 3 tests failed
Please report to jan@kneschke.de
================================
make3: * [check-TESTS] Error 1
make3: Leaving directory `/build/work/lighttpd-1.5.x/tests'
make2: [check-am] Error 2
make2: Leaving directory `/build/work/lighttpd-1.5.x/tests'
make1: [check-recursive] Error 1
make1: Leaving directory `/build/work/lighttpd-1.5.x/tests'
make: * [check-recursive] Error 1
exp=0, got ec=2, abort=1
Updated by stbuehler almost 16 years ago
- Priority changed from High to Low
it didn't fail to compile, just the mod-compress test didn't work.
Updated by stbuehler almost 16 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2370.
Also available in: Atom