Package: kernel-package
Version: 10.059
Followup-For: Bug #379185
I just downloaded the source for the newly released 2.6.18 and
did my normal 'zcat /proc/config.gz > .config; make oldconfig; make-kpkg
kernel-image' that I normally do, and I get:
---
[EMAIL PROTECTED]/pts/1:/usr/src/linux> make-kpkg kernel-image
exec make -f /usr/share/kernel-package/ruleset/minimal.mk debian
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
Makefile:486: /usr/src/linux-2.6.18/arch//Makefile: No such file or directory
make: *** No rule to make target `/usr/src/linux-2.6.18/arch//Makefile'. Stop.
/bin/sh: line 0: [: -lt: unary operator expected
/bin/sh: line 0: [: -gt: unary operator expected
/bin/sh: line 0: [: -lt: unary operator expected
====== making target minimal_debian [new prereqs: ]======
This is kernel package version .
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
test -f debian/control || sed -e 's/=V/../g' \
-e 's/=D/..-10.00.Custom/g' -e 's/=A/i386/g' \
-e 's/=SA//g' -e 's/=L/ /g' \
-e 's/=I//g' \
-e 's/=CV/./g' \
-e 's/=M/Mark Nipper <[EMAIL PROTECTED]>/g'
\
-e 's/=ST/linux/g' -e 's/=B/i386/g' \
/usr/share/kernel-package/Control > debian/control
test -f debian/changelog || sed -e 's/=V/../g' \
-e 's/=D/..-10.00.Custom/g' -e 's/=A/i386/g' \
-e 's/=ST/linux/g' -e 's/=B/i386/g' \
-e 's/=M/Mark Nipper <[EMAIL PROTECTED]>/g' \
/usr/share/kernel-package/changelog > debian/changelog
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog Control Control.bin86 config templates.in rules; do
\
cp -f /usr/share/kernel-package/$file ./debian/;
\
done
for dir in Config docs examples ruleset scripts pkg po; do
\
cp -af /usr/share/kernel-package/$dir ./debian/;
\
done
test -d ./debian/stamps || mkdir debian/stamps
exec debian/rules kernel-image
====== making target CONFIG-common [new prereqs: testdir]======
====== making target debian/stamp-conf [new prereqs: ]======
The changelog says we are creating ...
However, I thought the version is 2.6.18
exit 3
make: *** [debian/stamp-conf] Error 3
[1] 30271 exit 2 make-kpkg kernel-image
---
I guess it's worth noting that I'm using zsh and I always build
as root (I know, I know...). This is the first time I've seen this
happen though using the exact same environment and procedure that I
normally follow.
Let me know if you need any more information from me to help
track this down.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.9
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages kernel-package depends on:
ii dpkg 1.13.22 package maintenance system for Deb
ii dpkg-dev 1.13.22 package building tools for Debian
ii file 4.17-4 Determines file type using "magic"
ii gcc [c-compiler] 4:4.1.1-7 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-4 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.1-14 The GNU C compiler
ii gettext 0.15-2 GNU Internationalization utilities
ii make 3.81-3 The GNU version of the "make" util
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii po-debconf 1.0.5 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-6 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6.ds1-4 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]