rpmbuild of a f16 kernel drops core.

Dave Jones davej at redhat.com
Tue Nov 8 18:29:13 UTC 2011


On Tue, Nov 08, 2011 at 01:06:40PM -0500, Steve Dickson wrote:
 > Hey,
 > 
 > I did the following that cause depmod.sh to drop core
 > 
 > $ fedpkg --dist 16 srpm
 > $ rpm -ihv kernel-3.1.0-10.idmap.fc17.src.rpm
 > $ rpmbuild -bb --without tools --with firmware --target x86_64 kernel.spec
 > 
 > which cause the following error:
 > /home/src/f16/build/BUILD/kernel-3.1.fc15/linux-3.1.x86_64/scripts/depmod.sh: line 43: 10982 Segmentation fault      (core dumped) "$DEPMOD" "$@" "$KERNELRELEASE"
 > make: *** [_modinst_post] Error 139
 > error: Bad exit status from /var/tmp/rpm-tmp.JhZ0CH (%build)
 > 
 > The entire log is at: http://people.redhat.com/steved/.tmp/build-coredump

here's your problem...

cp: writing `/home/steved/rpmbuild/BUILDROOT/kernel-3.1.0-10.idmap.fc15.x86_64/lib/modules/3.1.0-10.idmap.fc15.x86_64/kernel/net/sunrpc/sunrpc.ko': No space left on device
mkdir: cannot create directory `/home/steved/rpmbuild/BUILDROOT/kernel-3.1.0-10.idmap.fc15.x86_64/lib/modules/3.1.0-10.idmap.fc15.x86_64/kernel/net/sunrpc/xprtrdma': No space left on device

(whatever depmod is calling shouldn't be dumping core of course, but this is the cause of it)

	Dave



More information about the kernel mailing list