From dev-return-19281-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Oct 30 07:06:58 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 37360 invoked from network); 30 Oct 2007 07:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 07:06:56 -0000 Received: (qmail 75809 invoked by uid 500); 30 Oct 2007 07:06:43 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 75758 invoked by uid 500); 30 Oct 2007 07:06:43 -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 75747 invoked by uid 99); 30 Oct 2007 07:06:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 00:06:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of slowhog@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 07:06:46 +0000 Received: by fk-out-0910.google.com with SMTP id b27so2517525fka for ; Tue, 30 Oct 2007 00:06:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=MZGx88JFDYEhmx2V4IgLT3zDeQm7XrkEhO3k3NI2VQU=; b=fN2Imlq1uQGzmjgpzUO2Pbcvlod8qJIWurMad6T7HwmTP/2w6e2NWlNfBMTwhEcycNqHuoezkQnaSU4FmvxpeSbFwTSWwLdLvED9fVDDDtUWpVnDBW6WmUNZDLO0UFfTSu16RVII3MH8f1ZCv7l/slfLCi98YCLojTJjQTpz2D4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ZeF0gYYRvbEyc5Qbw7/bHsxqIDD/MpWfrnhmN7HFdZjwP2x96sS6wV0xbfQfpxC7whdkXuydsNfo1m55IixGVikFoUXRd5dgl+lYg380ZJY7pqP2OwDfZeRszxbgubkGL6gGbW2LvmHibny+NYd7FixvG0IVhrlh/KWwx3nVro8= Received: by 10.82.107.15 with SMTP id f15mr12615570buc.1193727984298; Tue, 30 Oct 2007 00:06:24 -0700 (PDT) Received: by 10.82.114.7 with HTTP; Tue, 30 Oct 2007 00:06:24 -0700 (PDT) Message-ID: <369011d00710300006s4b2b4aa5j6a7320e78ca047bc@mail.gmail.com> Date: Tue, 30 Oct 2007 00:06:24 -0700 From: "Henry Jen" Sender: slowhog@gmail.com To: "William A. Rowe, Jr." Subject: Re: Any libtool/autoconf guru have 20 minutes to hack? Cc: "APR Developer List" In-Reply-To: <4726BB84.9030204@rowe-clan.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1203_14734457.1193727984298" References: <471E3205.4090403@rowe-clan.net> <4726BB84.9030204@rowe-clan.net> X-Google-Sender-Auth: 3a3a5dbf418c6544 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1203_14734457.1193727984298 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Attached is a patch giving the -version-info, works for me. However, I am not sure if this is enough, as in ccs/ces, the libtool is called with -avoid-version, which makes me suspicious the version is left out on purpose. HTH, Henry On 10/29/07, William A. Rowe, Jr. wrote: > William A. Rowe, Jr. wrote: > > libapriconv trunk would appreciate a small tweak here; > > > > apr.exp libapr-1.so libapriconv-1.so libaprutil-1.so > > aprutil.exp libapr-1.so.0 libapriconv-1.so.0 libaprutil-1.so.0 > > iconv libapr-1.so.0.2.12 libapriconv-1.so.0.0.0 > > libaprutil-1.so.0.2.12 > > libapr-1.a libapriconv-1.a libaprutil-1.a pkgconfig > > libapr-1.la libapriconv-1.la libaprutil-1.la > > > > Note it's not identified as libapriconv-1.so.0.2.1 (trunk rev from > > api_version.h). > > > > I don't consider it a showstopper, but it would be nicer if we fixed before rolling > > version 1.2.2. The right hacker could do this in 1/10th the time it would take me > > to figure this out :) > > ping? any helper good at version decorations? > ------=_Part_1203_14734457.1193727984298 Content-Type: text/x-patch; name=apr-iconv_libtoolversion.diff Content-Transfer-Encoding: base64 X-Attachment-Id: f_f8e2sb65 Content-Disposition: attachment; filename=apr-iconv_libtoolversion.diff SW5kZXg6IGNvbmZpZ3VyZS5pbgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBjb25maWd1cmUuaW4JKHJldmlzaW9u IDU4OTk2MykKKysrIGNvbmZpZ3VyZS5pbgkod29ya2luZyBjb3B5KQpAQCAtOTAsNiArOTAsOCBA QAogQUNfU1VCU1QoQVBJX0xJQk5BTUUpCiBBUElfSU5DUEFUSD0iYXByLSR7QVBJX01BSk9SX1ZF UlNJT059IgogQUNfU1VCU1QoQVBJX0lOQ1BBVEgpCitMVF9WRVJTSU9OPSItdmVyc2lvbi1pbmZv IGAkZ2V0X3ZlcnNpb24gbGlidG9vbCAkdmVyc2lvbl9oZHIgQVBJYCIKK0FDX1NVQlNUKExUX1ZF UlNJT04pCiAKIGRubAogZG5sIGV2ZXJ0aGluZyBpcyBkb25lLiAKSW5kZXg6IGxpYi9NYWtlZmls ZS5pbgo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09Ci0tLSBsaWIvTWFrZWZpbGUuaW4JKHJldmlzaW9uIDU4OTk2MykKKysr IGxpYi9NYWtlZmlsZS5pbgkod29ya2luZyBjb3B5KQpAQCAtMjQsNiArMjQsNyBAQAogICAgICAg ICBpY29udl9jZXMubG8gaWNvbnZfY2VzX2V1Yy5sbyBpY29udl9jZXNfaXNvMjAyMi5sbyBhcGlf dmVyc2lvbi5sbyBcCiAgICAgICAgIGljb252X2Njcy5sbyBleHBvcnRzLmxvCiAKK0xUX1ZFUlNJ T04gPSBATFRfVkVSU0lPTkAKICMgYnJpbmcgaW4gcnVsZXMubWsgZm9yIHN0YW5kYXJkIGZ1bmN0 aW9uYWxpdHkKIEBJTkNMVURFX1JVTEVTQAogIyByZXBsYWNlIGJ1aWxkLW91dHB1dHMubWsK ------=_Part_1203_14734457.1193727984298--