Re: [Bacula-devel] Bacula Release 7.4.0

2016-05-30 Thread Simone Caronni
That's fine, thanks! --Simone On Mon, May 30, 2016 at 3:37 PM, Kern Sibbald wrote: > Hello Simone, > > Hmm. If the version says 7.4.1, I probably should make a release. I > thought the next release was going to be ready just about now (it has lots > of new features), but it is going to take m

Re: [Bacula-devel] Bacula Release 7.4.0

2016-05-30 Thread Kern Sibbald
Hello Simone, Hmm.  If the version says 7.4.1, I probably should make a release.  I thought the next release was going to be ready just about now (it has lots of new features), but it is going to take me a few more months to ensure the quality. 

Re: [Bacula-devel] Bacula Release 7.4.0

2016-05-30 Thread Simone Caronni
Hi Kern, the tag is version 7.4.0a but the code says 7.4.1. Can you make some adjustments and also release the source tarballs? Thanks & regards, --Simone On Mon, May 30, 2016 at 7:09 AM, Kern Sibbald wrote: > Hello Carsten, > > I am sorry, I thought I had pushed everything. > > The repository

Re: [Bacula-devel] Bacula Release 7.4.0

2016-05-29 Thread Kern Sibbald
Hello Carsten, I am sorry, I thought I had pushed everything. The repository now has the tag for Release-7.4.0. However, I would very strongly recommend that you pull the full repository and take the release from the HEAD. There is also a tag Release-7.4.0a on the full head. Between Release-

Re: [Bacula-devel] Bacula Release 7.4.0

2016-02-01 Thread Gary R. Schmidt
Hi Kern, On 2/02/2016 4:30 AM, Kern Sibbald wrote: > Martin, > > I think you were reporting a different bug from what Gary reported. > > Kern > I've examined the code further, and played around with it. As Martin said, the error is caused by there being an add_mtab_entry() in libbacfind f

Re: [Bacula-devel] Bacula Release 7.4.0

2016-02-01 Thread Martin Simmons
Unfortunately fstype needs to be linked with libbacfind for the read_mtab and fstype functions, so both definitions of add_mtab_item are included. The original email clearly says that there is a error with two definitions add_mtab_item. The message about /opt/csw/lib/libintl.so is a warning. __M

Re: [Bacula-devel] Bacula Release 7.4.0

2016-02-01 Thread Kern Sibbald
Martin, I think you were reporting a different bug from what Gary reported. Kern On 02/01/2016 02:36 AM, Martin Simmons wrote: > No, Bacula contains the multiple definition of add_mtab_entry > (findlib/fstype.c and tools/fstype.c). I also reported this as part of bug > #2197. > > __Martin > > >

Re: [Bacula-devel] Bacula Release 7.4.0

2016-02-01 Thread Kern Sibbald
Yes, there are multiple definitions of add_mtab_entry, but they should never be included into any link at the same time unless you are doing something wrong. The fstab in the tools directory is linked by itself and is only a test program. The original email below seems to indicate, at least to

Re: [Bacula-devel] Bacula Release 7.4.0

2016-02-01 Thread Martin Simmons
No, Bacula contains the multiple definition of add_mtab_entry (findlib/fstype.c and tools/fstype.c). I also reported this as part of bug #2197. __Martin > On Fri, 29 Jan 2016 20:00:19 -0800, Kern Sibbald said: > > Hello, > > Yes, thanks for submitting the bug report. My best reading on t

Re: [Bacula-devel] Bacula Release 7.4.0

2016-01-29 Thread Kern Sibbald
Hello, Yes, thanks for submitting the bug report. My best reading on this problem is that one of your Solaris libraries (apparently libintl) is exporting the symbol add_mtab_entry(), and that is conflicting with the Bacula add_mtab_entry() definition. As you point out in the bug report, the entr

Re: [Bacula-devel] Bacula Release 7.4.0

2016-01-28 Thread Gary R. Schmidt
Building 7.4.0 for Solaris 10, I found the following problem when building fstype in src/tools: bacula-7.4.0/src/tools $ make /bin/CC -L/opt/webstack/mysql/lib/mysql -R/opt/webstack/mysql/lib/mysql -L/opt/csw/lib -R/opt/csw/lib -L../lib -L../findlib -o fstype fstype.o -lbacfind -lbac -lm \

Re: [Bacula-devel] Bacula Release 7.4.0

2016-01-19 Thread Kern Sibbald
Many thanks John. :-) Best regards Kern On 01/18/2016 07:33 PM, John Drescher wrote: > On Mon, Jan 18, 2016 at 12:50 PM, Kern Sibbald wrote: >> Hello, >> >> Yesterday, we released Bacula version 7.4.0. >> >> This version consists of more backports from Bacula Enterprise 8.4 as >> well quite a f

Re: [Bacula-devel] Bacula Release 7.4.0

2016-01-18 Thread John Drescher
On Mon, Jan 18, 2016 at 12:50 PM, Kern Sibbald wrote: > Hello, > > Yesterday, we released Bacula version 7.4.0. > > This version consists of more backports from Bacula Enterprise 8.4 as > well quite a few bug fixes (28) as a number of new features. For your > convenience, I have included selected