[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#213466: marked as done (dpkg-checkbuilddeps broken for [arch] dependencies)



Your message dated Mon, 27 Oct 2003 14:17:15 -0500
with message-id <E1AECrb-00066R-00@auric.debian.org>
and subject line Bug#212796: fixed in dpkg 1.10.17
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; 30 Sep 2003 16:10:23 +0000
>From Roderich.Schupp@partner.bmw.de Tue Sep 30 11:10:22 2003
Return-path: <Roderich.Schupp@partner.bmw.de>
Received: from mailgw2.bmwgroup.com [192.109.190.191] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A4N4w-00069o-00; Tue, 30 Sep 2003 11:10:22 -0500
Received: from mhub1.muc (mhub1.muc [160.50.97.116]) by mailgw2.bmwgroup.com with ESMTP for submit@bugs.debian.org; Tue, 30 Sep 2003 18:10:20 +0200
Received: from mailvsa2.muc ([160.50.97.63] [160.50.97.63]) by mhub1.muc for submit@bugs.debian.org; Tue, 30 Sep 2003 18:10:16 +0200
Received: from mhub1.muc(160.50.97.116) by mailvsa2.muc via csmap 
	 id 31727; Tue, 30 Sep 2003 18:10:15 +0200 (CEST)
Received: from mail02.muc (mail02.muc [160.50.97.31]) by mhub1.muc with ESMTP for submit@bugs.debian.org; Tue, 30 Sep 2003 18:10:15 +0200
Received: from dyndhcp-916-7.muc ([10.250.4.73] (may be forged))
	by mail02.muc (8.8.6 (PHNE_17190+no byaddr 2)/8.8.6) with ESMTP id SAA16412
	for <submit@bugs.debian.org>; Tue, 30 Sep 2003 18:10:14 +0200 (METDST)
Subject: dpkg-checkbuilddeps broken for [arch] dependencies
From: Roderich Schupp <Roderich.Schupp@partner.bmw.de>
To: submit@bugs.debian.org
Organization: argumentum GmbH
Message-Id: <1064934791.4936.25.camel@click.foo.org>
X-Mailer: Ximian Evolution 1.4.5 
Date: Tue, 30 Sep 2003 17:18:13 +0200
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0
	tests=BAYES_10,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp)

Package: dpkg
Version: 1.10.15

dpkg-checkbuilddeps does not complain (and exits OK) regardless
of unmet Build-Depends etc if at least one [arch] dependency is
specified in the control field.

Reason are incorrect calls to controllib function parsedep(), e.g.      
  build_depends(parsedep($fi{"C Build-Depends"}))

should probably read        
  build_depends(parsedep($fi{"C Build-Depends"}, 1, 1))

(with the given arguments, any [arch] dependency will cause parsedep
to fail, returning undef which is taken to be an empty dependency list
by build_depends()).

There is a second bug when Build-Conflicts(-Indep)? finally are
detected: they are erroneously listed as 
"Unmet build dependencies".

Reason:

if (defined($fi{"C Build-Conflicts"})) {
  push @unmet, build_conflicts(...);
}

should push @conflicts instead of @unmet.

Cheers, Roderich



---------------------------------------
Received: (at 212796-close) by bugs.debian.org; 27 Oct 2003 19:23:34 +0000
>From katie@auric.debian.org Mon Oct 27 13:23:26 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AECxZ-0001vm-00; Mon, 27 Oct 2003 13:23:25 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AECrb-00066R-00; Mon, 27 Oct 2003 14:17:15 -0500
From: Adam Heath <doogie@debian.org>
To: 212796-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#212796: fixed in dpkg 1.10.17
Message-Id: <E1AECrb-00066R-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 27 Oct 2003 14:17:15 -0500
Delivered-To: 212796-close@bugs.debian.org

Source: dpkg
Source-Version: 1.10.17

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.10.17_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.10.17_all.deb
dpkg-doc_1.10.17_all.deb
  to pool/main/d/dpkg/dpkg-doc_1.10.17_all.deb
dpkg_1.10.17.dsc
  to pool/main/d/dpkg/dpkg_1.10.17.dsc
dpkg_1.10.17.tar.gz
  to pool/main/d/dpkg/dpkg_1.10.17.tar.gz
dpkg_1.10.17_i386.deb
  to pool/main/d/dpkg/dpkg_1.10.17_i386.deb
dselect_1.10.17_i386.deb
  to pool/main/d/dpkg/dselect_1.10.17_i386.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 212796@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Heath <doogie@debian.org> (supplier of updated dpkg 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 27 Oct 2003 13:04:57 -0600
Source: dpkg
Binary: dpkg-doc dpkg dselect dpkg-dev dpkg-static
Architecture: source all i386
Version: 1.10.17
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
Changed-By: Adam Heath <doogie@debian.org>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dpkg-doc   - Dpkg Internals Documentation
 dselect    - a user tool to manage Debian packages
Closes: 151663 165770 212796 213108 214123 217380
Changes: 
 dpkg (1.10.17) unstable; urgency=medium
 .
   * Make dselect do conflict resolution when dealing with automatically
     selected recommended package. Thanks to Colin Watson for the analysis
     and patch. Closes: Bug#151663
   * Branden Robinson <branden@debian.org>:
     s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
   * dpkg-checkbuilddeps now sets $reduce_arch.  Closes: #212796.
   * Goswin Brederlow <brederlo@informatik.uni-tuebingen.de>:
     Add -u in dpkg-scanpackages.  Closes: #214123.
     Add -a<arch> command to dpkg-scanpackages.
   * Add .#* to dpkg-source's default ignore filter.  Closes: #217380.
   * Matthias Urlichs <smurf@smurf.noris.de>:
     Don't assume /usr/info/dir exists if /usr/info does.  Closes: #165770.
   * Jordi Mallach <jordi@debian.org>:
     Update Catalan translation.
   * Fix errors with dependency fields that reference ${dpkg:Version}.
     Closes: #213108.
Files: 
 d112a99e932000d9ac4b1d080aa872b0 756 base required dpkg_1.10.17.dsc
 c938295475debc3c85425b0332b44a02 2037825 base required dpkg_1.10.17.tar.gz
 862289072547a29cc2a74a51ce423b98 1139254 base required dpkg_1.10.17_i386.deb
 114e854f121026f24cee010128f571b6 95050 base required dselect_1.10.17_i386.deb
 8c31307bbd5b2b3f4bbd92422bb7b5d3 114560 utils standard dpkg-dev_1.10.17_all.deb
 5349c18a66afb74999337a00c53c63bc 10638 doc optional dpkg-doc_1.10.17_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/nW5+iix9wovUpIkRAriIAJ9anCDNLD22M88w4VoInyM6O+XcqQCePWwr
w8S2AfZiBxEF2irTmJlu6xU=
=Z/SQ
-----END PGP SIGNATURE-----



Reply to: