From nobody@FreeBSD.org  Wed Apr 14 11:52:51 2010
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 0D6551065674
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Apr 2010 11:52:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F0AAB8FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Apr 2010 11:52:50 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3EBqofb089181
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Apr 2010 11:52:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3EBqoNE089180;
	Wed, 14 Apr 2010 11:52:50 GMT
	(envelope-from nobody)
Message-Id: <201004141152.o3EBqoNE089180@www.freebsd.org>
Date: Wed, 14 Apr 2010 11:52:50 GMT
From: "Vladimir I. Pushkar" <vladimir.pushkar@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bacula-client-5.0.0 does not compile staticly
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145697
>Category:       ports
>Synopsis:       sysutils/bacula-client: bacula-client-5.0.0 does not compile staticly
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 14 12:00:09 UTC 2010
>Closed-Date:    Sat Jul 17 01:02:54 UTC 2010
>Last-Modified:  Sat Jul 17 01:02:54 UTC 2010
>Originator:     Vladimir I. Pushkar
>Release:        7.2-STABLE
>Organization:
CAD Department of NTUU
>Environment:
FreeBSD talos.cad.ntu-kpi.kiev.ua 7.2-STABLE FreeBSD 7.2-STABLE #1: Tue Oct  6 10:42:19 EEST 2009     root@talos.cad.ntu-kpi.kiev.ua:/usr/obj/usr/src/sys/TALOS  i386

>Description:
bacula-client-5.0.0 does not compile with SFDAEMON option.
>How-To-Repeat:
Activate SFDAEMON option in "Options for bacula-client 5.0.0" menu when installing port.
>Fix:
Apply the following patch to ports/sysutils/bacula-server/Makefile:
--- Makefile.orig       2010-04-14 14:35:14.000000000 +0300
+++ Makefile    2010-04-14 14:37:51.000000000 +0300
@@ -133,6 +133,7 @@
 # Build a static fd binary.
 .if defined(WITH_SFDAEMON)
 CONFIGURE_ARGS+=       --enable-static-fd
+CONFIGURE_ARGS+=       --disable-libtool
 PLIST_SUB+=    SFDAEMON=""
 .else
 PLIST_SUB+=    SFDAEMON="@comment "


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Apr 21 17:31:48 UTC 2010 
State-Changed-Why:  
- Awaiting maintainer feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145697 
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Thu May 20 08:50:13 UTC 2010 
Responsible-Changed-Why:  
Track this for now. 

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

From: Stefan Walter <stefan@freebsd.org>
To: Dan Langille <dan@langille.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/145697: sysutils/bacula-client: bacula-client-5.0.0 does
 not compile staticly
Date: Thu, 20 May 2010 10:50:04 +0200

 Dear maintainer of sysutils/bacula-client,
 
 a problem report has been submitted for your port for which your 
 feedback might be required; its contents can be found at [1]. If it 
 contains a patch or suggestions for a change, please send a followup to 
 the PR explaining whether or not you approve it and want it to be 
 committed.
 
 Regards,
 Stefan
 
 [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145697

From: Stefan Walter <stefan@FreeBSD.org>
To: "Vladimir I. Pushkar" <vladimir.pushkar@gmail.com>,
	Dan Langille <dan@langille.org>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/145697: sysutils/bacula-client: bacula-client-5.0.0 does
 not compile staticly
Date: Sun, 27 Jun 2010 13:53:20 +0200

 Hi Vladimir, hi Dan,
 
 with Vladimir's patch, it builds, but there's a problem with the port's
 plist, then. From the log:
 
 ###
 ====================<phase 7: make package>====================
 ===>  Building package for bacula-client-5.0.0_1
 tar: lib/bpipe-fd.so: Cannot stat: No such file or directory
 tar: lib/libbac.la: Cannot stat: No such file or directory
 tar: lib/libbac.so: Cannot stat: No such file or directory
 tar: lib/libbac.so.1: Cannot stat: No such file or directory
 tar: lib/libbaccfg.la: Cannot stat: No such file or directory
 tar: lib/libbaccfg.so: Cannot stat: No such file or directory
 tar: lib/libbaccfg.so.1: Cannot stat: No such file or directory
 tar: lib/libbacfind.la: Cannot stat: No such file or directory
 tar: lib/libbacfind.so: Cannot stat: No such file or directory
 tar: lib/libbacfind.so.1: Cannot stat: No such file or directory
 tar: lib/libbacpy.la: Cannot stat: No such file or directory
 tar: lib/libbacpy.so: Cannot stat: No such file or directory
 tar: lib/libbacpy.so.1: Cannot stat: No such file or directory
 tar: Error exit delayed from previous errors.
 pkg_create: make_dist: tar command failed with code 256
 Creating package /tmp/packages/All/bacula-client-5.0.0_1.tbz
 Registering depends: gettext-0.18_1 libiconv-1.13.1_1.
 Registering conflicts: bacula-server-devel-[0-9]* bacula-client-devel-[0-9]* bacula-docs-devel-[0-9]*.
 Creating bzip'd tar ball in '/tmp/packages/All/bacula-client-5.0.0_1.tbz'
 *** Error code 1
 
 Stop in /a/ports/sysutils/bacula-client.
 Deleting bacula-client-5.0.0_1
 To delete Bacula group permanently, use 'pw groupdel bacula'
 pkg_delete: file '/usr/local/lib/bpipe-fd.so' doesn't exist
 pkg_delete: file '/usr/local/lib/libbac.la' doesn't exist
 pkg_delete: file '/usr/local/lib/libbac.so' doesn't exist
 pkg_delete: file '/usr/local/lib/libbac.so.1' doesn't exist
 pkg_delete: file '/usr/local/lib/libbaccfg.la' doesn't exist
 pkg_delete: file '/usr/local/lib/libbaccfg.so' doesn't exist
 pkg_delete: file '/usr/local/lib/libbaccfg.so.1' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacfind.la' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacfind.so' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacfind.so.1' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacpy.la' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacpy.so' doesn't exist
 pkg_delete: file '/usr/local/lib/libbacpy.so.1' doesn't exist
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)
 ###
 
 Could someone of you investigate?
 
 Regards,
 Stefan

