- Code: Select all
INSTALL sound/pcmcia/vx/snd-vxpocket.ko
INSTALL sound/soc/snd-soc-core.ko
INSTALL sound/synth/emux/snd-emux-synth.ko
INSTALL sound/synth/snd-util-mem.ko
INSTALL sound/usb/caiaq/snd-usb-caiaq.ko
INSTALL sound/usb/snd-usb-audio.ko
INSTALL sound/usb/snd-usb-lib.ko
INSTALL sound/usb/usx2y/snd-usb-usx2y.ko
DEPMOD 2.6.26-sabayon
* Copying config for successful build to /etc/kernels/kernel-config-x86_64-2.6.26-sabayon
* Gentoo Linux Genkernel; Version 3.4.9[0m
* Running with options: --kerneldir=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/linux-2.6.26-sabayon --kernel-config=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/config --cachedir=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/cache --makeopts=-j3 --tempdir=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/linux-2.6.26-sabayon/temp --logfile=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/genkernel.log --bootdir=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/boot --mountboot --lvm --luks --module-prefix=/var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/lib all
* ERROR: Could not find busybox source tarball: /var/cache/genkernel/src/busybox-1.7.4.tar.bz2!
* -- Grepping log... --
* -- End log... --
* Please consult /var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/tmp/portage/sys-kernel/linux-sabayon-2.6.26/work/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*
Notice the error message "* ERROR: Could not find busybox source tarball: /var/cache/genkernel/src/busybox-1.7.4.tar.bz2!"
Now, busybox-1.7.4.tar.bz2 is in /usr/portage/distfiles/
And in /var/cache/genkernel/ there is only a directory x86_64 containing busybox-1.7.4-x86_64.tar.bz2:
- Code: Select all
fitzcarraldo@localhost /var/cache/genkernel $ ls -la
total 12
drwxr-xr-x 3 root root 4096 2008-08-18 22:07 .
drwxr-xr-x 12 root root 4096 2008-05-11 19:35 ..
drwxr-xr-x 2 root root 4096 2008-06-02 20:09 x86_64
fitzcarraldo@localhost /var/cache/genkernel $ cd ./x86_64
fitzcarraldo@localhost /var/cache/genkernel/x86_64 $ ls -la
total 2772
drwxr-xr-x 2 root root 4096 2008-06-02 20:09 .
drwxr-xr-x 3 root root 4096 2008-08-18 22:07 ..
-rwxr-xr-x 1 root root 487943 2007-07-19 09:14 busybox-1.1.3+gentoo-x86_64.bz2
-rw-r--r-- 1 root root 538407 2008-05-17 22:45 busybox-1.1.3+gentoo-x86_64.tar.bz2
-rw-r--r-- 1 root root 543224 2008-06-02 20:09 busybox-1.7.4-x86_64.tar.bz2
-rw-r--r-- 1 root root 340050 2007-05-16 17:28 device-mapper-1.02.07-x86_64.tar.bz2
-rw-r--r-- 1 root root 314591 2007-05-16 17:28 dmraid-1.0.0.rc13-x86_64.tar.bz2
-rwxr-xr-x 1 root root 227277 2007-05-16 17:25 insmod-x86_64-static-2.6.bz2
-rw-r--r-- 1 root root 332632 2007-05-16 17:27 unionfs-utils-0.1-x86_64.tar.bz2
fitzcarraldo@localhost /var/cache/genkernel/x86_64 $
Any ideas?

