From dev-return-22635-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Dec 09 18:10:18 2009 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 24590 invoked from network); 9 Dec 2009 18:10:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 18:10:18 -0000 Received: (qmail 99868 invoked by uid 500); 9 Dec 2009 18:10:17 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99765 invoked by uid 500); 9 Dec 2009 18:10:17 -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 99757 invoked by uid 99); 9 Dec 2009 18:10:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 18:10:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-yx0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 18:10:09 +0000 Received: by yxe1 with SMTP id 1so6268438yxe.3 for ; Wed, 09 Dec 2009 10:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=BIiPb4UDlDpftsG2+TFFZcgGsXgsNc8vl0GgeHOjT3o=; b=Ajj5Xj+mVe6Eu8tubrRbRmNdEELt0gEggZ2YpiJBP/MDgb7xM6lvAp8hIOB8dFuvpL Uoi4Kpq7gTfjXCjo8zl/UExVS3F6ROLxugDOnrHy73V9kIkJI/ZwhlHSXKMkO9q+Pjdg Kxo98WBjscM8o4b7SaNsssi6ZUj681MPqc0vI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JNCvTCIYDlXhh+aeNs52ZQXBNER/fp6gxQOsiPDx5MOQoljqx/DYHF0gVbirp1WS/C 3awhrMtkTn8sxtwuYf5luOIgN/L5+mk+FY7fPV8h4QPIqHQDB2tnOeghpv7AB4i3LKgv vC0zh82Yx6FV52gwHKQf0XFpipZX38juVU0ec= MIME-Version: 1.0 Received: by 10.150.169.6 with SMTP id r6mr17018039ybe.95.1260382186536; Wed, 09 Dec 2009 10:09:46 -0800 (PST) In-Reply-To: <1404e5910912090353w3a6264d2p2697b680fe2a68fa@mail.gmail.com> References: <20091209012750.45AE82388978@eris.apache.org> <4B1F0D61.3090605@rowe-clan.net> <1404e5910912090353w3a6264d2p2697b680fe2a68fa@mail.gmail.com> Date: Wed, 9 Dec 2009 13:09:46 -0500 Message-ID: <1404e5910912091009lfd0399fgb4d95aaa1e2c758d@mail.gmail.com> Subject: Re: svn commit: r888669 - /apr/apr/trunk/test/testdso.c From: Eric Covener To: dev@apr.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 9, 2009 at 6:53 AM, Eric Covener wrote: > On Tue, Dec 8, 2009 at 9:37 PM, William A. Rowe Jr. = wrote: >> covener@apache.org wrote: >>> Author: covener >>> Date: Wed Dec =A09 01:27:49 2009 >>> New Revision: 888669 >>> >>> URL: http://svn.apache.org/viewvc?rev=3D888669&view=3Drev >>> Log: >>> let HP-UX on IA64 fall through to the default unix case, using .so inst= ead of .sl. >>> >>> A quick scan of a couple years of dev@apr only turned up one person rep= orting >>> results on this platform, and they had the 8/9 testdso failures as well= . >> >> There is a better fix for this, and the test needs to be the same for ds= o.c, >> testdso.c and in ./configure. >> >> [I'm not really happy that apr doesn't answer such questions for us prog= ramatically.] >> >> The .sl format is only used for hpux parisc 32 bit. =A0So IA64 is not th= e only exception. .sl vs .so does not seem to be one of the behaviors where the PA64 behavior matches the Itanium behavior, confirmed with a PA64 APR build and below: http://docs.hp.com/en/B2355-90968/linkerdifferencesiapa.htm Do you object to backporting the testdso.c update in trunk? The test has to predict what libtool will spit out, and this gets HP/IA64 "make check" running clean. --=20 Eric Covener covener@gmail.com