From ler@lerctr.org  Sat Mar  3 22:23:13 2012
Return-Path: <ler@lerctr.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AABAF1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Mar 2012 22:23:13 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 5EC208FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Mar 2012 22:23:13 +0000 (UTC)
Received: from cpe-72-182-2-131.austin.res.rr.com ([72.182.2.131]:37098 helo=borg.lerctr.org)
	by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.77 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1S3xM7-000Mya-OI
	for FreeBSD-gnats-submit@freebsd.org; Sat, 03 Mar 2012 16:23:12 -0600
Received: from ler by borg.lerctr.org with local (Exim 4.77 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1S3xM7-0003WY-4u
	for FreeBSD-gnats-submit@freebsd.org; Sat, 03 Mar 2012 16:23:11 -0600
Message-Id: <E1S3xM7-0003WY-4u@borg.lerctr.org>
Date: Sat, 03 Mar 2012 16:23:11 -0600
From: Larry Rosenman <ler@lerctr.org>
Sender: Larry Rosenman <ler@lerctr.org>
Reply-To: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dan@langille.org

>Number:         165672
>Category:       ports
>Synopsis:       sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 22:30:10 UTC 2012
>Closed-Date:    Thu May 02 09:42:06 UTC 2013
>Last-Modified:  Thu May 02 09:42:06 UTC 2013
>Originator:     Larry Rosenman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 10.0-CURRENT FreeBSD 10.0-CURRENT #59 r232474: Sat Mar 3 15:51:02 CST 2012 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64


>Description:
# ldd bacula-dir
bacula-dir:
        libintl.so.9 => /usr/local/lib/libintl.so.9 (0x8008c2000)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800acb000)
        libbacfind.so.5 => /usr/local/lib/libbacfind.so.5 (0x800dc6000)
        libbacsql.so.5 => /usr/local/lib/libbacsql.so.5 (0x800fd3000)
        libbaccats-5.2.6.so => not found (0)
        libbacpy.so.5 => /usr/local/lib/libbacpy.so.5 (0x8011fa000)
        libbaccfg.so.5 => /usr/local/lib/libbaccfg.so.5 (0x8013fb000)
        libbac.so.5 => /usr/local/lib/libbac.so.5 (0x801605000)
        libz.so.6 => /lib/libz.so.6 (0x80185c000)
        libthr.so.3 => /lib/libthr.so.3 (0x801a72000)
        libwrap.so.6 => /usr/lib/libwrap.so.6 (0x801c95000)
        libssl.so.6 => /usr/lib/libssl.so.6 (0x801e9e000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x8020f2000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x80249b000)
        libm.so.5 => /lib/libm.so.5 (0x8027b0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8029d3000)
        libc.so.7 => /lib/libc.so.7 (0x802be1000)
# cd ../lib
# ls -l libbaccats*
-rwxr-xr-x  1 root  wheel   1007 Mar  3 16:17 libbaccats-postgresql.la
lrwxr-xr-x  1 root  wheel     26 Mar  3 16:17 libbaccats-postgresql.so -> libbaccats-postgresql.so.5
-rwxr-xr-x  1 root  wheel  41903 Mar  3 16:17 libbaccats-postgresql.so.5
-rwxr-xr-x  1 root  wheel    935 Mar  3 16:17 libbaccats.la
lrwxr-xr-x  1 root  wheel     15 Mar  3 16:17 libbaccats.so -> libbaccats.so.5
lrwxr-xr-x  1 root  wheel     26 Mar  3 16:17 libbaccats.so.5 -> libbaccats-postgresql.so.5
# ln -s libbaccats-postgresql.so.5 libbaccats-5.2.6.so
# service bacula-dir start
Starting bacula_dir.
# 
>How-To-Repeat:
compile ports/bacula-server using PostgreSQL.
>Fix:

# ln -s libbaccats-postgresql.so.5 libbaccats-5.2.6.so
# service bacula-dir start
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 3 22:30:55 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dan@langille.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Sat, 3 Mar 2012 22:30:52 UT

 Maintainer of sysutils/bacula-server,
 
 Please note that PR ports/165672 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/165672
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Dan Langille <dan@langille.org>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc: Larry Rosenman <ler@lerctr.org>
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Sat, 3 Mar 2012 18:52:19 -0500

 Larry: I have 5.2.6 running with PostgreSQL. I do not have this symlink. Wha=
 t problem is the missing symlink causing?=

From: Dan Langille <dan@langille.org>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Sat, 3 Mar 2012 19:04:25 -0500

 FYI I did not encounter this situation on 8.2 stable. I have no clues. 

From: Dan Langille <dan@langille.org>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc: Larry Rosenman <ler@lerctr.org>
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Mon, 5 Mar 2012 06:22:29 -0500

 In the interests of getting you running, does this help?
 
 http://adsm.org/lists/html/Bacula-users/2012-03/msg00033.html
 
 -- 
 Dan Langille
 http://langille.org/
 

From: Larry Rosenman <ler@lerctr.org>
To: Dan Langille <dan@langille.org>,"bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Mon, 05 Mar 2012 06:36:26 -0600

 ------3NXS7RX5RT2F6UUAQ1CKI7O8TX7K2X
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
  charset=UTF-8
 
 I'm running when I put the symlink in.
 -- 
 Sent from my Android phone with =
 K-9 Mail. Please excuse my brevity.
 
 Dan Langille <dan@langille.org> wrote:=
 
 
 In the interests of getting you running, does this help?
 
 http://adsm.org=
 /lists/html/Bacula-users/2012-03/msg00033.html
 
 -- 
 Dan Langille
 http://lan=
 gille.org/
 
 
 ------3NXS7RX5RT2F6UUAQ1CKI7O8TX7K2X
 Content-Type: text/html;
  charset=utf-8
 Content-Transfer-Encoding: quoted-printable
 
 <html><head></head><body>I&#39;m running when I put the symlink in.<br>
 -- =
 <br>
 Sent from my Android phone with K-9 Mail. Please excuse my brevity.<br=
 ><br><div class=3D"gmail_quote">Dan Langille &lt;dan@langille.org&gt; wrote=
 :<blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; bord=
 er-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
 <pre style=3D"w=
 hite-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">In the=
  interests of getting you running, does this help?<br /><br /><a href=3D"ht=
 tp://adsm.org/lists/html/Bacula-users/2012-03/msg00033.html">http://adsm.or=
 g/lists/html/Bacula-users/2012-03/msg00033.html</a><br /><br />-- <br />Dan=
  Langille<br /><a href=3D"http://langille.org">http://langille.org</a>/<br =
 /><br /></pre></blockquote></div></body></html>
 ------3NXS7RX5RT2F6UUAQ1CKI7O8TX7K2X--
 

From: Dan Langille <dan@langille.org>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Cc: Larry Rosenman <ler@lerctr.org>
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all symlinks necessary for bacula-dir
Date: Sun, 24 Mar 2013 00:06:56 -0400

 Larry: are you still encountering the problem?  There's been a few major =
 updates since this was opened.
 
 --=20
 Dan Langille - http://langille.org
 
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sun Apr 28 22:24:20 UTC 2013 
Responsible-Changed-Why:  
Track this while waiting for submitter's feedback. 

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

From: Stefan Walter <stefan@freebsd.org>
To: Larry Rosenman <ler@lerctr.org>
Cc: Dan Langille <dan@langille.org>,
	GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/165672: sysutils/bacula-server doesn't install all
 symlinks necessary for bacula-dir
Date: Mon, 29 Apr 2013 00:24:12 +0200

 Hello Larry,
 
 there hasn't been any update on your PR (see [1]) for quite a while. What
 is the current state of things? Does the problem still exist, or should
 this PR be closed?
 
 Best regards,
 Stefan
 
 [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165672
State-Changed-From-To: feedback->closed 
State-Changed-By: stefan 
State-Changed-When: Thu May 2 09:41:22 UTC 2013 
State-Changed-Why:  
Submitter timeout (>1 month). 

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