Bug#317073: marked as done (FTBFS: Incompatible with dpkg 1.13)
Your message dated Sat, 29 Oct 2005 12:41:44 +0200
with message-id <20051029104144.GF4209@df7cb.de>
and subject line Closing FTBFS bugs
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Jul 2005 00:22:51 +0000
>From kraai@lafn.org Tue Jul 05 17:22:51 2005
Return-path: <kraai@lafn.org>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Dpxgh-0000cP-00; Tue, 05 Jul 2005 17:22:51 -0700
Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j660Mnx4073111
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <submit@bugs.debian.org>; Tue, 5 Jul 2005 17:22:50 -0700 (PDT)
(envelope-from kraai@lafn.org)
Received: from kraai by localhost.localdomain with local (Exim 4.50)
id 1Dpotn-00013T-Lz
for submit@bugs.debian.org; Tue, 05 Jul 2005 07:59:48 -0700
Date: Tue, 5 Jul 2005 07:59:46 -0700
From: Matt Kraai <kraai@ftbfs.org>
To: submit@bugs.debian.org
Subject: FTBFS: Incompatible with dpkg 1.13
Message-ID: <20050705145945.GA3831@localhost.localdomain>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="9zSXsLTf0vkW971A"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--9zSXsLTf0vkW971A
Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI"
Content-Disposition: inline
--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: busybox-cvs
Version: 20040623-1
Severity: serious
Tags: patch
This package fails to build from source with recent versions of
dpkg-dev:
cp .config
cp: missing destination file
Try `cp --help' for more information.
make: *** [build-arch-floppy-udeb-stamp] Error 1
This is because it expects DEB_HOST_GNU_SYSTEM to contain linux,
whereas with new versions of dpkg-dev it contains linux-gnu. Please
see
http://lists.debian.org/debian-devel-announce/2005/06/msg00010.html
for more information.
The attached patch fixes it.
--=20
Matt
--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable
diff -Nru /tmp/97Zb62QJk2/busybox-cvs-20040623/debian/control /tmp/igvVcYcW=
Hl/busybox-cvs-20040623/debian/control
--- /tmp/97Zb62QJk2/busybox-cvs-20040623/debian/control 2005-07-05 08:51:48=
=2E000000000 -0700
+++ /tmp/igvVcYcWHl/busybox-cvs-20040623/debian/control 2005-07-05 08:51:49=
=2E000000000 -0700
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Erik Andersen <andersee@debian.org>, Bastian Blank <waldi@debia=
n.org>
-Build-Depends: debhelper (>=3D 4.0.0), di-packages-build (>=3D 0.5)
+Build-Depends: debhelper (>=3D 4.0.0), di-packages-build (>=3D 0.5), dpkg-=
dev (>=3D 1.13.5)
Standards-Version: 3.6.1
=20
Package: busybox-cvs
diff -Nru /tmp/97Zb62QJk2/busybox-cvs-20040623/debian/rules /tmp/igvVcYcWHl=
/busybox-cvs-20040623/debian/rules
--- /tmp/97Zb62QJk2/busybox-cvs-20040623/debian/rules 2005-07-05 08:51:48.0=
00000000 -0700
+++ /tmp/igvVcYcWHl/busybox-cvs-20040623/debian/rules 2005-07-05 08:51:49.0=
00000000 -0700
@@ -31,7 +31,7 @@
DEBHELPER_PACKAGES_DEB =3D $(patsubst %,-p%,$(PACKAGES_DEB))
DEBHELPER_PACKAGES_UDEB =3D $(patsubst %,-p%,$(PACKAGES_UDEB))
=20
-CONFIG =3D $(firstword $(wildcard ./debian/config-$(1)-$(DEB_HOST_GNU_SYST=
EM)-$(DEB_HOST_GNU_CPU) ./debian/config-$(1)-$(DEB_HOST_GNU_SYSTEM) ./debia=
n/config-$(1)))
+CONFIG =3D $(firstword $(wildcard ./debian/config-$(1)-$(DEB_HOST_ARCH_OS)=
-$(DEB_HOST_ARCH_CPU) ./debian/config-$(1)-$(DEB_HOST_ARCH_OS) ./debian/con=
fig-$(1)))
CONFIG_DEB =3D $(call CONFIG,deb)
CONFIG_STATIC =3D $(call CONFIG,static)
CONFIG_UDEB =3D $(call CONFIG,udeb)
--oyUTqETQ0mS9luUI--
--9zSXsLTf0vkW971A
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCyqBhfNdgYxVXvBARAuO1AJ0aqOp9ytmxyifqYy8u7MJ9yZbYvACgoobf
3y0Zj5Lg2F125t13sWj1v/Y=
=P2WY
-----END PGP SIGNATURE-----
--9zSXsLTf0vkW971A--
---------------------------------------
Received: (at 317073-done) by bugs.debian.org; 29 Oct 2005 10:41:46 +0000
>From cb@df7cb.de Sat Oct 29 03:41:46 2005
Return-path: <cb@df7cb.de>
Received: from meitner.df7cb.de [217.160.132.97] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EVo9i-0002kG-00; Sat, 29 Oct 2005 03:41:46 -0700
Received: from volta.df7cb.de (dslb-084-058-194-119.pools.arcor-ip.net [84.58.194.119])
by meitner.df7cb.de (Postfix) with ESMTP id 9266E20C02F;
Sat, 29 Oct 2005 12:41:45 +0200 (CEST)
Received: by volta.df7cb.de (Postfix, from userid 1000)
id 88AC643063; Sat, 29 Oct 2005 12:41:44 +0200 (CEST)
Date: Sat, 29 Oct 2005 12:41:44 +0200
From: Christoph Berg <myon@debian.org>
To: 258546-done@bugs.debian.org, 288981-done@bugs.debian.org,
317073-done@bugs.debian.org, 331087-done@bugs.debian.org
Subject: Closing FTBFS bugs
Message-ID: <20051029104144.GF4209@df7cb.de>
Mail-Followup-To: Christoph Berg <myon@debian.org>,
258546-done@bugs.debian.org, 288981-done@bugs.debian.org,
317073-done@bugs.debian.org, 331087-done@bugs.debian.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA"
Content-Disposition: inline
X-Face: (nN@x(D\O)J!Qu\q4fh8W^7WGqxpwTk&Xy0*ya<z@L`gg26[[T%n/TA:l\Pde>wYj,M;75" N13_k}S.rS#lmX[G]QOuw[H"4#z$tSn$SkV<IurN'6;gkRFZw@/XLtl7":0v&kN3*-iM~q*;.*CfH@ qM>5ucV193Tz3IWj<]8at(6"K.ht//s"Ds,xMV9A\_bN/)w@^PmEM>-dF34Kw?,<G0ya
User-Agent: Mutt/1.5.9i
Delivered-To: 317073-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
busybox-cvs has been removed from unstable, the FTBFS bugs do not
apply to the busybox package.
Christoph
--=20
cb@df7cb.de | http://www.df7cb.de/
--AqsLC8rIMeq19msA
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQCVAwUBQ2NR6LRrkjttir5xAQJECgP9FjFJlHqdonIkt43RIuR9vQfssBhvHtFj
/1Xp0paLQBOmo1uxxJMUgvZWmx3G1jp9xqGPVyISaTVKU7Lt0HssRWnFxBBBpEZL
wLuF5bnBcXjQRa+Qha7e0pMZOpXm8nQxYyP84DrSKwnujywOhtv//Zzc9GTsoKPU
N79MTwwlzeo=
=RAz1
-----END PGP SIGNATURE-----
--AqsLC8rIMeq19msA--
Reply to: