
bugzilla at apache
Nov 27, 2009, 3:03 AM
Post #1 of 1
(206 views)
Permalink
|
|
[Bug 48298] New: libapreq2-2.12: "make test" fails at request.t and upload.t
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48298 Summary: libapreq2-2.12: "make test" fails at request.t and upload.t Product: Apache httpd-2 Version: 2.2.14 Platform: Sun OS/Version: SunOS Status: NEW Severity: major Priority: P2 Component: Build AssignedTo: bugs [at] httpd ReportedBy: marcoep [at] gmail Created an attachment (id=24630) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24630) config and test logs Hello, Testing on SunOS the latest stable release of - apache 2.2.14 - libapreq2 2.12 Apache compiles/tests/installs fine, but libapreq2 fails on "make test": $ ./configure --with-apache2-apxs=/data/home/pjadmin/utilz/apache2/bin/apxs $ make && make test ... t/request.t ...... 1/18 # Failed test 6 in t/request.t at line 32 # Failed test 9 in t/request.t at line 52 t/request.t ...... 11/18 # Failed test 11 in t/request.t at line 52 fail #2 # Failed test 13 in t/request.t at line 78 # Failed test 18 in t/request.t at line 118 t/request.t ...... Failed 5/18 subtests t/upload.t ....... 1/7 # Failed test 3 in t/upload.t at line 30 fail #3 # Failed test 4 in t/upload.t at line 30 fail #4 # Failed test 5 in t/upload.t at line 30 fail #5 # Failed test 6 in t/upload.t at line 30 fail #6 # Failed test 7 in t/upload.t at line 30 fail #7 t/upload.t ....... Failed 5/7 subtests Test Summary Report ------------------- t/request.t (Wstat: 0 Tests: 18 Failed: 5) Failed tests: 6, 9, 11, 13, 18 t/upload.t (Wstat: 0 Tests: 7 Failed: 5) Failed tests: 3-7 Files=5, Tests=82, 9 wallclock secs ( 0.63 usr 0.18 sys + 4.79 cusr 1.13 csys = 6.73 CPU) Result: FAIL Failed 2/5 test programs. 10/82 subtests failed. [warning] server localhost:8529 shutdown [ error] error running tests (please examine t/logs/error_log) make[1]: *** [run_tests] Error 1 make[1]: Leaving directory `/data/home/pjadmin/utilz/libapreq2-2.12/module' make: *** [module_test] Error 2 More info: $ uname -a SunOS kappa1 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V490 $ httpd -V Server version: Apache/2.2.14 (Unix) Server built: Nov 19 2009 15:19:17 Server's Module Magic Number: 20051115:23 >>> Server loaded: APR 1.2.2, APR-Util 1.2.2 <<< >>> Compiled using: APR 1.3.9, APR-Util 1.3.9 <<< Architecture: 32-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_FCNTL_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/data/home/pjadmin/utilz/apache2/" -D SUEXEC_BIN="/data/home/pjadmin/utilz/apache2//bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Lines above marked with >>> <<< look suspicious... (there's another instance of Apache already installed.) Relevant logs attached. Cheers, Marco -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|