Your message dated Fri, 18 Aug 2006 15:47:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383710: fixed in busybox 1:1.1.3-3
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.3-2
Severity: serious
Attempting to build busybox on sarge yields the following during build:
make[1]: Leaving directory `/busybox-1.1.3/debian/build/build-udeb'
cp debian/build/build-udeb/docs/BusyBox.1
debian/build/build-udeb/docs/busybox.1
touch debian/stamps/build-udeb
DEB_HOST_ARCH_OS is not a supported variable name
at /usr/bin/dpkg-architecture line 271.
DEB_HOST_ARCH_CPU is not a supported variable name
at /usr/bin/dpkg-architecture line 271.
DEB_HOST_ARCH_OS is not a supported variable name
at /usr/bin/dpkg-architecture line 271.
mkdir debian/build/build-floppy-udeb
cp '' debian/build/build-floppy-udeb/.config
cp: cannot stat `': No such file or directory
make: *** [debian/stamps/build-floppy-udeb] Error 1
debuild: fatal error at line 765:
According to the dpkg-architecture manpage:
BACKWARD COMPATIBILITY
The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were only
intro
duced in relatively recent versions of dpkg-architecture (since
dpkg
1.13.2), before this debian/rules files tended to check the
values of
the DEB_HOST_GNU_CPU or DEB_HOST_GNU_TYPE variables which have
been
subject to change.
busybox needs one of the following: either a Build-Dependency upon
dpkg-dev (>= 1.13.2), or backwards compatibility code of the following
nature:
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU
2>/dev/null)
ifeq ($(DEB_HOST_ARCH_CPU),)
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
ifeq ($(DEB_HOST_ARCH_CPU),x86_64)
DEB_HOST_ARCH_CPU := amd64
endif
endif
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS
2>/dev/null)
ifeq ($(DEB_HOST_ARCH_OS),)
DEB_HOST_ARCH_OS := $(subst -gnu,,$(shell dpkg-architecture
-qDEB_HOST_GNU_SYSTEM))
ifeq ($(DEB_HOST_ARCH_OS),gnu)
DEB_HOST_ARCH_OS := hurd
endif
endif
--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.1.3-3
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.3-3_amd64.deb
to pool/main/b/busybox/busybox-static_1.1.3-3_amd64.deb
busybox-udeb_1.1.3-3_amd64.udeb
to pool/main/b/busybox/busybox-udeb_1.1.3-3_amd64.udeb
busybox_1.1.3-3.diff.gz
to pool/main/b/busybox/busybox_1.1.3-3.diff.gz
busybox_1.1.3-3.dsc
to pool/main/b/busybox/busybox_1.1.3-3.dsc
busybox_1.1.3-3_amd64.deb
to pool/main/b/busybox/busybox_1.1.3-3_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: Fri, 18 Aug 2006 22:32:04 +0000
Source: busybox
Binary: busybox-floppy-udeb busybox busybox-udeb busybox-static
Architecture: source amd64
Version: 1:1.1.3-3
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: 378654 383710
Changes:
busybox (1:1.1.3-3) unstable; urgency=low
.
* debian/control:
- Add build dependency to new dpkg-dev. (closes: #383710)
* debian/copyright:
- Mention copyright holders. (closes: #378654)
Files:
293a10f9feac57ee3c9c9886eb34805c 714 - optional busybox_1.1.3-3.dsc
da11c801e1ec1dd389b23f681e67aeff 19439 - optional busybox_1.1.3-3.diff.gz
897bb919942c7b858259095083809fa2 325468 utils optional
busybox_1.1.3-3_amd64.deb
ee5923ca05f6f0f9db6b807ad4049ab1 912994 shells optional
busybox-static_1.1.3-3_amd64.deb
8d96a7644ca9ddbea931084000838ab9 139890 debian-installer extra
busybox-udeb_1.1.3-3_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iEYEARECAAYFAkTmQgEACgkQLkAIIn9ODhGhPQCg57KhyLLuFgK94aau+SX4OU9a
O+kAoMHv04uwSrTfZNIo8LotLSUmcFaA
=dLTS
-----END PGP SIGNATURE-----
--- End Message ---