Problem building Kernel RPM's

Chuck Anderson cra at WPI.EDU
Sat Aug 18 22:59:21 UTC 2007


On Sat, Aug 18, 2007 at 11:06:07PM +0100, Mike Martin wrote:
> when I run rpmbuild -bb everything seems to go, but the only RPM is
> kernel-headers - no errors, just no rpm's.
> 
> Same thing happens when I try
> 
> rpmbuild --rebuild kernel-2.6.22-2.fc7.src.rpm

rpmbuild defaults to i386.  kernel-2.6.spec defaults to not building 
i386 kernels, but uses i386 packages for kernel-headers.  Specify what 
architecture(s) you want:

rpmbuild --target=i686,i386,noarch --rebuild kernel-2.6.22-2.fc7.src.rpm




More information about the test mailing list