Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is 'MAKEOPTS="--jobs --load-average=5"' silly?
Date: Tue, 26 Mar 2013 20:58:45
Message-Id: 51520BF5.6020508@hadt.biz
In Reply to: Re: [gentoo-user] Is 'MAKEOPTS="--jobs --load-average=5"' silly? by Neil Bothwick
1 Am 25.03.2013 23:32, schrieb Neil Bothwick:
2 > On Mon, 25 Mar 2013 23:27:04 +0100, Michael Hampicke wrote:
3 >
4 >> This is what I use:
5 >> EMERGE_DEFAULT_OPTS="--jobs=2 --load-average=6"
6 >>
7 >> I havent't had any failed builds that were related to the --jobs option.
8 >> The only exception is when rebuilding my kernel modules. I have to build
9 >> spl first, then zfs-kmod. But that's because zfs-kmod requires a
10 >> complete built spl.
11 >
12 > Interesting, I have --jobs and portage doesn't try t build spl
13 > and zfs-kmod in parallel, it always completes spl first.
14 >
15
16 Interesting. Maybe a problem with module-rebuild? I will look into this
17 when I have some spare time.
18
19 Freshly merged kernel sources, kernel configured, compiled and
20 installed. Then I ran module-rebuild:
21
22
23 # module-rebuild rebuild
24 ** Preparing to merge modules:
25 ** Packages which I will emerge are:
26 =net-misc/r8168-8.035.00-r1
27 =app-emulation/virtualbox-modules-4.2.10
28 =x11-drivers/ati-drivers-13.3_beta2
29 =sys-kernel/spl-0.6.0_rc14-r3
30 =sys-fs/zfs-kmod-0.6.0_rc14-r5
31 5 4 3 2 1
32 >>> Verifying ebuild manifests
33 >>> Running pre-merge checks for x11-drivers/ati-drivers-13.3_beta2
34 * Determining the location of the kernel source code
35 * Found kernel source directory:
36 * /usr/src/linux
37 * Found kernel object directory:
38 * /lib/modules/3.8.4-gentoo/build
39 * Found sources for kernel version:
40 * 3.8.4-gentoo
41 * Checking for suitable kernel configuration options...
42 [ ok ]
43 >>> Emerging (1 of 5) net-misc/r8168-8.035.00-r1
44 >>> Emerging (2 of 5) app-emulation/virtualbox-modules-4.2.10
45 >>> Installing (1 of 5) net-misc/r8168-8.035.00-r1
46 >>> Emerging (3 of 5) x11-drivers/ati-drivers-13.3_beta2
47 >>> Emerging (4 of 5) sys-kernel/spl-0.6.0_rc14-r3
48 >>> Installing (2 of 5) app-emulation/virtualbox-modules-4.2.10
49 >>> Installing (3 of 5) x11-drivers/ati-drivers-13.3_beta2
50 >>> Emerging (5 of 5) sys-fs/zfs-kmod-0.6.0_rc14-r5
51 >>> Failed to emerge sys-fs/zfs-kmod-0.6.0_rc14-r5, Log file:
52 >>> '/var/tmp/portage/sys-fs/zfs-kmod-0.6.0_rc14-r5/temp/build.log'
53 >>> Installing (4 of 5) sys-kernel/spl-0.6.0_rc14-r3
54 >>> Jobs: 4 of 5 complete, 1 failed Load avg: 1.53,
55 0.90, 1.05
56
57
58 And the error:
59
60 checking kernel file name for module symbols... Module.symvers
61 checking spl source directory... Not found
62 configure: error:
63 *** Please make sure the spl devel package for your distribution
64 *** is installed then try again. If that fails you can specify the
65 *** location of the spl source with the '--with-spl=PATH' option.

Replies

Subject Author
Re: [gentoo-user] Is 'MAKEOPTS="--jobs --load-average=5"' silly? Neil Bothwick <neil@××××××××××.uk>