From bmah@tomcat.kitchenlab.org  Fri Aug 25 23:12:05 2006
Return-Path: <bmah@tomcat.kitchenlab.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6C8416A4DF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 23:12:05 +0000 (UTC)
	(envelope-from bmah@tomcat.kitchenlab.org)
Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7D64943D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 23:12:05 +0000 (GMT)
	(envelope-from bmah@tomcat.kitchenlab.org)
Received: from tomcat.kitchenlab.org (tomcat.kitchenlab.org [64.142.31.107])
	by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id k7PNC5jJ030094
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 16:12:05 -0700
Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1])
	by tomcat.kitchenlab.org (8.13.6/8.13.6) with ESMTP id k7PNC4Ps055052
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 16:12:04 -0700 (PDT)
	(envelope-from bmah@tomcat.kitchenlab.org)
Received: (from bmah@localhost)
	by tomcat.kitchenlab.org (8.13.6/8.13.6/Submit) id k7PNC4fl055051;
	Fri, 25 Aug 2006 16:12:04 -0700 (PDT)
	(envelope-from bmah)
Message-Id: <200608252312.k7PNC4fl055051@tomcat.kitchenlab.org>
Date: Fri, 25 Aug 2006 16:12:04 -0700 (PDT)
From: "Bruce A. Mah" <bmah@freebsd.org>
Reply-To: "Bruce A. Mah" <bmah@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/boost port minor library symlink glitch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102524
>Category:       ports
>Synopsis:       devel/boost port minor library symlink glitch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 25 23:20:18 GMT 2006
>Closed-Date:    Thu Aug 31 11:18:05 GMT 2006
>Last-Modified:  Thu Aug 31 11:18:05 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 25 23:20:29 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102524 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Thu Aug 31 11:18:04 UTC 2006 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102524 
>Unformatted:
