search for: build_centos4

Displaying 2 results from an estimated 2 matches for "build_centos4".

2006 Nov 09
1
bacula rpm --rebuild on x86_64?
I tried to install the latest bacula last night, rebuilding from the source rpm ... this is the command line I used, following the instructions at bacula.org: # rpmbuild --rebuild --define "build_centos4 1" \ --define "build_x86_64 1" --define "build_mysql4 1" bacula-1.39.26-1.src.rpm but the rebuild fails, citing all sorts of dependencies being required. problem is, all the dependencies it mentions are for 386 and/or 32 bit, not x86_64. when I try doing a yum install...
2005 Aug 02
2
rpmbuild question.
I am attempting to build from a src.rpm (knowing very little about rpm at all) and the spec file notes that the architecture should be set on the command line: > # platform defines - set one below or define the build_xxx on the command line Now. My question is this, how does one do this using rpmbuild? The syntax rpmbuild --target centos4 package.src.rpm seemingly has no effect.