Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 63908 invoked from network); 7 Dec 2004 00:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 00:24:30 -0000 Received: (qmail 20551 invoked by uid 500); 7 Dec 2004 00:24:29 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 20528 invoked by uid 500); 7 Dec 2004 00:24:29 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 20515 invoked by uid 99); 7 Dec 2004 00:24:29 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 16:24:28 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CbT9V-0008UB-00 for ; Tue, 07 Dec 2004 01:24:25 +0100 Received: from mundus.corp.ngmedia.net ([213.212.31.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 01:24:25 +0100 Received: from ch by mundus.corp.ngmedia.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Dec 2004 01:24:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: apreq-dev@httpd.apache.org From: Christian Hansen Subject: Re: towards a 2.05 release Date: Tue, 07 Dec 2004 01:23:43 +0100 Lines: 117 Message-ID: References: <873byryznd.fsf@gemini.sunstarsys.com> <87llciuodu.fsf@gemini.sunstarsys.com> <87wtvvpjh0.fsf@gemini.sunstarsys.com> <878y8bozmn.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: mundus.corp.ngmedia.net User-Agent: Mozilla Thunderbird 1.0RC1 (Macintosh/20041201) X-Accept-Language: en-us, en In-Reply-To: <878y8bozmn.fsf@gemini.sunstarsys.com> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joe Schaefer wrote: > Christian Hansen writes: > > >>Joe Schaefer wrote: > > > [...] > > >>>Hmm, here's a patch that lets you do >>> % ./buildconf --with-libtool=glibtool >>>Does it help at all? >> >>Yes, works greate, Tested against snapshot released 2004-11-29. >>Latest trunk and snapshot failed tests, guess its not in a >>working state. > > > Which tests, please? It is never ok for the trunk > to be failing tests; just be sure the tests fail on > a fresh svn checkout. All tests fails With trunk, revision 110042: 244 svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ apreq 245 cd apreq 246 patch < ../buildconf.patch 247 ./buildconf --with-libtool=glibtool 248 perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs 249 make 250 make test Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/big_request.t 0 13 21 22 104.76% 1-21 t/cgi.t 31 31 100.00% 1-31 t/cookie.t 5 5 100.00% 1-5 t/request.t 18 18 100.00% 1-18 Failed 4/4 test scripts, 0.00% okay. 75/75 subtests failed, 0.00% okay. env/t/logs/error_log: [notice] child pid 7677 exit signal Bus error (10), possible coredump in /Users/chansen/src/apreq/apreq/env/t [debug] mod_apreq_big_request_test.c(48): [client 127.0.0.1] initializing request [debug] mod_apreq_big_request_test.c(48): [client 127.0.0.1] initializing request [error] server reached MaxClients setting, consider raising the MaxClients setting [notice] child pid 7678 exit signal Bus error (10), possible coredump in /Users/chansen/src/apreq/apreq/env/t [error] [client 127.0.0.1] /Users/chansen/src/apreq/apreq/env/t/cgi-bin/test_cgi: error: /Users/chansen/src/apreq/apreq/env/t/cgi-bin/.libs/test_cgi does not exist [error] [client 127.0.0.1] This script is just a wrapper for test_cgi. [error] [client 127.0.0.1] See the libtool documentation for more information. [error] [client 127.0.0.1] Premature end of script headers: test_cgi [debug] mod_apreq_cookie_test.c(46): [client 127.0.0.1] initializing request [debug] mod_apreq_cookie_test.c(46): [client 127.0.0.1] initializing request [notice] child pid 7905 exit signal Bus error (10), possible coredump in /Users/chansen/src/apreq/apreq/env/t With snapshot 2004-11-29: 5 tar -zxf libapreq2-2.05-snapshot-2004-11-29.tar.gz 6 cd libapreq2-2.05 7 patch < ../buildconf.patch 8 patch < ../Makefile.am.patch env/Makefile.am 9 ./buildconf --with-libtool=glibtool 10 perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs 11 make 12 make test t/big_request....ok t/cgi............ok t/cookie.........ok t/request........ok All tests successful. t/apreq/big_input....ok t/apreq/cgi..........ok t/apreq/cookie.......ok t/apreq/inherit......ok t/apreq/request......ok t/apreq/upload.......ok All tests successful. docs/Cookie.....ok docs/Error......ok docs/Request....ok docs/Table......ok docs/Upload.....ok All tests successful. OS: Darwin Kernel Version 7.6.0 Apache: 2.0.50 perl: 5.8.5 mod_perl: 1.9917 Apache::Test: 1.16 ExtUtils::MakeMaker: 6.21 ExtUtils::XSBuilder: 0.27 Test::More: 0.47 libtool: 1.5.2 autoconf: 2.59 automake: 1.7.9 Regards Christian Hansen