Gentoo Archives: gentoo-user

From: Michael Scherer <a6702894@××××××××××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] make of gentoo-sources-3.2.12 fails
Date: Thu, 10 May 2012 20:04:51
Message-Id: 5408BB6714964937B95E7AB54A3C2377@mic2
In Reply to: Re: [gentoo-user] make of gentoo-sources-3.2.12 fails by Pandu Poluan
1 my /usr-partition is at 17% and all other ebuilds, like a new install of netbeans 7.1, run just fine,
2 so I doubt this could be the reason, but I'll check anyway.
3
4 thanks
5
6 michael
7
8 --
9 Michael Scherer
10 Univ.klinik f. Psychiatrie
11 email: michael.scherer@×××××××××××××.at
12 phone: +43 6991 941 22 54
13
14 ----- Original Message -----
15 From: Pandu Poluan
16 To: gentoo-user@l.g.o
17 Sent: Thursday, 10 May, 2012 16:50
18 Subject: Re: [gentoo-user] make of gentoo-sources-3.2.12 fails
19
20
21
22 On May 10, 2012 9:27 PM, "Michael Scherer" <a6702894@××××××××××××××.at> wrote:
23 >
24 > Hi all,
25 >
26 > after downloading the 3.2.12-sources everything went fine
27 > for a couple of weeks, I compiled them a couple of times,
28 > but suddenly, maybe because of some world-updates, errors
29 > started to accumulate, first it could do make but no modules,
30 > then kernel make made it almost and now I'm stuck with this
31 > rather short make output:
32 >
33 > HOSTCC scripts/basic/fixdep
34 > HOSTCC scripts/kconfig/conf.o
35 > HOSTCC scripts/kconfig/zconf.tab.o
36 > scripts/kconfig/zconf.tab.c: In function ‘header_print_comment’:
37 > scripts/kconfig/confdata.c:540:10: warning: ignoring return value of
38 > ‘fwrite’, declared with attribute warn_unused_result
39 > scripts/kconfig/zconf.tab.c: In function ‘kconfig_print_comment’:
40 > scripts/kconfig/confdata.c:467:10: warning: ignoring return value of
41 > ‘fwrite’, declared with attribute warn_unused_result HOSTLD
42 > scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig
43 > CHK include/linux/version.h CHK include/generated/utsrelease.h
44 > CC kernel/bounds.s
45 > GEN include/generated/bounds.h
46 > CC arch/x86/kernel/asm-offsets.s
47 > GEN include/generated/asm-offsets.h
48 > CALL scripts/checksyscalls.sh
49 > CC scripts/mod/empty.o
50 > HOSTCC scripts/mod/mk_elfconfig
51 > MKELF scripts/mod/elfconfig.h
52 > HOSTCC scripts/mod/file2alias.o
53 > HOSTCC scripts/mod/modpost.o
54 > HOSTCC scripts/mod/sumversion.o
55 > HOSTLD scripts/mod/modpost
56 > HOSTCC scripts/kallsyms
57 > HOSTCC scripts/pnmtologo
58 > HOSTCC scripts/conmakehash
59 > HOSTCC scripts/bin2c
60 > CC init/main.o
61 > CHK include/generated/compile.h
62 > CC init/version.o
63 > CC init/do_mounts.o
64 > CC init/do_mounts_initrd.o
65 > LD init/mounts.o
66 > ls -Al -m elf_x86_64 -r -o init/mounts.o init/do_mounts.o
67 > init/do_mounts_initrd.o init/mounts.o: No such file or directory
68 > make[1]: *** [init/mounts.o] Error 1
69 > make: *** [init] Error 2
70 >
71 > glibc is 2.14.1-r3, which otherwise works perfectly, so I don't
72 > think it's the reason.
73 > I cleared ccache and rebuilt the kernel sources, to no avail.
74 >
75 > .config is in attachments.
76 >
77 > Maybe someone could give me a hint, I need that kernel really
78 > badly and hopefully soon.
79 >
80 > kind regards
81 >
82 > michael
83 >
84
85 Make sure you're not running out of space or inodes on the mounted filesystem.
86
87 (I once ran out of inodes even when freespace is still large. Now I do compiles -- kernel or otherwise -- on reiserfs)
88
89 Rgds,