Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
I can confirm that 7.9.3 builds also fine on Solaris 10 x64 using GCC. Best regards, Daniel Am 07.06.17 um 13:15 schrieb Gary R. Schmidt: On 07/06/2017 20:43, Gary R. Schmidt wrote: On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adju

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 07/06/2017 20:43, Gary R. Schmidt wrote: On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 07/06/2017 17:59, Kern Sibbald wrote: Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer Studio is, so I cannot say. However, you wi

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
Hi, with these changes version 7.9 can be successfully compiled on Solaris 11 x64 using GCC. @Gary R. Schmidt: It should now also work on Solaris 10 but I will check it also. Best regards, Daniel Am 07.06.17 um 10:45 schrieb Kern Sibbald: Hello, I have just pushed several fixes for Solar

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello Daniel, Great! Thanks for the really fast testing :-) Best regards, Kern On 06/07/2017 11:02 AM, Daniel Heitepriem wrote: Hi, with these changes version 7.9 can be successfully compiled on Solaris 11 x64 using GCC. @Gary R. Schmidt: It should now also work on Solaris 10 but I will

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, I have just pushed several fixes for Solaris to the www.bacula.org repo -- Branch-7.9 1. Fix the missing semi-colon 2. Remove vestiges of crc32_bad, which is not needed and should not be used. 3. I have also included several other patches ... Best regards, Kern On 06/07/2017 10:3

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Daniel Heitepriem
Hi everyone, I can second this error for Solaris 11.3 x64 using GCC 4.8. The "bsys.c" error can be solved by adding the missing semicolon in file "bacula-7.9.2/src/lib/bsys.c" line 1218. Best regards, Daniel Heitepriem Am 07.06.17 um 10:12 schrieb Kern Sibbald: Hello, On 06/07/2017 09:52

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, On 06/07/2017 09:52 AM, Gary R. Schmidt wrote: Trying to build on Solaris 10 x64, using GCC 5.2.0. As expected: Compiling bsys.c bsys.c: In function 'int baccept(int, sockaddr*, socklen_t*)': bsys.c:1219:7: error: expected ',' or ';' before 'if' if (fcntl(fd, F_SETFD, fcntl(fd, F

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Kern Sibbald
Hello, Bacula does not require g++ to build, but you may need to adjust things. For example, on FreeBSD Bacula is built with clang. On Solaris you can use the Solaris compiler. I don't know what Developer Studio is, so I cannot say. However, you will need to have GNU tools installed. See

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
Trying to build on Solaris 10 x64, using GCC 5.2.0. As expected: Compiling bsys.c bsys.c: In function 'int baccept(int, sockaddr*, socklen_t*)': bsys.c:1219:7: error: expected ',' or ';' before 'if' if (fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC) < 0) { ^ Fix, and co

Re: [Bacula-users] [Bacula-devel] Beta release 7.9.2

2017-06-07 Thread Gary R. Schmidt
On 2017-06-06 21:57, Kern Sibbald wrote: Hello, This is to inform you that we have release Bacula BETA version 7.9.2 Hi Kern, Trying to build on Solaris 10 x64, using Developer Studio 12.3. Can't disable libtool - oh great, can't work out what is going on underneath, just ducky. Configure