On Nov 15, 2007 11:26 PM, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Please provide your input to release. Ubuntu 7.10 kernel 2.6.22-14, x86 > > [+1] APR-0.9.17 > [-1] APR-1.2.12 > [-1] APR-util-1.2.11 > [+1] APR-iconv-1.2.1 -- I only built it! aren't there any tests for this? > >
Details: > [-1] APR-1.2.12 on the first run: testshm : FAILED 1 of 6 testsock : //bin/bash: line 1: 23623 Segmentation fault (core dumped) ./$prog afterwards only the first error ON EVERY RUN; testsock seemed fine, I can only hope it core dumped because of the test that failed before. [EMAIL PROTECTED]:~/aprtest/apr-1.2.12/test$ ./testall testshm -v testshm : -Line 254: Error destroying shared memory block (2): No such file or directory FAILED 1 of 6 Failed Tests Total Fail Failed % =================================================== testshm 6 1 16.67% [EMAIL PROTECTED]:~/aprtest/apr-1.2.12/test$ cd .. [EMAIL PROTECTED]:~/aprtest/apr-1.2.12$ ./test/testall testshm -v testshm : -Line 254: Error destroying shared memory block (2): No such file or directory FAILED 1 of 6 Failed Tests Total Fail Failed % =================================================== testshm 6 1 16.67% I'll look into this later tonight. > [+1] APR-0.9.17 Not a showstopper from my POV: starting consumer..... Name-based shared memory test FAILED: [2] No such file or directory starting producer..... Name-based shared memory test FAILED: [2] No such file or directory > [-1] APR-util-1.2.11 [EMAIL PROTECTED]:~/aprtest/apr-util-1.2.11$ ./test/testall -v teststrmatch : SUCCESS testuri : SUCCESS testuuid : SUCCESS testbuckets : SUCCESS testpass : SUCCESS testmd4 : SUCCESS testmd5 : SUCCESS testdbd : SUCCESS testdate : |Line 188: expected <Mon, 27 Feb 1995 20:49:44 GMT>, but saw <Tue, 28 Feb 1995 04:49:44 GMT> FAILED 1 of 2 testxml : |Line 68: expected <2>, but saw <0> FAILED 1 of 1 testxlate : SUCCESS testrmm : SUCCESS testdbm : |Line 175: expected <2>, but saw <0> FAILED 1 of 1 testqueue : SUCCESS testreslist : \-|/-|\-|/-|\-|/-|\-|/-|\/ [[ and deadlocks here forever (>3 min == infinity) ]] Some warnings: [EMAIL PROTECTED]:~/aprtest/apr-0.9.17$ ./buildconf buildconf: checking installation... buildconf: autoconf version 2.61 (ok) buildconf: libtool version 1.5.24 (ok) Copying libtool helper files ... buildconf: Using libtool.m4 at /usr/share/aclocal/libtool.m4. Creating include/arch/unix/apr_private.h.in ... autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. Creating configure ... rebuilding rpm spec file [EMAIL PROTECTED]:~/aprtest/apr-util-1.2.11$ ./buildconf --with-apr=../apr-1.2.12 Looking for apr source in /home/gringo/aprtest/apr-1.2.12 Creating include/private/apu_config.h ... Creating configure ... Generating 'make' outputs ... Invoking xml/expat/buildconf.sh ... Copying libtool helper files ... Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ... Creating config.h.in ... autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. Creating configure ... rebuilding rpm spec file -- Lucian