|
Home > Archive > Debian Developers > January 2006 > make-kpkg fails, Bug?
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 |
make-kpkg fails, Bug?
|
|
| Alejandro Bonilla Beeche 2006-01-18, 5:56 pm |
| Hi,
I just did an upgrade on Sid and an upgrade on Linus tree. Since
then, I can't create a kernel-image.
gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)
Package: kernel-package
Version: 10.032
I just would love to know if we should set a bug on kernel-package
(AFAIK, that is the one in charge?) or if it's Linus tree.
I run:
.. getkernelupdate
git checkout -f
make oldconfig
make-kpkg clean
make-kpkg --revision=T42.v3.1 kernel_image
........
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
| |
| Adam Heath 2006-01-18, 5:56 pm |
| On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:
> Hi,
>
> I just did an upgrade on Sid and an upgrade on Linus tree. Since
> then, I can't create a kernel-image.
> gcc version 4.0.3 20060115 (prerelease) (Debian 4.0.2-7)
> Package: kernel-package
> Version: 10.032
>
> I just would love to know if we should set a bug on kernel-package
> (AFAIK, that is the one in charge?) or if it's Linus tree.
>
> I run:
> . getkernelupdate
> git checkout -f
> make oldconfig
> make-kpkg clean
> make-kpkg --revision=T42.v3.1 kernel_image
> .......
> 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';
What does /bin/sh point to?
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Adam Heath 2006-01-18, 8:49 pm |
| On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:
> Could you please explain what is exactly what you need to check?
ls -l /bin/sh
In other words, what does /bin/sh point to?
What shell is /bin/sh? bash? zsh(gods no)? posh? dash?
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Alejandro Bonilla Beeche 2006-01-19, 8:12 am |
| Adam Heath wrote:
>On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:
>
>
>
>
>ls -l /bin/sh
>
>In other words, what does /bin/sh point to?
>
>What shell is /bin/sh? bash? zsh(gods no)? posh? dash?
>
>
>
Hi,
OK, I use bash and yes:
abonilla@debian:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2006-01-11 09:08 /bin/sh -> bash
Any ideas? If it's a bug please let me know which package so I can help
by opening the bug.
Thanks,
..Alejandro
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|
|
|
|