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

Bug#96971: marked as done ("apt-get build-dep:" doesn't handle the case correctly when you can't fulfill the build dependencies)



Your message dated Sun, 12 Jan 2003 13:09:36 -0500
with message-id <20030112180936.GX23256@mizar.alcor.net>
and subject line Likely fixed in 0.5.4
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; 10 May 2001 15:42:58 +0000
>From bunk@fs.tum.de Thu May 10 10:42:58 2001
Return-path: <bunk@fs.tum.de>
Received: from emailhub.stusta.mhn.de (mailhub.stusta.mhn.de) [141.84.69.5] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 14xsaf-0001I7-00; Thu, 10 May 2001 10:42:58 -0500
Received: (qmail 6358 invoked from network); 10 May 2001 15:42:56 -0000
Received: from r063144.stusta.swh.mhn.de (10.150.63.144)
  by mailhub.stusta.mhn.de with SMTP; 10 May 2001 15:42:56 -0000
Received: from bunk by r063144.stusta.swh.mhn.de with local (Exim 3.22 #1 (Debian))
	id 14xsab-0000vj-00; Thu, 10 May 2001 17:42:53 +0200
From: Adrian Bunk <bunk@fs.tum.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: "apt-get build-dep:" doesn't handle the case correctly when you can't fulfill the build dependencies
X-Reportbug-Version: 1.15
X-Mailer: reportbug 1.15
Date: Thu, 10 May 2001 17:42:53 +0200
Message-Id: <E14xsab-0000vj-00@r063144.stusta.swh.mhn.de>
Delivered-To: submit@bugs.debian.org

Package: apt
Version: 0.5.3
Severity: normal


A note to understand the example below:
libgnome-dev depends on libdb3-dev
libdb3-dev conflicts with libdb2-dev


The package gaby has the following build dependencies:

Package: gaby
...
Build-Depends: libgnome-dev, libdb2-dev, python-dev, cygnus-stylesheets, gettext, python-gtk, debhelper



# apt-get build-dep gnome-gv
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  libdb3-dev libgnome-dev libgnorba-dev 
The following NEW packages will be installed:
  libdb2-dev 
0 packages upgraded, 1 newly installed, 3 to remove and 12  not upgraded.
Need to get 190kB of archives. After unpacking 2616kB will be freed.
Do you want to continue? [Y/n] 


That means apt wants to remove libgnome-dev although it's listed in the
build dependencies. Instead, it should quit with an error message.


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux r063144.stusta.swh.mhn.de 2.4.4-ac6 #1 Wed May 9 10:26:14 CEST 2001 i586

Versions of packages apt depends on:
ii  libc6                  2.2.3-1           GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2 1:2.95.4-0.010506 The GNU stdc++ library            


---------------------------------------
Received: (at 96971-done) by bugs.debian.org; 12 Jan 2003 18:09:41 +0000
>From mdz@csh.rit.edu Sun Jan 12 12:09:41 2003
Return-path: <mdz@csh.rit.edu>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18XmYH-0000IL-00; Sun, 12 Jan 2003 12:09:41 -0600
Received: from 209-6-103-23.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.103.23] helo=mizar.alcor.net)
	by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
	id 18XmYG-0003gO-00
	for 96971-done@bugs.debian.org; Sun, 12 Jan 2003 13:09:40 -0500
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
	id 18XmYC-0007Xz-00
	for <96971-done@bugs.debian.org>; Sun, 12 Jan 2003 13:09:36 -0500
Date: Sun, 12 Jan 2003 13:09:36 -0500
From: Matt Zimmerman <mdz@debian.org>
To: 96971-done@bugs.debian.org
Subject: Likely fixed in 0.5.4
Message-ID: <20030112180936.GX23256@mizar.alcor.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 96971-done@bugs.debian.org
X-Spam-Status: No, hits=-7.2 required=5.0
	tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
	      USER_AGENT_MUTT
	version=2.41
X-Spam-Level: 

If I mangle things to try to reproduce this bug, even though gaby has been fixed:

mizar:[~] grep-dctrl -sBuild-Depends -FPackage gaby /var/lib/apt/lists/debian_dists_unstable_main_source_Sources
Build-Depends: libgnome-dev, libdb2-dev, python2.1-dev, docbook-utils, gettext, python-gtk, debhelper
mizar:[~] sudo apt-get build-dep gaby
Reading Package Lists... Done
Building Dependency Tree... Done
E: Some broken packages were found while trying to process build-dependencies.
You might want to run `apt-get -f install' to correct these.
zsh: exit 100   sudo apt-get build-dep gaby

apt does a more reasonable thing now.

-- 
 - mdz



Reply to: