From owner-freebsd-questions@FreeBSD.ORG Fri Jul 4 08:13:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 917A2178 for ; Fri, 4 Jul 2014 08:13:26 +0000 (UTC) Received: from mp1-smtp-2.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 438DE2D23 for ; Fri, 4 Jul 2014 08:13:26 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-2.eutelia.it (Eutelia) with ESMTP id 2A555DADAA for ; Fri, 4 Jul 2014 09:42:41 +0200 (CEST) Received: from soth.ventu (adsl-ull-14-252.41-151.net24.it [151.41.252.14]) (authenticated bits=0) by ns2.biolchim.it (8.14.9/8.14.8) with ESMTP id s647gbXX074526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 4 Jul 2014 09:42:38 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-14-252.41-151.net24.it [151.41.252.14] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.9/8.14.7) with ESMTP id s647gVcT095381; Fri, 4 Jul 2014 09:42:31 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <53B65AE7.8020407@netfence.it> Date: Fri, 04 Jul 2014 09:42:31 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: [SOLVED] Re: Bacula 5.2.12_5 Port update issues References: <194e41cb4e16279377fe020668074727@dweimer.net> In-Reply-To: <194e41cb4e16279377fe020668074727@dweimer.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Fri, 04 Jul 2014 09:42:38 +0200 (CEST) X-Spam-Score: 5.206 (*****) RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.74 Cc: dan@langille.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 08:13:26 -0000 On 07/03/14 15:51, dweimer wrote: > I am trying to update my Bacula server to the latest Bacula port update, > 5.2.12_5, however It's failing to compile. Has anyone else trying this > update, ran into an issue? Yes, on a 8.4/amd64 system, with only Postgres as enabled option. Deleting the port and reinstalling didn't help; strangely neither did a svn downgrade up to one year ago. Turns out that libbac.la comes from bacula-client, but bacula-client pkg-list is in bacula-server port, where libbac.la was removed from pkg-plist.client in rev 360216. So my solution was to: _ downgrade bacula-server to rev 359586; _ reinstall bacula-client; _ reinstall bacula-server. On the long run maybe lib/libbac.la should be readded to pkg-plist.client? Since I don't know the rationale behind this change, I don't know if this is the correct solution, so I won't post a PR with a patch. bye av.