Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 15:20:35 GMT
From:      Vladimir Guzma <vladimir.guzma@tut.fi>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89009: boost-1.33.0 depends on icu-3.2 and install icu-3.4
Message-ID:  <200511141520.jAEFKYRQ072572@www.freebsd.org>
Resent-Message-ID: <200511141530.jAEFUAk2024372@freefall.freebsd.org>

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

>Number:         89009
>Category:       ports
>Synopsis:       boost-1.33.0 depends on icu-3.2 and install icu-3.4
>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:   Mon Nov 14 15:30:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Guzma
>Release:        6.0
>Organization:
>Environment:
6.0-RELEASE FreeBSD 6.0-RELEASE 
>Description:
The latest version of icu is 3.4. But when boost searches for libs it looks for:
 LIB_DEPENDS+=   icuuc.32:${PORTSDIR}/devel/icu.
So if the icu3.2 is found, it will be upgraded to 3.4 and then boost fails, not finding icuuc.32 - which is from version 3.2.

>How-To-Repeat:
Deinstall icu, deinstall boost and do portinstall boost.
>Fix:
Change Makefile to
LIB_DEPENDS+=   icuuc.34:${PORTSDIR}/devel/icu
>Release-Note:
>Audit-Trail:
>Unformatted:



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