Date: Fri, 04 Jul 2014 09:42:31 +0200 From: Andrea Venturoli <ml@netfence.it> To: freebsd-questions@freebsd.org Cc: dan@langille.org Subject: [SOLVED] Re: Bacula 5.2.12_5 Port update issues Message-ID: <53B65AE7.8020407@netfence.it> In-Reply-To: <194e41cb4e16279377fe020668074727@dweimer.net> References: <194e41cb4e16279377fe020668074727@dweimer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53B65AE7.8020407>