Gentoo Archives: gentoo-user

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: make of gentoo-sources-3.2.12 fails
Date: Thu, 17 May 2012 20:52:24
Message-Id: 4FB56497.1080504@fu-berlin.de
In Reply to: Re: [gentoo-user] Re: make of gentoo-sources-3.2.12 fails by Michael Scherer
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 17.05.2012 22:13, Michael Scherer wrote:
5
6 >
7 > 1) make output:
8 >
9 > CHK include/linux/version.h CHK
10 > include/generated/utsrelease.h CALL scripts/checksyscalls.sh CHK
11 > include/generated/compile.h LD init/mounts.o ls -Al -m
12 > elf_x86_64 -r -o init/mounts.o init/do_mounts.o
13 > init/do_mounts_initrd.o init/mounts.o: No such file or directory
14 > make[1]: *** [init/mounts.o] Error 1 make: *** [init] Error 2
15 >
16 > There is an LD, the ls line is part of the error message.
17 >
18
19 >
20 > contains a directive to build mounts.o, see second last line, but
21 > it for some reason this is ignored. Maybe there is a flaw in that
22 > command, only I can't find it.
23 >
24 > regards, michael
25 >
26 >
27
28 Have you tried a make clean on your sourcetree?
29
30 CHK include/linux/version.h
31
32 IS for me one of the first lines I get at all. It seems strange to me
33 that you get a call to the linker (LD) before even a call to the
34 compiler (CC).
35
36 I'd suggest you try a make clean first and try to build again
37 afterwards (with -j1 or without a statement for jobs) to rule out race
38 conditions.
39
40 If that doesn't help, move your kernel sources to another directory
41 and reemerge the sources. Copy your .config (ideally one of a working
42 tree) and try again. If that doesn't help, try to get a working
43 default config (like from /proc/config.gz from a live distro).
44
45 WKR
46
47 Hinnerk
48 -----BEGIN PGP SIGNATURE-----
49 Version: GnuPG v2.0.19 (GNU/Linux)
50 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
51
52 iQEcBAEBAgAGBQJPtWSXAAoJEJwwOFaNFkYc8tAH/iV59mb5MsH0pJ28dXUqe0X6
53 tcbKB18vIQYmjG9gecGX4lVtgXCIhTqVeHEKbQVN4xRMo9u7D7FxygHtRY7sfYrk
54 dvR9fs4RfIoykVeCF/0uVSNZnoXhixarYtr8FGvIKCxvUJnY/ws4W+k5tP8Ju8lJ
55 wM5ldQ/eD8H4vFm4fIStQheTGERZlueNBVf77cLx8K/8p0XBvVM85V/epg+fC4I4
56 bfWG1JtXrh1MUmaE+Y26aNOXGkUZiHax49CBiOUQLZNjk6f5idGppWV03HTL4mCV
57 +dI6lNaUqU0AhnoG3yIOK8lY4kFu3QmNw4h1r+OCctASMJe8dUOTnF53TjJzYQk=
58 =TguL
59 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-user] Re: make of gentoo-sources-3.2.12 fails Joshua Murphy <poisonbl@×××××.com>