From dev-return-15170-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Dec 20 23:21:31 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 66812 invoked from network); 20 Dec 2005 23:21:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 23:21:31 -0000 Received: (qmail 35508 invoked by uid 500); 20 Dec 2005 23:21:29 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 35481 invoked by uid 500); 20 Dec 2005 23:21:29 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 35470 invoked by uid 99); 20 Dec 2005 23:21:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 15:21:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wrowe@rowe-clan.net designates 207.155.248.18 as permitted sender) Received: from [207.155.248.18] (HELO dreadnought.cnchost.com) (207.155.248.18) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 15:21:28 -0800 Received: from [192.168.0.20] (c-24-13-128-132.hsd1.il.comcast.net [24.13.128.132]) by dreadnought.cnchost.com id SAA05788; Tue, 20 Dec 2005 18:20:45 -0500 (EST) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <43A8917B.5070304@rowe-clan.net> Date: Tue, 20 Dec 2005 17:19:23 -0600 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garrett Rooney CC: Curt Arnold , APR Developer List Subject: Re: Gump failures on apr-iconv and apr-util since 2005-11-10 References: <3FEED198-861E-4F3F-A160-FDB0B10FDBCF@apache.org> <7edfeeef0512201409v20c295afh74e0d5f3e2cad3b1@mail.gmail.com> <43A8858C.3080704@rowe-clan.net> <7edfeeef0512201449u7fb05340q5d7ef003627d5208@mail.gmail.com> In-Reply-To: <7edfeeef0512201449u7fb05340q5d7ef003627d5208@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Garrett Rooney wrote: > > So you want gump to build a configuration that virtually no users > actually use? That seems totally useless to me. Gump should be > building and testing the system as it is intended to be used, if this > was a win32 build, I'd be all for it testing apr-iconv, but it's a > unix build, it should use the support for the platform iconv just like > a normal user would. Granted all modern Solaris/Linux build iconv into the clib or liconv as a system library; however users of older unicies or obscure platforms still could certainly require some iconv support. Once we dump iconv, if we ever did, then I'd agree with you. Bill