Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] make of gentoo-sources-3.2.12 fails Michael Scherer <a6702894@××××××××××××××.at>