Am 25.03.2013 23:32, schrieb Neil Bothwick: > On Mon, 25 Mar 2013 23:27:04 +0100, Michael Hampicke wrote: > >> This is what I use: >> EMERGE_DEFAULT_OPTS="--jobs=2 --load-average=6" >> >> I havent't had any failed builds that were related to the --jobs option. >> The only exception is when rebuilding my kernel modules. I have to build >> spl first, then zfs-kmod. But that's because zfs-kmod requires a >> complete built spl. > > Interesting, I have --jobs and portage doesn't try t build spl > and zfs-kmod in parallel, it always completes spl first. >
Interesting. Maybe a problem with module-rebuild? I will look into this when I have some spare time. Freshly merged kernel sources, kernel configured, compiled and installed. Then I ran module-rebuild: # module-rebuild rebuild ** Preparing to merge modules: ** Packages which I will emerge are: =net-misc/r8168-8.035.00-r1 =app-emulation/virtualbox-modules-4.2.10 =x11-drivers/ati-drivers-13.3_beta2 =sys-kernel/spl-0.6.0_rc14-r3 =sys-fs/zfs-kmod-0.6.0_rc14-r5 5 4 3 2 1 >>> Verifying ebuild manifests >>> Running pre-merge checks for x11-drivers/ati-drivers-13.3_beta2 * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/3.8.4-gentoo/build * Found sources for kernel version: * 3.8.4-gentoo * Checking for suitable kernel configuration options... [ ok ] >>> Emerging (1 of 5) net-misc/r8168-8.035.00-r1 >>> Emerging (2 of 5) app-emulation/virtualbox-modules-4.2.10 >>> Installing (1 of 5) net-misc/r8168-8.035.00-r1 >>> Emerging (3 of 5) x11-drivers/ati-drivers-13.3_beta2 >>> Emerging (4 of 5) sys-kernel/spl-0.6.0_rc14-r3 >>> Installing (2 of 5) app-emulation/virtualbox-modules-4.2.10 >>> Installing (3 of 5) x11-drivers/ati-drivers-13.3_beta2 >>> Emerging (5 of 5) sys-fs/zfs-kmod-0.6.0_rc14-r5 >>> Failed to emerge sys-fs/zfs-kmod-0.6.0_rc14-r5, Log file: >>> '/var/tmp/portage/sys-fs/zfs-kmod-0.6.0_rc14-r5/temp/build.log' >>> Installing (4 of 5) sys-kernel/spl-0.6.0_rc14-r3 >>> Jobs: 4 of 5 complete, 1 failed Load avg: 1.53, 0.90, 1.05 And the error: checking kernel file name for module symbols... Module.symvers checking spl source directory... Not found configure: error: *** Please make sure the spl devel package for your distribution *** is installed then try again. If that fails you can specify the *** location of the spl source with the '--with-spl=PATH' option.