Your message dated Wed, 12 Aug 2009 10:21:26 -0500
with message-id <[email protected]>
and subject line Re: Bug#540375: delete_build_link is perhaps ignored
has caused the Debian Bug report #540375,
regarding delete_build_link is perhaps ignored
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.)
--
540375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540375
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.017
Severity: minor
Hi Manoj.
As far as I understand kernel-pkg.conf(5) setting "delete_build_link
:= yes" would mean that there's no
./lib/modules/2.6.30-heisenberg/build -> something in the resulting
image-deb-file, right?
It is however ;)
Any idea?
Thanks and best wishes,
Chris :)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-heisenberg (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages kernel-package depends on:
ii binutils 2.19.51.20090805-1 The GNU assembler, linker
and bina
ii build-essential 11.4 Informational list of
build-essent
ii debianutils 3.2 Miscellaneous utilities
specific t
ii file 5.03-1 Determines file type
using "magic"
ii gettext 0.17-6 GNU Internationalization
utilities
ii make 3.81-6 An utility for Directing
compilati
ii module-init-tools 3.9-2 tools for managing Linux
kernel mo
ii po-debconf 1.0.16 tool for managing
templates file t
ii util-linux 2.16-2.1 Miscellaneous system utilities
kernel-package recommends no packages.
Versions of packages kernel-package suggests:
ii bzip2 1.0.5-3 high-quality
block-sorting file co
pn docbook-utils <none> (no description available)
ii e2fsprogs 1.41.8-2 ext2/ext3/ext4 file
system utiliti
ii initramfs-tools [linux-in 0.93.4 tools for generating an initramfs
pn libdb3-dev <none> (no description available)
ii libncurses5-dev [libncurs 5.7+20090803-1 developer's libraries and
docs for
ii linux-source-2.6.30 [linu 2.6.30-5 Linux kernel source for
version 2.
pn xmlto <none> (no description available)
-- no debconf information
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--- End Message ---
--- Begin Message ---
On Fri, Aug 07 2009, Christoph Anton Mitterer wrote:
> As far as I understand kernel-pkg.conf(5) setting "delete_build_link
> := yes" would mean that there's no
> ./lib/modules/2.6.30-heisenberg/build -> something in the resulting
> image-deb-file, right?
Nope. As the man page says
,----[ Manual page kernel-pkg.conf(5) ]
| delete_build_link
| If set to YES, the symbolic link /lib/modules/$VERSION/build
| shall be removed from the resulting .deb package. The
| environment variable DELETE_BUILD_LINK overrides this.
`----
> It is however ;)
>
> Any idea?
The setting is case sensitive:
,----[ kernel/ruleset/targets/image.mk ]
| ifeq ($(strip $(delete_build_link)),YES)
| rm -f $(TMPTOP)/lib/modules/$(KERNELRELEASE)/build
| endif
`----
So, change the value to YES, and you will see the desired
results.
manoj
--
"I have come up with a sure-fire concept for a hit television show,
which would be called `A Live Celebrity Gets Eaten by a Shark'." -- Dave
Barry, "The Wonders of Sharks on TV"
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---