Bacula-users

Re: [Bacula-users] Cannot build bacula-client 5.0.3 on FreeBSD 7.3

2010-11-01 10:48:09
Subject: Re: [Bacula-users] Cannot build bacula-client 5.0.3 on FreeBSD 7.3
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 1 Nov 2010 14:45:57 GMT
>>>>> On Sat, 30 Oct 2010 12:33:22 -0400, Dan Langille said:
> 
> On 10/27/2010 12:05 PM, catkins wrote:
> >
> > catkins wrote:
> >> Thanks Martin :-)
> >> [snip]
> >> Have downloaded your patch and will try using it this evening (on 
> >> Slackware64 13.1) [snip] building from bacula-5.0.3.tar.gz [snip]
> >
> > Thank you Martin; your patch fixed the problem :-)
> >
> > For anyone who is not familiar with patching, these were the commands used:
> > mkdir /tmp/bacula
> > cp bacula-5.0.3.tar.gz /tmp/bacula
> > cd /tmp/bacula
> > tar -zxvf bacula-5.0.3.tar.gz
> > cd /tmp/bacula/bacula-5.0.3
> > cp /path-to/bacula-5.0.3-libz.patch .
> > patch -p1 bacula-5.0.3-libz.patch
> > and then proceed with the configure step as usual.  I don't know if patch's 
> > -p1 option was necessary but it worked.
> 
> This is for Bacula on FreeBSD 7.3?

Please read http://www.adsm.org/lists/html/Bacula-users/2010-09/msg00145.html
before deciding whether to add this patch to anything official.


> If so I'll patch the FreeBSD port.
> 
> Can you try this:
> 
> cd /usr/ports/sysutils/bacula-client
> make clean && make patch
> cd work/bacula-5.0.3 (assuming usual port setup)
> patch -p1 < /path-to/bacula-5.0.3-libz.patch

Doing this with bacula-client doesn't make sense -- it belongs in
bacula-server if anywhere.

__Martin

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] Cannot build bacula-client 5.0.3 on FreeBSD 7.3, Martin Simmons <=