Bug#321799: marked as done (apt: pkgPolicy::Pin is access private: while vector<Pin> variable is access protected:)
Your message dated Tue, 06 Sep 2005 01:17:03 -0700
with message-id <E1ECYdb-0000Ko-00@spohr.debian.org>
and subject line Bug#321799: fixed in apt 0.6.41
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 Aug 2005 16:22:05 +0000
>From me@mornfall.net Sun Aug 07 09:22:05 2005
Return-path: <me@mornfall.net>
Received: from r31s01p04.home.nbox.cz (lorien.mornfall.net) [83.240.23.134]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E1nuW-0004HO-00; Sun, 07 Aug 2005 09:22:04 -0700
Received: by lorien.mornfall.net (Postfix, from userid 1000)
id 3ECD0405BFC; Sun, 7 Aug 2005 18:22:41 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Peter Rockai \(mornfall\)" <me@mornfall.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: pkgPolicy::Pin is access private: while vector<Pin> variable is access
protected:
X-Mailer: reportbug 3.15
Date: Sun, 07 Aug 2005 18:22:36 +0200
Message-Id: <20050807162241.3ECD0405BFC@lorien.mornfall.net>
Delivered-To: submit@bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: apt
Version: 0.5.28.6
Severity: normal
Hello, in policy.h the class pkgPolicy has nested struct Pin, which
is private: and a member variable std::vector<Pin>, which is however
protected:. I suppose it's protected to allow subclasses to access it,
but since the Pin struct is private:, this isn't really possible. At
least since g++ 4.0... Same goes for struct PkgPin.
Yours,
Peter.
-- Package-specific info:
-- apt-config dump --
APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
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:: "cat";
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::Tools::Options::cat "";
DPkg::Tools::Options::cat::Version "2";
DPkg::Pre-Invoke "";
DPkg::Pre-Invoke:: "echo 'trying out...'";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi";
-- /etc/apt/preferences --
-- /etc/apt/sources.list --
deb ftp://ftp.cz.debian.org/debian/ unstable main non-free contrib
deb ftp://ftp.cz.debian.org/debian/ testing main non-free contrib
deb-src ftp://ftp.cz.debian.org/debian/ unstable main non-free contrib
deb ftp://ftp.cz.debian.org/debian/ ../project/experimental main
deb-src ftp://ftp.cz.debian.org/debian/ ../project/experimental main
deb ftp://ftp.ekhis.org/ekhis/ staging main
deb-src ftp://ftp.ekhis.org/ekhis/ staging main
deb ftp://ftp.ekhis.org/ekhis/ experimental main
deb-src ftp://ftp.ekhis.org/ekhis/ experimental main
deb ftp://ftp.ekhis.org/ekhis/ backports main
deb-src ftp://ftp.ekhis.org/ekhis/ backports main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
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.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.1-2 GCC support library
ii libstdc++5 1:3.3.6-7 The GNU Standard C++ Library v3
apt recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 321799-close) by bugs.debian.org; 6 Sep 2005 08:19:56 +0000
>From katie@spohr.debian.org Tue Sep 06 01:19:56 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ECYdb-0000Ko-00; Tue, 06 Sep 2005 01:17:03 -0700
From: Michael Vogt <mvo@debian.org>
To: 321799-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#321799: fixed in apt 0.6.41
Message-Id: <E1ECYdb-0000Ko-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Tue, 06 Sep 2005 01:17:03 -0700
Delivered-To: 321799-close@bugs.debian.org
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
X-CrossAssassin-Score: 6
Source: apt
Source-Version: 0.6.41
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.41_all.deb
to pool/main/a/apt/apt-doc_0.6.41_all.deb
apt-utils_0.6.41_i386.deb
to pool/main/a/apt/apt-utils_0.6.41_i386.deb
apt_0.6.41.dsc
to pool/main/a/apt/apt_0.6.41.dsc
apt_0.6.41.tar.gz
to pool/main/a/apt/apt_0.6.41.tar.gz
apt_0.6.41_i386.deb
to pool/main/a/apt/apt_0.6.41_i386.deb
libapt-pkg-dev_0.6.41_i386.deb
to pool/main/a/apt/libapt-pkg-dev_0.6.41_i386.deb
libapt-pkg-doc_0.6.41_all.deb
to pool/main/a/apt/libapt-pkg-doc_0.6.41_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 321799@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 5 Sep 2005 22:59:03 +0200
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.41
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
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: 225947 280356 282918 316314 319142 321799 322120 322267 322483
Changes:
apt (0.6.41) unstable; urgency=low
.
* improved the support for "error" and "conffile" reporting from
dpkg, added the format to README.progress-reporting
* added README.progress-reporting to the apt-doc package
* improved the network timeout handling, if a index file from a
sources.list times out or EAI_AGAIN is returned from getaddrinfo,
don't try to get the other files from that entry
* Support architecture-specific extra overrides
(closes: #225947). Thanks to Anthony Towns for idea and
the patch, thanks to Colin Watson for testing it.
* Javier Fernandez-Sanguino Pen~a:
- Added a first version of an apt-secure.8 manpage, and modified
apt-key and apt.end accordingly. Also added the 'update'
argument to apt-key which was previously not documented
(Closes: #322120)
* Andreas Pakulat:
- added example apt-ftparchive.conf file to doc/examples
(closes: #322483)
* Fix a incorrect example in the man-page (closes: #282918)
* Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
* Fix a manual page bug (closes: #316314)
* Do md5sum checking for file and cdrom method (closes: #319142)
* Change pkgPolicy::Pin from private to protected to let subclasses
access it too (closes: #321799)
* add default constructor for PrvIterator (closes: #322267)
* Reread status configuration on debSystem::Initialize()
(needed for apt-proxy, thanks to Otavio for this patch)
Files:
090ba076d2cb8ff0f5bd3268fc6db98b 785 admin important apt_0.6.41.dsc
e2b3b7efa18819697b98bc331be5d753 1404829 admin important apt_0.6.41.tar.gz
fc382e26c7799f24ee016d63a91e5444 84582 doc optional apt-doc_0.6.41_all.deb
b7489b71812e7f04a539c0f70eedfbab 107782 doc optional libapt-pkg-doc_0.6.41_all.deb
b7c2bd26e1a5ec6f1136647f9b6cfeaa 1234008 base important apt_0.6.41_i386.deb
5587979998d3b3dce41d7a83ab037029 78202 libdevel optional libapt-pkg-dev_0.6.41_i386.deb
907fa6bba6bd83fbad68d05f6af97af6 202964 admin important apt-utils_0.6.41_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDHLu0liSD4VZixzQRApG0AJ9pQEbQ8+0OZFPIcS84DekOX3597QCeJir6
D9MF0Ztx9yF6zZxjbTItpeA=
=NX47
-----END PGP SIGNATURE-----
Reply to: