Your message dated Mon, 22 May 2006 11:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368013: fixed in busybox 1:1.1.2-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: busybox
Version: 1:1.1.2-1
Severity: serious
Tags: patch
Hello,
the latest version of busybox creates a real /lib64 directory in the
busybox-udeb package on amd64 and ppc64.
This prevents the creation of the /lib64 -> /lib symlink in the
d-i images (the symlink is currently created by the 'rootskel' package
for d-i). Without this symlink the dynamic linker is not accessible
and consequently the d-i images do not work.
Please prevent the creation of a real /lib64 on amd64 and ppc64.
Moreover, I think that setting 'libdir' to /lib64 as it is done in
'applets/install.sh' is wrong on all current debian architectures.
Even if setting libdir to /lib64 to makes sense on a particular debian
architecture, 'uname -m' is not a reliable way to detect the architecture.
A Debian 'i386' system may run a 'x86_64' kernel, but /lib64 is
the wrong libdir for native 'i386' libraries.
Regards
Andreas Jochens
diff -urN ../tmp-orig/busybox-1.1.2/applets/install.sh ./applets/install.sh
--- ../tmp-orig/busybox-1.1.2/applets/install.sh 2006-04-16
16:27:46.000000000 +0000
+++ ./applets/install.sh 2006-05-19 08:16:27.000000000 +0000
@@ -20,7 +20,7 @@
# get the target dir for the libs
# This is an incomplete/incorrect list for now
case $(uname -m) in
- x86_64|ppc64*|sparc64*|ia64*|hppa*64*|s390x*) libdir=/lib64 ;;
+# x86_64|ppc64*|sparc64*|ia64*|hppa*64*|s390x*) libdir=/lib64 ;;
*) libdir=/lib ;;
esac
--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.1.2-2
We believe that the bug you reported is fixed in the latest version of
busybox, which is due to be installed in the Debian FTP archive:
busybox-static_1.1.2-2_amd64.deb
to pool/main/b/busybox/busybox-static_1.1.2-2_amd64.deb
busybox-udeb_1.1.2-2_amd64.udeb
to pool/main/b/busybox/busybox-udeb_1.1.2-2_amd64.udeb
busybox_1.1.2-2.diff.gz
to pool/main/b/busybox/busybox_1.1.2-2.diff.gz
busybox_1.1.2-2.dsc
to pool/main/b/busybox/busybox_1.1.2-2.dsc
busybox_1.1.2-2_amd64.deb
to pool/main/b/busybox/busybox_1.1.2-2_amd64.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.
Bastian Blank <[EMAIL PROTECTED]> (supplier of updated busybox 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.7
Date: Mon, 22 May 2006 17:58:17 +0000
Source: busybox
Binary: busybox-floppy-udeb busybox busybox-udeb busybox-static
Architecture: source amd64
Version: 1:1.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <[EMAIL PROTECTED]>
Description:
busybox - Tiny utilities for small and embedded systems
busybox-static - Standalone rescue shell with tons of builtin utilities
busybox-udeb - Tiny utilities for the debian-installer (udeb)
Closes: 367714 368013
Changes:
busybox (1:1.1.2-2) unstable; urgency=low
.
* applets/install.sh:
- Fix installation if libbusybox is disabled. (closes: #368013)
* debian/config*:
- Support umount -a. (closes: #367714)
Files:
c637f87c9eee37c00d5226261eaebcc2 692 - optional busybox_1.1.2-2.dsc
c18447890f5a815d7da95790537f7d88 18453 - optional busybox_1.1.2-2.diff.gz
e985e457c62000095f48aeea549c53de 330020 utils optional
busybox_1.1.2-2_amd64.deb
3104e8171be9b266180efba4beec7ffe 919388 shells optional
busybox-static_1.1.2-2_amd64.deb
f31d1ae45274d65a70c07fcd982bb629 141952 debian-installer extra
busybox-udeb_1.1.2-2_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iEYEARECAAYFAkRx/rsACgkQLkAIIn9ODhGwbQCg5wlUruAvvwFUrO82geNsIgnT
xGUAnizGf8Y+YW14Q6Xc55eQQbdgs1DA
=2mOP
-----END PGP SIGNATURE-----
--- End Message ---