Re: [Bacula-users] [Non-DoD Source] Re: Bacula 9.0.3 bat qwt requirements

2017-09-05 Thread Kern Sibbald

  
  
Hello Daniel,
That is good to hear.  It seems that persistence pays off!  :-)

Best regards,
Kern


On 09/05/2017 03:12 PM, Hicks, Daniel
  CTR OSD DMEA wrote:


  
  
  
  
Kern
 
Since this was
on my test system I ignored the error and ran ‘make install’
that ran without errors. I was able to also start bat and
after updating the DB it looks to be running fine. With the
exception of a DB error that I noted in another message
thread. 
 
Thanks for the
reply. 
 

  Daniel Hicks
  | 916-999-2711 | DMEA 

 

  
From: Kern Sibbald
[mailto:k...@sibbald.com] 
Sent: Saturday, September 2, 2017 11:55 PM
To: Hicks, Daniel CTR OSD DMEA
;
Bacula-users@lists.sourceforge.net
Subject: [Non-DoD Source] Re: [Bacula-users]
Bacula 9.0.3 bat qwt requirements
  

 
Hello,
I am not sure why you mention qwt since Bat has not used it
  for a number of years.  Bat builds fine for me here and it
  builds on the machines where we are beginning to produce
  binaries.  I have a number of suggestions:
1. With output
  like "Make[1]: *** [bat] Error 1" it is impossible to find the
  problem. If you want help, you will need to supply some
  additional information:
     - Version of qt you are compiling/linking against
     - Full output from the compiles in src/qt-console
  
  2. You can contact Bacula Systems and ask for a professional
  contract, which will supply you with working binaries on a
  number of platforms (not all) and world class support.
  
  3. You can wait a bit, since we are now building binaries for
  distribution on the www.bacula.org web site, but this
  is at least a month off.  It *is* advancing though ...
  
  Best regards,
  Kern

  On 08/31/2017 06:25 PM, Hicks, Daniel CTR
OSD DMEA wrote:


  Hello,
   
  I am trying to test the 9.0.3 build but
cannot get past the make process. I am configuring with the
following but when I try to run make I get an error:
   
  CFLAGS="-g -O2 -Wall" \
    ./configure \
      --sysconfdir=/etc/bacula \
      --sbindir=/sbin \
     
--oldincludedir=/usr/include/mysql \
      --enable-smartalloc \
      --enable-bat \
      --disable-nls \
     
--with-pid-dir=/var/run/bacula \
     
--with-subsys-dir=/var/run/subsys \
     
--with-systemd=/usr/lib/systemd/system \
      --with-mysql \
     
--with-working-dir=/etc/bacula/working \
  
--with-plugindir=/etc/bacula/plugins \
      --with-logdir=/var/log/bacula
\
     
--with-dump-email=admin@localhost \
     
--with-job-email=admin@localhost \
      --with-smtp-host=localhost
   
   
  Make[1]: *** [bat] Error 1
  Make[1]: Leaving directory
‘/usr/local/src/Bacula-9.0.3/src/qt-console’
   
  = Error in /
usr/local/src/Bacula-9.0.3/src/qt-console 
   
   
  This error is on a test system that
already has Bacula 7.4.7 running with bat enabled. 
   
  Thank you
   
  Daniel Hicks
  Senior Systems Analyst
  DMEA IT Support
   
  
  
  
  
  --
  Check out the vibrant tech community on one of the world's most
  engaging tech sites, Slashdot.org! http://sdm.link/slashdot
  
  
  
  
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users

 
  


  


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.

Re: [Bacula-users] [Non-DoD Source] Re: Bacula 9.0.3 bat qwt requirements

2017-09-05 Thread Hicks, Daniel CTR OSD DMEA
Kern

 

Since this was on my test system I ignored the error and ran ‘make install’ 
that ran without errors. I was able to also start bat and after updating the DB 
it looks to be running fine. With the exception of a DB error that I noted in 
another message thread. 

 

Thanks for the reply. 

 

Daniel Hicks | 916-999-2711 | DMEA 

 

From: Kern Sibbald [mailto:k...@sibbald.com] 
Sent: Saturday, September 2, 2017 11:55 PM
To: Hicks, Daniel CTR OSD DMEA ; 
Bacula-users@lists.sourceforge.net
Subject: [Non-DoD Source] Re: [Bacula-users] Bacula 9.0.3 bat qwt requirements

 

Hello,

I am not sure why you mention qwt since Bat has not used it for a number of 
years.  Bat builds fine for me here and it builds on the machines where we are 
beginning to produce binaries.  I have a number of suggestions:

1. With output like "Make[1]: *** [bat] Error 1" it is impossible to find the 
problem. If you want help, you will need to supply some additional information:
   - Version of qt you are compiling/linking against
   - Full output from the compiles in src/qt-console

2. You can contact Bacula Systems and ask for a professional contract, which 
will supply you with working binaries on a number of platforms (not all) and 
world class support.

3. You can wait a bit, since we are now building binaries for distribution on 
the www.bacula.org   web site, but this is at least a 
month off.  It *is* advancing though ...

Best regards,
Kern

On 08/31/2017 06:25 PM, Hicks, Daniel CTR OSD DMEA wrote:

Hello,

 

I am trying to test the 9.0.3 build but cannot get past the make process. I am 
configuring with the following but when I try to run make I get an error:

 

CFLAGS="-g -O2 -Wall" \

  ./configure \

--sysconfdir=/etc/bacula \

--sbindir=/sbin \

--oldincludedir=/usr/include/mysql \

--enable-smartalloc \

--enable-bat \

--disable-nls \

--with-pid-dir=/var/run/bacula \

--with-subsys-dir=/var/run/subsys \

--with-systemd=/usr/lib/systemd/system \

--with-mysql \

--with-working-dir=/etc/bacula/working \

 --with-plugindir=/etc/bacula/plugins \

--with-logdir=/var/log/bacula \

--with-dump-email=admin@localhost \

--with-job-email=admin@localhost \

--with-smtp-host=localhost

 

 

Make[1]: *** [bat] Error 1

Make[1]: Leaving directory ‘/usr/local/src/Bacula-9.0.3/src/qt-console’

 

= Error in / usr/local/src/Bacula-9.0.3/src/qt-console 

 

 

This error is on a test system that already has Bacula 7.4.7 running with bat 
enabled. 

 

Thank you

 

Daniel Hicks

Senior Systems Analyst

DMEA IT Support

 






--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot






___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net  
https://lists.sourceforge.net/lists/listinfo/bacula-users

 



smime.p7s
Description: S/MIME cryptographic signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users