Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2012 05:33:12 GMT
From:      Ross <basarevych@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174603: postgresql-server-8.4.15_1 won't build with ICU
Message-ID:  <201212210533.qBL5XCWW081584@red.freebsd.org>
Resent-Message-ID: <201212210540.qBL5e0Uo022170@freefall.freebsd.org>

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

>Number:         174603
>Category:       ports
>Synopsis:       postgresql-server-8.4.15_1 won't build with ICU
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 21 05:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ross
>Release:        8.0-RELEASE-p4
>Organization:
>Environment:
FreeBSD mailant 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #2: Tue Aug 16 18:26:53 EEST 2011     root@mailant.com.ua:/usr/obj/usr/src/sys/MAILANT  i386
>Description:
# cd /usr/ports/databases/postgresql84-server
# make
===>  Found saved configuration for postgresql-client-8.4.15
===>  Extracting for postgresql-server-8.4.15_1
=> SHA256 Checksum OK for postgresql/postgresql-8.4.15.tar.bz2.
=> SHA256 Checksum OK for postgresql/pg-840-icu-2009-09-15.diff.gz.
===>  Patching for postgresql-server-8.4.15_1
===>  Applying distribution patches for postgresql-server-8.4.15_1
===>  Applying extra patch /usr/ports/databases/postgresql84-server/files/extra-patch-icu4
===>  Applying FreeBSD patches for postgresql-server-8.4.15_1
===>   postgresql-server-8.4.15_1 depends on executable: gmake - found
===>   postgresql-server-8.4.15_1 depends on file: /usr/local/bin/autoconf-2.69 - found
===>   postgresql-server-8.4.15_1 depends on shared library: icudata.50 - found
===>   postgresql-server-8.4.15_1 depends on shared library: xml2.5 - found
===>   postgresql-server-8.4.15_1 depends on shared library: intl - found
===>   postgresql-server-8.4.15_1 depends on shared library: pq.5 - found
===>  Configuring for postgresql-server-8.4.15_1
/usr/local/bin/gm4:configure.in:950: ERROR: end of file in string
autom4te-2.69: /usr/local/bin/gm4 failed with exit status: 1
*** Error code 1

Stop in /usr/ports/databases/postgresql84-server.
*** Error code 1

Stop in /usr/ports/databases/postgresql84-server.

>How-To-Repeat:

>Fix:
Quick fix is to apply the patch and run make again

Patch attached with submission follows:

--- work/postgresql-8.4.15/configure.in.original	2012-12-21 07:25:29.000000000 +0200
+++ work/postgresql-8.4.15/configure.in	2012-12-21 07:25:57.000000000 +0200
@@ -947,7 +947,7 @@
 fi
 
 if test "$with_icu" = yes ; then
-  AC_CHECK_LIB(icui18n, ucol_open_50
+  AC_CHECK_LIB(icui18n, ucol_open_50, [], [
    AC_CHECK_LIB(icui18n, ucol_open_48, [], [
     AC_CHECK_LIB(icui18n, ucol_open_44, [], [
       AC_CHECK_LIB(icui18n, ucol_open_43, [], [


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212210533.qBL5XCWW081584>