Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-31 Thread Andreas Piesk
Kern Sibbald schrieb: > On Thursday 30 July 2009 23:41:28 Timo Neuvonen wrote: >> "Kern Sibbald" kirjoitti viestissä >> news:200907302233.19300.k...@sibbald.com... >> >>> On Thursday 30 July 2009 22:24:25 Scott Barninger wrote: On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: >

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Kern Sibbald
On Thursday 30 July 2009 23:41:28 Timo Neuvonen wrote: > "Kern Sibbald" kirjoitti viestissä > news:200907302233.19300.k...@sibbald.com... > > > On Thursday 30 July 2009 22:24:25 Scott Barninger wrote: > >> On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: > >> > I tried to build 3.0.2 bin

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Scott Barninger
On Thursday 30 July 2009 06:18:43 pm Andreas Piesk wrote: > Scott Barninger schrieb: > > On Thursday 30 July 2009 12:36:53 pm Andreas Piesk wrote: > >> Timo Neuvonen schrieb: > >>> I tried to build 3.0.2 binary rpms with the following script, on CentOS > >>> 5.3 x86_64 > >>> > >>> #!/bin/bash > >>>

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Andreas Piesk
Scott Barninger schrieb: > On Thursday 30 July 2009 12:36:53 pm Andreas Piesk wrote: >> Timo Neuvonen schrieb: >>> I tried to build 3.0.2 binary rpms with the following script, on CentOS >>> 5.3 x86_64 >>> >>> #!/bin/bash >>> rpmbuild --rebuild \ >>> --define "build_centos5 1" \ >>> --define "build

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Scott Barninger
On Thursday 30 July 2009 05:41:28 pm Timo Neuvonen wrote: > "Kern Sibbald" kirjoitti viestissä > news:200907302233.19300.k...@sibbald.com... > > > On Thursday 30 July 2009 22:24:25 Scott Barninger wrote: > >> On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: > >> > I tried to build 3.0.2

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Timo Neuvonen
"Kern Sibbald" kirjoitti viestissä news:200907302233.19300.k...@sibbald.com... > On Thursday 30 July 2009 22:24:25 Scott Barninger wrote: >> On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: >> > I tried to build 3.0.2 binary rpms with the following script, on CentOS >> > 5.3 x86_64 >> >

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Kern Sibbald
On Thursday 30 July 2009 22:33:28 Scott Barninger wrote: > On Thursday 30 July 2009 12:36:53 pm Andreas Piesk wrote: > > Timo Neuvonen schrieb: > > > I tried to build 3.0.2 binary rpms with the following script, on CentOS > > > 5.3 x86_64 > > > > > > #!/bin/bash > > > rpmbuild --rebuild \ > > > --d

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Kern Sibbald
On Thursday 30 July 2009 22:24:25 Scott Barninger wrote: > On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: > > I tried to build 3.0.2 binary rpms with the following script, on CentOS > > 5.3 x86_64 > > > > #!/bin/bash > > rpmbuild --rebuild \ > > --define "build_centos5 1" \ > > --define

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Scott Barninger
On Thursday 30 July 2009 12:36:53 pm Andreas Piesk wrote: > Timo Neuvonen schrieb: > > I tried to build 3.0.2 binary rpms with the following script, on CentOS > > 5.3 x86_64 > > > > #!/bin/bash > > rpmbuild --rebuild \ > > --define "build_centos5 1" \ > > --define "build_x86_64 1" \ > > --define "b

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Scott Barninger
On Wednesday 29 July 2009 08:21:50 am Timo Neuvonen wrote: > I tried to build 3.0.2 binary rpms with the following script, on CentOS 5.3 > x86_64 > > #!/bin/bash > rpmbuild --rebuild \ > --define "build_centos5 1" \ > --define "build_x86_64 1" \ > --define "build_mysql5 1" \ > --define "build_pytho

Re: [Bacula-devel] 3.0.2 binary rpm build error

2009-07-30 Thread Andreas Piesk
Timo Neuvonen schrieb: > I tried to build 3.0.2 binary rpms with the following script, on CentOS 5.3 > x86_64 > > #!/bin/bash > rpmbuild --rebuild \ > --define "build_centos5 1" \ > --define "build_x86_64 1" \ > --define "build_mysql5 1" \ > --define "build_python 1" \ > --define "nobuild_gconsol

[Bacula-devel] 3.0.2 binary rpm build error

2009-07-29 Thread Timo Neuvonen
I tried to build 3.0.2 binary rpms with the following script, on CentOS 5.3 x86_64 #!/bin/bash rpmbuild --rebuild \ --define "build_centos5 1" \ --define "build_x86_64 1" \ --define "build_mysql5 1" \ --define "build_python 1" \ --define "nobuild_gconsole 1" \ --define "contrib_packager Timo Neuv