|
Home > Archive > Debian Developers > January 2006 > Kernel compile fails.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Kernel compile fails.
|
|
| Alejandro Bonilla Beeche 2006-01-29, 9:38 pm |
| Hi,
I have a box with Sid with the latest upgrades, (almost cause
dist-upgrade wants to remove a lot of stuff)
Anyway, fact is that I can't compile any kernel on the Linus tree. This,
for more than a month.
Could anyone please help me find out which package is the broken one?
/bin/sh in Bash.
Thanks,
CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [Y/?] y
make[1]: Leaving directory `/root/linux-2.6'
/usr/bin/make ARCH=i386 prepare
make[1]: Entering directory `/root/linux-2.6'
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo ' CHK include/linux/version.h';
mkdir -p include/linux/; if [ `echo -n "2.6.16-rc1 .file null
..ident GCC GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section
..note.GNU-stack,,@progbits" | wc -c ` -gt 64 ]; then echo '"2.6.16-rc1
..file null .ident GCC GNU)4.0.320060115(prerelease)(Debian4.0.2-7)
..section .note.GNU-stack,,@progbits" exceeds 64 characters' >&2; exit 1;
fi; (echo \#define UTS_RELEASE \"2.6.16-rc1 .file null .ident
GCC GNU)4.0.320060115(prerelease)(Debian4.0.2-7) .section
..note.GNU-stack,,@progbits\"; echo \#define LINUX_VERSION_CODE `expr 2
\\* 65536 + 6 \\* 256 + 16`; echo '#define KERNEL_VERSION(a,b,c) (((a)
<< 16) + ((b) << 8) + (c))'; ) < /root/linux-2.6/Makefile >
include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
include/linux/version.h include/linux/version.h.tmp; then rm -f
include/linux/version.h.tmp; else echo ' UPD
include/linux/version.h'; mv -f include/linux/version.h.tmp
include/linux/version.h; fi'
make[1]: *** [include/linux/version.h] Error 2
make[1]: Leaving directory `/root/linux-2.6'
make: *** [debian/stamp-kernel-conf] Error 2
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Linas Zvirblis 2006-01-29, 9:38 pm |
| Alejandro Bonilla Beeche wrote:
> I have a box with Sid with the latest upgrades, (almost cause
> dist-upgrade wants to remove a lot of stuff)
>
> Anyway, fact is that I can't compile any kernel on the Linus tree. This,
> for more than a month.
>
> Could anyone please help me find out which package is the broken one?
> /bin/sh in Bash.
I accidentally replied this to debian-user, but it actually belongs
there. This is breakage in kernel, not Debian.
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|
|
|
|