Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2006 16:12:04 -0700 (PDT)
From:      "Bruce A. Mah" <bmah@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102524: devel/boost port minor library symlink glitch
Message-ID:  <200608252312.k7PNC4fl055051@tomcat.kitchenlab.org>
Resent-Message-ID: <200608252320.k7PNKJ66053067@freefall.freebsd.org>

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

>Number:         102524
>Category:       ports
>Synopsis:       devel/boost port minor library symlink glitch
>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 Aug 25 23:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD tomcat.kitchenlab.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 23 21:53:25 PDT 2006 root@tomcat.kitchenlab.org:/usr/obj/usr/src/sys/NIMITZ6 i386

>Description:
	The devel/boost port does not rename and symlink the
	libboost_serialization library in the same way as the others
	in this port.

	It's unclear if this presents any real problem in the
	functionality.

>How-To-Repeat:
	Install the port.  Note that the serialization library is
	appears differently than (in this example) the wserialization
	library, in that its *.so file was not renamed to *.so.3
	(and a symlink made in its place).

tomcat:lib% pwd
/usr/local/lib
tomcat:lib% ls -sl libboost*serialization*
 864 -r--r--r--  1 root  wheel  867158 Aug 25 12:18 libboost_serialization.a
 400 -r--r--r--  1 root  wheel  390372 Aug 25 12:18 libboost_serialization.so
 720 -r--r--r--  1 root  wheel  719654 Aug 25 12:18 libboost_wserialization.a
   0 lrwxr-xr-x  1 root  wheel      28 Aug 25 12:18 libboost_wserialization.so -> libboost_wserialization.so.3
 336 -r--r--r--  1 root  wheel  326928 Aug 25 12:18 libboost_wserialization.so.3
>Fix:
	Add serialization to the definition of BOOST_LIBS in
	devel/boost/Makefile.  Modify pkg-plist appropriately.


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



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