Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 19:51:36 -0800 (PST)
From:      Raphael Kubo da Costa <kubito@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153199: databases/postgresql84-server fails to build with WITH_ICU
Message-ID:  <4d098cc8.230f640a.58bb.7953@mx.google.com>
Resent-Message-ID: <201012160400.oBG40M8G023090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153199
>Category:       ports
>Synopsis:       databases/postgresql84-server fails to build with WITH_ICU
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 04:00:21 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #22: Thu Dec 9 01:20:30 BRST 2010 root@gibbon:/usr/obj/usr/src/sys/GIBBON amd64
>Description:
	After the recent upgrade of devel/icu to 4.6, databases/postgresql84-server fails to build with the following error message
during configuration:

    checking for ucol_open_3_8 in -licui18n... no
    checking for ucol_open_3_6 in -licui18n... no
    checking for ucol_open_3_4 in -licui18n... no
    configure: error: library 'icui18n' is required for ICU

Running strings on libicui18n.so.46.0 says it has ucol_open_46 instead (it's somewhat along the lines the patch used when WITH_ICU4 is chosen,
which adds a check for ucol_open_44). The patches (including pg-840-icu-2009-09-15.diff.gz) probably need to be updated as icu3 and its symbols
are not present in ports anymore and ucol_open_46 needs to be detected (icu4, which provides ucol_open_44, is currently marked as DEPRECATED,
by the way).

>How-To-Repeat:
	Try to build databases/postgresql84-server after installing devel/icu 4.6.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d098cc8.230f640a.58bb.7953>