ports/153199: databases/postgresql84-server fails to build with WITH_ICU
Raphael Kubo da Costa
kubito at gmail.com
Thu Dec 16 04:00:22 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list