From nobody@FreeBSD.org  Mon Jan 30 10:30:56 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A865106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2012 10:30:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1937D8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2012 10:30:56 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0UAUtxu092935
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2012 10:30:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0UAUtRQ092934;
	Mon, 30 Jan 2012 10:30:55 GMT
	(envelope-from nobody)
Message-Id: <201201301030.q0UAUtRQ092934@red.freebsd.org>
Date: Mon, 30 Jan 2012 10:30:55 GMT
From: Marat Bakeev <hawara@hawara.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: powerdns port should include boost-libs as lib_depends
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: tremere@cainites.net

>Number:         164627
>Category:       ports
>Synopsis:       dns/powerdns port should include boost-libs as lib_depends
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 10:40:11 UTC 2012
>Closed-Date:    Tue Feb 21 12:39:11 UTC 2012
>Last-Modified:  Tue Feb 21 12:39:11 UTC 2012
>Originator:     Marat Bakeev
>Release:        8.2-RELEASE
>Organization:
.masterhost
>Environment:
FreeBSD am1.tinder.dev.masterhost.ru 8.2-amd64-20110929 FreeBSD 8.2-amd64-20110929 #0: Thu Sep 29 09:31:48 UTC 2011     root@am1.tinder.dev.masterhost.ru:/usr/obj/usr/src/sys/SERVER8-amd64  amd64
>Description:
port dns/powerdns has this depends:

BUILD_DEPENDS=	bjam:${PORTSDIR}/devel/boost-jam \
		${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \
		${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS=	botan.0:${PORTSDIR}/security/botan


if package is built using tinderbox, the boost-libs package will not be listed as a dependency, and as a result - when installed from packages, powerdns_server will not run - 

[root@power3 ~]# ldd /usr/local/sbin/pdns_server 
/usr/local/sbin/pdns_server:
        libboost_serialization.so => not found (0x0) <-- THIS IS BAD!
        liblua-5.1.so.1 => /usr/local/lib/liblua-5.1.so.1 (0x8009fb000)
        libbotan.so.0 => /usr/local/lib/libbotan.so.0 (0x800b25000)
        libz.so.5 => /lib/libz.so.5 (0x800f63000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801078000)
        libm.so.5 => /lib/libm.so.5 (0x801288000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8013a8000)
        libthr.so.3 => /lib/libthr.so.3 (0x8014b6000)
        libc.so.7 => /lib/libc.so.7 (0x8015cf000)
        libbz2.so.4 => /usr/lib/libbz2.so.4 (0x801811000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x801921000)
        libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x801bc1000)

>How-To-Repeat:
build powerdns in tinderbox, install on another host as a package
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 21 00:51:07 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164627 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: tremere@cainites.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164627: dns/powerdns port should include boost-libs as lib_depends
Date: Tue, 21 Feb 2012 00:51:05 UT

 Maintainer of dns/powerdns,
 
 Please note that PR ports/164627 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164627
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: scheidell 
State-Changed-When: Tue Feb 21 12:39:10 UTC 2012 
State-Changed-Why:  
superseded by 165352 

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