Your message dated Thu, 20 Oct 2005 02:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#152129: fixed in apt 0.6.42
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; 4 Oct 2005 13:27:18 +0000
>From [EMAIL PROTECTED] Tue Oct 04 06:27:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from boogie.lpds.sztaki.hu [193.225.12.226] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EMmpC-0003bI-00; Tue, 04 Oct 2005 06:27:18 -0700
Received: by boogie.lpds.sztaki.hu (Postfix, from userid 1000)
        id 313E796A9; Tue,  4 Oct 2005 15:27:08 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Gabor Gombas <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-get build-dep does not honour pinning
X-Mailer: reportbug 3.17
Date: Tue, 04 Oct 2005 15:27:08 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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=-6.6 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        WEIRD_PORT autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: apt
Version: 0.6.41
Severity: normal


Hi,

It seems that "apt-get build-dep" does not honour pinning. Example:

# apt-cache policy evolution
evolution:
  Installed: 2.2.3-4
  Candidate: 2.2.3-4
  Version table:
     2.4.0-2 0
        101 http://ftp.fi.debian.org ../project/experimental/main Packages
 *** 2.2.3-4 0
        500 http://ftp.hu.debian.org testing/main Packages
        990 http://ftp.hu.debian.org unstable/main Packages
        990 http://ftp.fi.debian.org unstable/main Packages
        100 /var/lib/dpkg/status

# apt-get build-dep evolution
Reading package lists... Done
Building dependency tree... Done
E: Build-Depends dependency for evolution cannot be satisfied because no 
available versions of package libgal2.4-dev can satisfy version requirements

# apt-get build-dep evolution=2.2.3-4
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.

So apt-get tries to download the build dependencies of evolution from
experimental even though the version from unstable is listed as
preferred.

Gabor

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Get "";
APT::Get::Show-Upgraded "yes";
APT::Default-Release "unstable";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums 
--generate=nocheck -sp /var/cache/apt/archives; fi";
Acquire "";
Acquire::http "";
Acquire::http::Proxy "http://localhost:3128";;
Acquire::ftp "";
Acquire::ftp::Passive "true";

-- /etc/apt/preferences --

Explanation: Make packages installed from experimental upgradeable but do not 
try to
Explanation: upgrade packages from unstable to experimental
Package: *
Pin: release a=experimental
Pin-Priority: 101

-- /etc/apt/sources.list --

# See sources.list(5) for more information, especialy

deb http://ftp.hu.debian.org/debian testing main non-free contrib

deb http://ftp.hu.debian.org/debian unstable main non-free contrib
deb http://ftp.fi.debian.org/debian unstable main non-free contrib

#deb http://ftp.hu.debian.org/debian-non-US unstable/non-US main contrib 
non-free
#deb http://ftp.fi.debian.org/debian-non-US unstable/non-US main contrib 
non-free

deb http://ftp.fi.debian.org/debian/ ../project/experimental main contrib 
non-free

deb-src http://ftp.hu.debian.org/debian unstable main non-free contrib
deb-src http://ftp.fi.debian.org/debian unstable main non-free contrib
#deb-src http://ftp.fi.debian.org/debian-non-US unstable/non-US main contrib 
non-free

deb-src http://ftp.fi.debian.org/debian/ ../project/experimental main contrib 
non-free

deb http://ftp.nerim.net/debian-marillat/ sid main
deb-src http://ftp.nerim.net/debian-marillat/ sid main

# Experimental GNOME packages
#deb http://pkg-gnome.alioth.debian.org/debian experimental main

deb http://cvs.lpds.sztaki.hu/~gombasg/debian sarge main

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages apt depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-2  GCC support library
ii  libstdc++6                    4.0.2-2    The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 152129-close) by bugs.debian.org; 20 Oct 2005 09:54:28 +0000
>From [EMAIL PROTECTED] Thu Oct 20 02:54:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ESX0u-00033J-00; Thu, 20 Oct 2005 02:47:08 -0700
From: Michael Vogt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#152129: fixed in apt 0.6.42
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 20 Oct 2005 02:47:08 -0700
Delivered-To: [EMAIL PROTECTED]
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: apt
Source-Version: 0.6.42

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

apt-doc_0.6.42_all.deb
  to pool/main/a/apt/apt-doc_0.6.42_all.deb
apt-utils_0.6.42_i386.deb
  to pool/main/a/apt/apt-utils_0.6.42_i386.deb
apt_0.6.42.dsc
  to pool/main/a/apt/apt_0.6.42.dsc
apt_0.6.42.tar.gz
  to pool/main/a/apt/apt_0.6.42.tar.gz
apt_0.6.42_i386.deb
  to pool/main/a/apt/apt_0.6.42_i386.deb
libapt-pkg-dev_0.6.42_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.6.42_i386.deb
libapt-pkg-doc_0.6.42_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.6.42_all.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.
Michael Vogt <[EMAIL PROTECTED]> (supplier of updated apt 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: Wed, 19 Oct 2005 22:02:09 +0200
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.42
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <[email protected]>
Changed-By: Michael Vogt <[EMAIL PROTECTED]>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 44135 152129 250583 316638 324921 325686 327456 333299 334539 334656 
334671 334714
Changes: 
 apt (0.6.42) unstable; urgency=low
 .
   * apt-pkg/cdrom.cc:
     - unmount the cdrom when apt failed to locate any package files
   * allow cdrom failures and fallback to other sources in that case
     (closes: #44135)
   * better error text when dpkg-source fails
   * Merge [EMAIL PROTECTED]/apt--main--0 up to patch-115:
     - patch-99: Added Galician translation
     - patch-100: Completed Danish translation (Closes: #325686)
     - patch-104: French translation completed
     - patch-109: Italian translation completed
     - patch-112: Swedish translation update
     - patch-115: Basque translation completed (Closes: #333299)
   * applied french man-page update (thanks to Philippe Batailler)
     (closes: #316638, #327456)
   * fix leak in the mmap code, thanks to Daniel Burrows for the
     patch (closes: #250583)
   * support for apt-get [build-dep|source] -t (closes: #152129)
   * added "APT::Authentication::TrustCDROM" option to make the life
     for the installer people easier (closes: #334656)
   * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
     (closes: #334671)
   * apt-pkg/contrib/md5.cc:
     - fix a alignment problem on sparc64 that gives random bus errors
       (thanks to Fabbione for providing a test-case)
   * init the default ScreenWidth to 79 columns by default
     (Closes: #324921)
   * cmdline/apt-cdrom.cc:
     - fix some missing gettext() calls (closes: #334539)
   * doc/apt-cache.8.xml: fix typo (closes: #334714)
Files: 
 ab162ba5029eec59384011ad4ebc9dfc 785 admin important apt_0.6.42.dsc
 b953f0b5267290469c1dcce08fd8b5b2 1446364 admin important apt_0.6.42.tar.gz
 571916aaf47bed1d4ff4528401a29deb 85242 doc optional apt-doc_0.6.42_all.deb
 3ee1e1d5de4fa1a511eeb1b662e0c46c 108542 doc optional 
libapt-pkg-doc_0.6.42_all.deb
 05b26b7a9085a283e83aaf91e3ebef6b 1209020 admin important apt_0.6.42_i386.deb
 a646363a3c93417cc4f4805804ef7d63 78694 libdevel optional 
libapt-pkg-dev_0.6.42_i386.deb
 32c07da71aedf61ae561244345f32a2e 200246 admin important 
apt-utils_0.6.42_i386.deb

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

iD8DBQFDV2YFliSD4VZixzQRAriHAJ9oamcu0WTMX7GYEB+F+fS6tr0UPACeNYPG
zXMI9Q+ogMRqs+2C+TTMpCE=
=BKXz
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to