Bug#294889: kernel-package locks up when building

2005-02-11 Thread C.Y.M
Package: kernel-package
Version: 8.120
Severity: critical
Description: When attempting to build a new 2.6 kernel snapshot with this latest 
version of kernel-package, the build script just locks up.

Test: Build kernel 2.6.11-rc3-bk8 with the following command:
fakeroot make-kpkg --append-to-version=.021105.1 --added-modules=nvidia-kernel 
kernel-image modules-image



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#294889: kernel-package locks up when building

2005-02-11 Thread Manoj Srivastava
Hi,

Can't reproduce this. Do you have any additional details? Like
 a log of where the lock up happened?

manoj
-- 
Linux is obsolete (Andrew Tanenbaum)
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#294889: kernel-package locks up when building

2005-02-11 Thread C.Y.M
Manoj Srivastava wrote:
Hi,
Can't reproduce this. Do you have any additional details? Like
 a log of where the lock up happened?
	manoj

OK, it doesnt appear to be actually locking up now, sorry for the poor 
description.  The first time I tried it, it just sat there for a few minutes and 
did nothing so I stopped it. Now I am getting the following error (note that If 
I reinstall the previous version of kernel-package that this error does not occur):

/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
make[1]: Entering directory `/usr/src/linux-2.6.11-rc3-bk8'
test ! -f .config || cp -pf .config config.precious
test -f Makefile  \
/usr/bin/make   ARCH=i386 distclean
make[2]: Entering directory `/usr/src/linux-2.6.11-rc3-bk8'
  CLEAN   .config
make[2]: Leaving directory `/usr/src/linux-2.6.11-rc3-bk8'
test ! -f config.precious || mv -f config.precious .config
test ! -f stamp-patch || /usr/bin/make -f /usr/share/kernel-package/rules 
unpatch_now
test -f stamp-building || test -f debian/official || rm -rf debian
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb.dist || \
mv -f scripts/package/builddeb.dist scripts/package/builddeb
test ! -e scripts/package/Makefile.dist || \
mv -f scripts/package/Makefile.dist scripts/package/Makefile
rm -f modules/modversions.h modules/ksyms.ver debian/files conf.vars 
scripts/cramfs/cramfsck scripts/cramfs/mkcramfs applied_patches debian/buildinfo 
stamp-build stamp-configure stamp-source stamp-image stamp-headers stamp-src 
stamp-diff stamp-doc stamp-buildpackage stamp-libc-kheaders stamp-debian 
stamp-patch stamp-kernel-configure
rm -rf debian/tmp-source debian/tmp-headers debian/tmp-image debian/tmp-doc
make[1]: Leaving directory `/usr/src/linux-2.6.11-rc3-bk8'
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb || \
mv -f scripts/package/builddeb scripts/package/builddeb.dist
test ! -e scripts/package/Makefile || \
(mv -f scripts/package/Makefile scripts/package/Makefile.dist  \
   echo # Dummy filescripts/package/Makefile)
test ! -f stamp-debian  test ! -f debian/official  \
  rm -rf ./debian  mkdir ./debian
test ! -f stamp-debian  \
   ( test ! -f debian/official || test ! -f debian/control)  \
   sed -e 's/=V/2.6.11-rc3-bk8.021105.2/g'-e 's/=D/10.00.Custom/g'   \
   -e 's/=A/i386/g'   -e 's/=SA//g' \
-e 's/=L/lilo (= 19.1) | grub, /g' -e 's/=I//g'\
-e 's/=CV/2.6/g' \
-e 's/=M/Unknown Kernel Package Maintainer 
[EMAIL PROTECTED]/g'  \
-e 's/=ST/kernel/g'  \
 /usr/share/kernel-package/Control debian/control
test ! -f stamp-debian  test ! -f debian/official   \
   sed -e 's/=V/2.6.11-rc3-bk8.021105.2/g' -e 's/=D/10.00.Custom/g' 
  \
-e 's/=A/i386/g' -e 's/=M/Unknown Kernel Package Maintainer 
[EMAIL PROTECTED]/g' \
-e 's/=ST/kernel/g' \
/usr/share/kernel-package/changelog  debian/changelog
test ! -f debian/rules\
   install -p -m 755 /usr/share/kernel-package/rules debian/rules
echo done   stamp-debian
make: *** No rule to make target `conf.vars', needed by `stamp-configure'.  Stop.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#294889: kernel-package locks up when building

2005-02-11 Thread Grahame White
On Saturday 12 February 2005 06:28, C.Y.M wrote:
 Manoj Srivastava wrote:
  Hi,
 
  Can't reproduce this. Do you have any additional details? Like
   a log of where the lock up happened?
 
   manoj

snip

 make: *** No rule to make target `conf.vars', needed by
 `stamp-configure'.  Stop.

I've just posted a bug report against kernel-source-2.6.10 with the same 
error message. Looks like I may have reported against the wrong package.

I went through the same steps:
 make-kpkg clean
 make-kpkg --revision=custom.1 kernel_image

That's when I got the error.


Grahame


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]