You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Mikeal Rogers (JIRA)" <ji...@apache.org> on 2009/10/19 00:44:31 UTC

[jira] Created: (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6

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 Rogers
            Priority: Minor
             Fix For: 0.11


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.


[jira] Updated: (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6

Posted by "Noah Slater (JIRA)" <ji...@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.


[jira] Assigned: (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt reassigned COUCHDB-535:
------------------------------------

    Assignee: Noah Slater

> 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.11
>
>
> 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.


[jira] Updated: (COUCHDB-535) Configure issue with icu4c-4.3.2 on Mac OS 10.6

Posted by "Paul Joseph Davis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-535:
--------------------------------------

    Skill Level: Regular Contributors Level (Easy to Medium)

> 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.