From: Dan Langille <dan@langille.org>
To: Stefan Walter <stefan@FreeBSD.org>
Cc: "Vladimir I. Pushkar" <vladimir.pushkar@gmail.com>, 
 GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/145697: sysutils/bacula-client: bacula-client-5.0.0 does
 not compile staticly
Date: Sun, 27 Jun 2010 19:58:03 -0400

 On 6/27/2010 7:53 AM, Stefan Walter wrote:
 > Hi Vladimir, hi Dan,
 >
 > with Vladimir's patch, it builds, but there's a problem with the port's
 > plist, then. From the log:
 >
 > ###
 > ====================<phase 7: make package>====================
 > ===>   Building package for bacula-client-5.0.0_1
 > tar: lib/bpipe-fd.so: Cannot stat: No such file or directory
 > tar: lib/libbac.la: Cannot stat: No such file or directory
 > tar: lib/libbac.so: Cannot stat: No such file or directory
 > tar: lib/libbac.so.1: Cannot stat: No such file or directory
 > tar: lib/libbaccfg.la: Cannot stat: No such file or directory
 > tar: lib/libbaccfg.so: Cannot stat: No such file or directory
 > tar: lib/libbaccfg.so.1: Cannot stat: No such file or directory
 > tar: lib/libbacfind.la: Cannot stat: No such file or directory
 > tar: lib/libbacfind.so: Cannot stat: No such file or directory
 > tar: lib/libbacfind.so.1: Cannot stat: No such file or directory
 > tar: lib/libbacpy.la: Cannot stat: No such file or directory
 > tar: lib/libbacpy.so: Cannot stat: No such file or directory
 > tar: lib/libbacpy.so.1: Cannot stat: No such file or directory
 > tar: Error exit delayed from previous errors.
 > pkg_create: make_dist: tar command failed with code 256
 > Creating package /tmp/packages/All/bacula-client-5.0.0_1.tbz
 > Registering depends: gettext-0.18_1 libiconv-1.13.1_1.
 > Registering conflicts: bacula-server-devel-[0-9]* bacula-client-devel-[0-9]* bacula-docs-devel-[0-9]*.
 > Creating bzip'd tar ball in '/tmp/packages/All/bacula-client-5.0.0_1.tbz'
 > *** Error code 1
 >
 > Stop in /a/ports/sysutils/bacula-client.
 > Deleting bacula-client-5.0.0_1
 > To delete Bacula group permanently, use 'pw groupdel bacula'
 > pkg_delete: file '/usr/local/lib/bpipe-fd.so' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbac.la' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbac.so' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbac.so.1' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbaccfg.la' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbaccfg.so' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbaccfg.so.1' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacfind.la' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacfind.so' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacfind.so.1' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacpy.la' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacpy.so' doesn't exist
 > pkg_delete: file '/usr/local/lib/libbacpy.so.1' doesn't exist
 > pkg_delete: couldn't entirely delete package (perhaps the packing list is
 > incorrectly specified?)
 > ###
 >
 > Could someone of you investigate?
 >
 > Regards,
 > Stefan
 
 I cannot at present.  Sorry.
 
 -- 
 Dan Langille - http://langille.org/

From: Dan Langille <dan@langille.org>
To: Stefan Walter <stefan@FreeBSD.org>
Cc: "Vladimir I. Pushkar" <vladimir.pushkar@gmail.com>, 
 GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/145697: sysutils/bacula-client: bacula-client-5.0.0 does
 not compile staticly
Date: Sun, 04 Jul 2010 19:31:18 -0400

 let's look at this after 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=146766 is committed.  Until 
 then, let us hold.
 
 -- 
 Dan Langille - http://langille.org/
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Sat Jul 17 01:02:53 UTC 2010 
State-Changed-Why:  
This should be fixed with the patch from ports/146766 which I just 
committed. 

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