Your message dated Thu, 30 Apr 2009 16:47:03 +0000
with message-id <[email protected]>
and subject line Bug#526336: fixed in kernel-package 12.011
has caused the Debian Bug report #526336,
regarding SRCTOP is not substituted in kernel/ruleset/minimal.mk
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526336: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526336
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.010
Option --overlay-dir appears to be broken (I try to use it to provide
a useful changelog; it used to be the case that the changelog file
could be modified between the configure and build stages, but now it
seems to be overwritten again, so I tried to fix this by providing my
own changelog with --overlay-dir). The error lines look like this:
test ! -d /tmp/overlay-dir || \
(cd /tmp/overlay-dir; tar cf - . | (cd /debian; umask 000; tar xsf -))
tar: ./changelog: Cannot open: Permission denied
tar: ./Control: Cannot open: Permission denied
tar: .: Cannot utime: Operation not permitted
tar: Exiting with failure status due to previous errors
make: *** [debian/stamp/conf/minimal_debian] Error 2
The offender seems to be kernel/ruleset/minimal.mk which references
$(SRCTOP) at line 115, which is undefined. I don't understand what
makefile calls what, so I can't help any further, but replacing with
(cd $(strip $(KPKG_OVERLAY_DIR)); tar cf - .) | (cd debian; umask 000; tar xsf
-)
seems to do the trick.
Happy hacking,
--
David A. Madore
( http://www.madore.org/~david/ )
--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 12.011
We believe that the bug you reported is fixed in the latest version of
kernel-package, which is due to be installed in the Debian FTP archive:
kernel-package_12.011.dsc
to pool/main/k/kernel-package/kernel-package_12.011.dsc
kernel-package_12.011.tar.gz
to pool/main/k/kernel-package/kernel-package_12.011.tar.gz
kernel-package_12.011_all.deb
to pool/main/k/kernel-package/kernel-package_12.011_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Manoj Srivastava <[email protected]> (supplier of updated kernel-package
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 30 Apr 2009 11:29:06 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 12.011
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[email protected]>
Changed-By: Manoj Srivastava <[email protected]>
Description:
kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 526336
Changes:
kernel-package (12.011) unstable; urgency=low
.
* [a4553b8]: Fix the overlay directory option The SRCTOP variable was
undefined in minimal.mk. Fixed that by including the proper make
snippet.
Bug fix: "SRCTOP is not substituted in kernel/ruleset/minimal.mk",
thanks to David Madore (Closes: #526336).
* [88ab204]: Clarify documentation about hook scripts some more
Checksums-Sha1:
a241d73f981fe31cac362065ca806937964e37f3 900 kernel-package_12.011.dsc
d80244ad386cd70556aa10db8af4aedffca28272 571311 kernel-package_12.011.tar.gz
137008e3f2b83493b4a6926b20a37ccd67157f8f 523952 kernel-package_12.011_all.deb
Checksums-Sha256:
48873970b17cfb9046c5bebb5b298a93b128d0eda304a96c20a7e069a88d4930 900
kernel-package_12.011.dsc
7318a65ddf3bf268f7939f811dc6b779cf6ddcc58de87c7296c3d1f758960e88 571311
kernel-package_12.011.tar.gz
888cd74862ae0179963ba51d49f3657f3c8fa7d6a0ae49c3650e9f209890f2fc 523952
kernel-package_12.011_all.deb
Files:
23805c229acb430585e867935996463b 900 kernel optional kernel-package_12.011.dsc
f3d085e72e3fe427c509689560f812ac 571311 kernel optional
kernel-package_12.011.tar.gz
23cc0e50d8715df7b1608d32e088d71e 523952 kernel optional
kernel-package_12.011_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkn51GAACgkQIbrau78kQkzscgCfY/sUe0aO4sG4dQH2l/WK3iQs
0boAn0zdK5pUFRFAqYY3EsP+KXJCVxaL
=ZYGk
-----END PGP SIGNATURE-----
--- End Message ---