Gentoo Archives: gentoo-user

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] can't compile kernel
Date: Sun, 02 Jul 2006 22:32:48
Message-Id: e89guk$vo3$1@sea.gmane.org
1 Hi!,
2
3 my gentoo just suprised me with the following:
4
5 gwinet linux # pwd
6 /usr/src/linux
7 gwinet linux # make all
8 /bin/sh: -c: line 0: syntax error near unexpected token `('
9 /bin/sh: -c: line 0: `set -e; echo ' CHK include/linux/version.h';
10 mkdir -p include/linux/; if [ `echo -n "2.6.17.3 .file null
11 .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits"
12 | wc -c ` -gt 64 ]; then echo '"2.6.17.3 .file null .ident
13 GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits" exceeds
14 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.17.3
15 .file null .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section
16 .note.GNU-stack,,@progbits\"; echo \#define LINUX_VERSION_CODE `expr 2
17 \\* 65536 + 6 \\* 256 + 17`; echo '#define KERNEL_VERSION(a,b,c) (((a)
18 << 16) + ((b) << 8) + (c))'; ) < /usr/src/linux-2.6.17.3/Makefile >
19 include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
20 include/linux/version.h include/linux/version.h.tmp; then rm -f
21 include/linux/version.h.tmp; else echo ' UPD
22 include/linux/version.h'; mv -f include/linux/version.h.tmp
23 include/linux/version.h; fi'
24 make: *** [include/linux/version.h] Error 2
25
26
27 Hooray!
28
29 So what could i have changed, that there is that unexpected token "("
30 now? I compiled that kernel pretty often. And now none of the kernels
31 compiles - but they used to!
32
33 Any clue what might have changed?
34
35 My guess is, that this (GNU)4.1.1(Gentoo4.1.1) causes troubles.
36
37 I'm helpless :-(

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: can't compile kernel "Sven Köhler" <skoehler@×××.de>
Re: [gentoo-user] can't compile kernel Daniel Iliev <danny@××××××××.com>