From dev-return-12691-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Aug 28 22:58:37 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 816 invoked from network); 28 Aug 2004 22:58:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Aug 2004 22:58:37 -0000 Received: (qmail 94810 invoked by uid 500); 28 Aug 2004 22:58:36 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 94645 invoked by uid 500); 28 Aug 2004 22:58:35 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 94630 invoked by uid 99); 28 Aug 2004 22:58:35 -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 apr-dev@m.gmane.org designates 80.91.224.249 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@apr.apache.org To: dev@apr.apache.org From: Joe Schaefer Subject: Re: RC6 Date: 28 Aug 2004 18:58:26 -0400 Lines: 34 Message-ID: <87r7pqq38t.fsf@gemini.sunstarsys.com> References: <412BACB4.9020000@jetnet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-34-76-42.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Reid writes: > http://www.apache.org/~dreid/ > > Test and let me know... I saw no problems with apr-1.0.0.rc6 on debian-sarge (amd64). apr-util-1.0.0.rc6 looks good also (minor nit for future releases: the apr-util tests seem to expect user input at some point, but there's no text notifying the user of that). However the Makefile for apr-iconv-1.0.0.rc6 appears to be broken: % cd apr-iconv-1.0.0.rc6 % ./configure --with-apr=../apr-1.0.0.rc6 checking for gawk... no checking for mawk... mawk checking for APR... yes configure: creating ./config.status config.status: creating Makefile config.status: creating ccs/Makefile config.status: creating ces/Makefile config.status: creating lib/Makefile config.status: creating util/Makefile config.status: creating lib/apr_iconv_private.h config.status: lib/apr_iconv_private.h is unchanged % make % make all % -- Joe Schaefer