[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: make-kpkg, 2.6.10



On Tue, 2005-01-11 at 18:08 -0800, Richard Weil wrote:
> When I try to build a kernel using make-kpkg from the debian 2.6.10-3
> source I get a permissions error, even though I'm building using
> fakeroot.
> 
> After configuring the kernel, type 'fakeroot make-kpkg
> --revision=3:custom.1.0 kernel_image' and I get this error:
> 
> <snip>
> make[1]: Leaving directory `/usr/local/src/kernel-source-2.6.10-3'
> COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make
> dpkg-dev |\
>          awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }'   >
> debian/buildinfo
> uname -a >> debian/buildinfo
> echo using the compiler: >> debian/buildinfo
> grep LINUX_COMPILER include/linux/compile.h | \
>            sed -e 's/.*LINUX_COMPILER "//' -e 's/"$//' >>
> debian/buildinfo
> echo kernel source package used: >> debian/buildinfo
> COLUMNS=150 dpkg -l kernel-source-2.6.10 |  \
>  awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }' >> debian/buildinfo
> echo applied kernel patches: >> debian/buildinfo
> echo done >  stamp-build
> need root privileges
> make: *** [kernel-image-deb] Error 1
> 
> I didn't have this problem with the 2.6.9 source. Any ideas? Thanks,

did you execute: 'fakeroot make-kpkg clean' first?

-matt zagrabelny



Reply to: