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

Bug#219565: marked as done (apt-get build-dep should not fail for unsatisfied Build-Conflicts)



Your message dated Fri, 7 Nov 2003 08:30:41 -0500
with message-id <20031107133041.GG9377@dijkstra.csh.rit.edu>
and subject line Bug#219565: apt-get build-dep should not fail for unsatisfied Build-Conflicts
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; 7 Nov 2003 10:27:42 +0000
>From mbanck@gmx.net Fri Nov 07 04:27:41 2003
Return-path: <mbanck@gmx.net>
Received: from mail.gmx.net [213.165.64.20] 
	by master.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1AI3q8-0004tF-00; Fri, 07 Nov 2003 04:27:41 -0600
Received: (qmail 1553 invoked by uid 65534); 7 Nov 2003 10:27:39 -0000
Received: from p3EE2CF26.dip.t-dialin.net (EHLO Darkstar) (62.226.207.38)
  by mail.gmx.net (mp026) with SMTP; 07 Nov 2003 11:27:39 +0100
X-Authenticated: #686195
Received: from mbanck by Darkstar with local (Exim 3.35 #1 (Debian))
	id 1AI3sO-0000eT-00; Fri, 07 Nov 2003 11:30:00 +0100
From: Michael Banck <mbanck@gmx.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt-get build-dep should not fail for unsatisfied Build-Conflicts
X-Mailer: reportbug 1.50
Date: Fri, 07 Nov 2003 11:30:00 +0100
From: Michael Banck <mbanck@debian.org>
Message-Id: <[🔎] E1AI3sO-0000eT-00@Darkstar>
Sender: Michael Banck <mbanck@gmx.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-3.2 required=4.0
	tests=BAYES_60,HAS_PACKAGE,SATISFACTION
	version=2.53-bugs.debian.org_2003_11_03
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp)

Package: apt
Version: 0.5.4
Severity: normal

Hi,

on hurd-i386 I get this error when trying to install kerberos' Build-Deps:

raptor:~/build/krb4-1.2.2$ sudo apt-get build-dep krb4
Reading Package Lists... Done
Building Dependency Tree... Done
E: Build-Conflicts dependency on krb4 cannot be satisfied because the package kerberos4kth-dev cannot be found

IMHO, this should not be fatal, as an unsatisfied Build-Conflict really 
cannot conflict with the build. So this should not be an error, but
just a warning. Of course, I might miss important cases here, so please 
close this bug if you think this is really okay as an error.


Michael

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux Darkstar 2.4.22-1-386 #9 Sat Oct 4 14:30:39 EST 2003 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

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


---------------------------------------
Received: (at 219565-done) by bugs.debian.org; 7 Nov 2003 13:30:43 +0000
>From mdz@csh.rit.edu Fri Nov 07 07:30:42 2003
Return-path: <mdz@csh.rit.edu>
Received: from blacksheep.csh.rit.edu [129.21.60.6] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AI6hG-0001AL-00; Fri, 07 Nov 2003 07:30:42 -0600
Received: from dijkstra (dijkstra.csh.rit.edu [129.21.60.152])
	by blacksheep.csh.rit.edu (Postfix) with ESMTP
	id F24DA24F; Fri,  7 Nov 2003 08:30:41 -0500 (EST)
Received: from mdz by dijkstra with local (Exim 3.35 #1 (Debian))
	id 1AI6hF-0002Lz-00; Fri, 07 Nov 2003 08:30:41 -0500
Date: Fri, 7 Nov 2003 08:30:41 -0500
From: Matt Zimmerman <mdz@debian.org>
To: Michael Banck <mbanck@debian.org>, 219565-done@bugs.debian.org
Subject: Re: Bug#219565: apt-get build-dep should not fail for unsatisfied Build-Conflicts
Message-ID: <20031107133041.GG9377@dijkstra.csh.rit.edu>
References: <[🔎] E1AI3sO-0000eT-00@Darkstar>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] E1AI3sO-0000eT-00@Darkstar>
User-Agent: Mutt/1.3.28i
Sender: Matt Zimmerman <mdz@csh.rit.edu>
Delivered-To: 219565-done@bugs.debian.org
X-Spam-Status: No, hits=-4.9 required=4.0
	tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT,SATISFACTION
	version=2.53-bugs.debian.org_2003_11_7
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7 (1.174.2.15-2003-03-30-exp)

On Fri, Nov 07, 2003 at 11:30:00AM +0100, Michael Banck wrote:

> Package: apt
> Version: 0.5.4
> Severity: normal
> 
> Hi,
> 
> on hurd-i386 I get this error when trying to install kerberos' Build-Deps:
> 
> raptor:~/build/krb4-1.2.2$ sudo apt-get build-dep krb4
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Build-Conflicts dependency on krb4 cannot be satisfied because the package kerberos4kth-dev cannot be found
> 
> IMHO, this should not be fatal, as an unsatisfied Build-Conflict really 
> cannot conflict with the build. So this should not be an error, but
> just a warning. Of course, I might miss important cases here, so please 
> close this bug if you think this is really okay as an error.

Duplicate of #88664, fixed in apt 0.5.5.

-- 
 - mdz



Reply to: