From dev-return-9420-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Mar 29 15:53:19 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 20430 invoked from network); 29 Mar 2010 15:53:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Mar 2010 15:53:18 -0000 Received: (qmail 61691 invoked by uid 500); 29 Mar 2010 15:53:13 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 61642 invoked by uid 500); 29 Mar 2010 15:53:13 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 61609 invoked by uid 99); 29 Mar 2010 15:53:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 15:53:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Mar 2010 15:53:10 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 134A529A0028 for ; Mon, 29 Mar 2010 15:52:28 +0000 (UTC) Message-ID: <733129922.552231269877948078.JavaMail.jira@brutus.apache.org> Date: Mon, 29 Mar 2010 15:52:28 +0000 (UTC) From: "Noah Slater (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6 In-Reply-To: <1620812771.1255905871277.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noah Slater updated COUCHDB-535: -------------------------------- Fix Version/s: (was: 0.11) 0.12 > Configure issue with icu4c-4.3.2 on Mac OS 10.6 > ----------------------------------------------- > > Key: COUCHDB-535 > URL: https://issues.apache.org/jira/browse/COUCHDB-535 > Project: CouchDB > Issue Type: Bug > Components: Build System > Affects Versions: 0.10 > Environment: Mac OS 10.6 with icu4c-4.3.2 > aclocal --version == 1.10 > autoconfig --version == 2.61 > Reporter: mikeal > Assignee: Noah Slater > Priority: Minor > Fix For: 0.12 > > > For some unknown reason `icu-config --version` outputs "-n 4.3.2" when run from configure. Running `icu-config --version` normally works as expected. > Below the line that sets ICU_VERSION: > ICU_VERSION=`$ICU_CONFIG --version` > I added these lines: > # Fix bug in -n showing up in version string > ICU_VERSION=${ICU_VERSION#* } > And this works around the issue for me. > I can attach either a diff of the .m4 or the .m4.gz -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.