From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 16 04:00:22 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A292D1065672 for ; Thu, 16 Dec 2010 04:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9528FC0A for ; Thu, 16 Dec 2010 04:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBG40M2G023094 for ; Thu, 16 Dec 2010 04:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBG40M8G023090; Thu, 16 Dec 2010 04:00:22 GMT (envelope-from gnats) Resent-Date: Thu, 16 Dec 2010 04:00:22 GMT Resent-Message-Id: <201012160400.oBG40M8G023090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DF8C106564A for ; Thu, 16 Dec 2010 03:51:39 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-yw0-f68.google.com (mail-yw0-f68.google.com [209.85.213.68]) by mx1.freebsd.org (Postfix) with ESMTP id 38E448FC12 for ; Thu, 16 Dec 2010 03:51:38 +0000 (UTC) Received: by ywg4 with SMTP id 4so876046ywg.7 for ; Wed, 15 Dec 2010 19:51:38 -0800 (PST) Received: by 10.101.97.13 with SMTP id z13mr1755096anl.17.1292471498212; Wed, 15 Dec 2010 19:51:38 -0800 (PST) Received: from localhost ([189.61.200.24]) by mx.google.com with ESMTPS id 35sm2267792ano.11.2010.12.15.19.51.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Dec 2010 19:51:36 -0800 (PST) Message-Id: <4d098cc8.230f640a.58bb.7953@mx.google.com> Date: Wed, 15 Dec 2010 19:51:36 -0800 (PST) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/153199: databases/postgresql84-server fails to build with WITH_ICU X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 04:00:22 -0000 >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: