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

Bug#225834: marked as done (apt: Pinning does not seem to work in experimental)



Your message dated Sat, 10 Jan 2004 13:27:45 +0100
with message-id <20040110122745.GA5342@zaphod.pweis.com>
and subject line Bug#225834: Fixed
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; 1 Jan 2004 23:36:58 +0000
>From pweis@pweis.com Thu Jan 01 17:36:33 2004
Return-path: <pweis@pweis.com>
Received: from pweis-server.de (arthur.pweis.com) [217.160.179.57] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AcC4i-0007R9-00; Thu, 01 Jan 2004 17:17:56 -0600
Received: from zaphod.pweis.com (authenticated)
	by arthur.pweis.com with esmtp (Exim 4.30 #1 (Debian))
	id 1AcC4h-00027i-0f; Fri, 02 Jan 2004 00:17:55 +0100
Received: from pweis by zaphod.pweis.com with local (Exim 3.35 #1 (Debian))
	id 1AcC70-0007fu-00; Fri, 02 Jan 2004 00:20:18 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Philipp Weis <pweis@pweis.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: Pinning does not seem to work in experimental
X-Mailer: reportbug 2.37
Date: Fri, 02 Jan 2004 00:20:18 +0100
Message-Id: <[🔎] E1AcC70-0007fu-00@zaphod.pweis.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-3.1 required=4.0 tests=HAS_PACKAGE,WEIRD_PORT 
	autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29
X-Spam-Level: 

Package: apt
Version: 0.6.9
Severity: normal


I just upgraded from apt 0.5.14 to the new apt in experimental. Now
pinning does not seem to work any longer. Maybe I'm missing something,
but my configuration worked perferctly with 0.5.14 and I can't figure
out why it should not work with the new version.

All packages are assigned their standard priorities, e.g. 

pweis@zaphod:~$ apt-cache policy apt
apt:
  Installed: 0.6.9
  Candidate: 0.6.9
  Version Table:
 *** 0.6.9 0
        100 /var/lib/dpkg/status
     0.6.8 0
        500 http://marvin experimental/main Packages
        500 http://ftp.de.debian.org experimental/main Packages
        500 http://ftp2.de.debian.org experimental/main Packages
     0.5.17 0
        500 http://marvin unstable/main Packages
        500 http://ftp.de.debian.org unstable/main Packages
        500 http://ftp2.de.debian.org unstable/main Packages
     0.5.14 0
        500 http://marvin sarge/main Packages
        500 http://ftp.de.debian.org sarge/main Packages
        500 http://ftp2.de.debian.org sarge/main Packages
     0.5.4 0
        500 http://ftp.de.debian.org woody/main Packages
        500 http://ftp2.de.debian.org woody/main Packages

Pinning of single packages with "Pin: version" works alright though.


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Cache-Limit "33554432";
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";
Acquire "";
Acquire::http "";
Acquire::http::Timeout "20";

-- /etc/apt/preferences --

Package: *
Pin: release a=woody
Pin-Priority: 510

Package: *
Pin: release a=proposed-updates
Pin-Priority: 800

Package: *
Pin: release a=sarge
Pin-Priority: 600

Package: *
Pin: release a=unstable
Pin-Priority: 300


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

# Stable Packages

deb	http://marvin:9999/debian woody main contrib
deb	http://ftp.de.debian.org/debian woody main contrib
deb	http://ftp2.de.debian.org/debian woody main contrib
deb-src	http://marvin:9999/debian woody main contrib
deb-src	http://ftp.de.debian.org/debian woody main contrib
deb-src	http://ftp2.de.debian.org/debian woody main contrib

deb	http://marvin:9999/debian proposed-updates main contrib
deb	http://ftp.de.debian.org/debian proposed-updates main contrib
deb	http://ftp2.de.debian.org/debian proposed-updates main contrib
deb-src	http://marvin:9999/debian proposed-updates main contrib
deb-src	http://ftp.de.debian.org/debian proposed-updates main contrib
deb-src	http://ftp2.de.debian.org/debian proposed-updates main contrib

deb	http://marvin:9999/non-US woody/non-US main
deb	http://ftp.de.debian.org/debian-non-US woody/non-US main
deb	http://ftp2.de.debian.org/debian-non-US woody/non-US main
deb-src	http://marvin:9999/non-US woody/non-US main
deb-src	http://ftp.de.debian.org/debian-non-US woody/non-US main
deb-src	http://ftp2.de.debian.org/debian-non-US woody/non-US main

deb	http://marvin:9999/security/ woody/updates main contrib
deb	http://security.debian.org/ woody/updates main contrib
deb-src	http://marvin:9999/security/ woody/updates main contrib
deb-src	http://security.debian.org/ woody/updates main contrib

# Testing Packages

deb	http://marvin:9999/debian sarge main contrib
deb	http://ftp.de.debian.org/debian sarge main contrib
deb	http://ftp2.de.debian.org/debian sarge main contrib
deb-src	http://marvin:9999/debian sarge main contrib
deb-src	http://ftp.de.debian.org/debian sarge main contrib
deb-src	http://ftp2.de.debian.org/debian sarge main contrib

deb	http://marvin:9999/debian testing-proposed-updates main contrib
deb	http://ftp.de.debian.org/debian testing-proposed-updates main contrib
deb	http://ftp2.de.debian.org/debian testing-proposed-updates main contrib
deb-src	http://marvin:9999/debian testing-proposed-updates main contrib
deb-src	http://ftp.de.debian.org/debian testing-proposed-updates main contrib
deb-src	http://ftp2.de.debian.org/debian testing-proposed-updates main contrib

deb	http://marvin:9999/non-US sarge/non-US main contrib
deb	http://ftp.de.debian.org/debian-non-US sarge/non-US main contrib
deb	http://ftp2.de.debian.org/debian-non-US sarge/non-US main contrib
deb-src	http://marvin:9999/non-US sarge/non-US main contrib
deb-src	http://ftp.de.debian.org/debian-non-US sarge/non-US main contrib
deb-src	http://ftp2.de.debian.org/debian-non-US sarge/non-US main contrib

deb	http://marvin:9999/security/ sarge/updates main contrib
deb	http://security.debian.org/ sarge/updates main contrib
deb-src	http://marvin:9999/security/ sarge/updates main contrib
deb-src	http://security.debian.org/ sarge/updates main contrib

# Unstable Packages

deb	http://marvin:9999/debian unstable main contrib
deb	http://ftp.de.debian.org/debian unstable main contrib
deb	http://ftp2.de.debian.org/debian unstable main contrib
deb-src	http://marvin:9999/debian unstable main contrib
deb-src	http://ftp.de.debian.org/debian unstable main contrib
deb-src	http://ftp2.de.debian.org/debian unstable main contrib

deb	http://marvin:9999/non-US unstable/non-US main contrib
deb	http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib
deb	http://ftp2.de.debian.org/debian-non-US unstable/non-US main contrib
deb-src	http://marvin:9999/non-US unstable/non-US main contrib
deb-src	http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib
deb-src	http://ftp2.de.debian.org/debian-non-US unstable/non-US main contrib

# Experimental Packages

deb	http://marvin:9999/debian experimental main contrib
deb	http://ftp.de.debian.org/debian experimental main contrib
deb	http://ftp2.de.debian.org/debian experimental main contrib
deb-src	http://marvin:9999/debian experimental main contrib
deb-src	http://ftp.de.debian.org/debian experimental main contrib
deb-src	http://ftp2.de.debian.org/debian experimental main contrib

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux zaphod 2.4.21zaphod #1 Fri Dec 19 18:08:23 CET 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages apt depends on:
ii  libc6                      2.3.2.ds1-10  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-0pre1 GCC support library
ii  libstdc++5                 1:3.3.3-0pre1 The GNU Standard C++ Library v3

-- no debconf information


---------------------------------------
Received: (at 225834-done) by bugs.debian.org; 11 Jan 2004 11:58:00 +0000
>From pweis@pweis.com Sun Jan 11 05:56:23 2004
Return-path: <pweis@pweis.com>
Received: from pweis-server.de (arthur.pweis.com) [217.160.179.57] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AfIDW-0001ly-00; Sat, 10 Jan 2004 06:27:50 -0600
Received: from zaphod.pweis.com (authenticated)
	by arthur.pweis.com with esmtp (Exim 4.30 #1 (Debian))
	id 1AfIDT-00058U-6P
	for <225834-done@bugs.debian.org>; Sat, 10 Jan 2004 13:27:47 +0100
Received: from pweis by zaphod.pweis.com with local (Exim 3.35 #1 (Debian))
	id 1AfIDR-0001PI-00
	for <225834-done@bugs.debian.org>; Sat, 10 Jan 2004 13:27:45 +0100
Date: Sat, 10 Jan 2004 13:27:45 +0100
From: Philipp Weis <pweis@pweis.com>
To: 225834-done@bugs.debian.org
Subject: Re: Bug#225834: Fixed
Message-ID: <20040110122745.GA5342@zaphod.pweis.com>
References: <20040109072047.GG1436@alcor.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20040109072047.GG1436@alcor.net>
User-Agent: Mutt/1.5.4i
Delivered-To: 225834-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level: 

On 08 Jan 2004, Matt Zimmerman <mdz@debian.org> wrote:
> Is there still an issue that needs to be resolved here?  Or can this bug be
> closed?

As I am not able to reproduce the pinning errors any more, so I believe it
was an error on my side. Sorry for the mess I caused with the pinning
archive tags.


-- 
Philipp Weis          pweis@pweis.com
Freiburg, Germany     http://pweis.com/



Reply to: