Your message dated Tue, 28 Aug 2012 07:03:00 +0000
with message-id <[email protected]>
and subject line Bug#680333: fixed in aptitude 0.6.8.1-1
has caused the Debian Bug report #680333,
regarding aptitude: wrong multi-arch pkg names in dpkg call
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
680333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680333
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt
Version: 0.9.7.1
Severity: normal
apt-mark hold and apt-mark unhold (as well as aptitude hold) do not
work on Architecture: all packages:
# apt-mark hold acpi-support-base
acpi-support-base set on hold.
# apt-mark showhold
libcairo2
However, dpkg --set-selections does work:
# printf "acpi-support-base hold\n" | dpkg --set-selections
# apt-mark showhold
acpi-support-base
libcairo2
# apt-mark unhold acpi-support-base
Canceled hold on acpi-support-base.
# apt-mark showhold
acpi-support-base
libcairo2
# printf "acpi-support-base install\n" | dpkg --set-selections
# apt-mark showhold
libcairo2
# printf "acpi-support-base:all hold\n" | dpkg --set-selections
# apt-mark showhold
acpi-support-base
libcairo2
(Tested with dpkg 1.16.4.3.)
P.S. Shouldn't #483067 be closed?
-- Package-specific info:
-- apt-config dump --
APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Cache-Limit "65536000";
APT::Architectures "";
APT::Architectures:: "i386";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "1";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "2";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-9n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "3";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-9";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "4";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "5";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-9";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
APT::Compressor::::Name "";
APT::Compressor::::Extension ".";
APT::Compressor::::Binary "";
APT::Compressor::::Cost "100";
APT::Compressor::::CompressArg "";
APT::Compressor::::CompressArg:: "-9";
APT::Compressor::::UncompressArg "";
APT::Compressor::::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
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::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Acquire::Languages:: "ru";
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";
Aptitude "";
Aptitude::CmdLine "";
Aptitude::CmdLine::Always-Prompt "true";
Aptitude::Keep-Suggests "true";
CommandLine "";
CommandLine::AsString "apt-config dump";
-- /etc/apt/preferences --
Package: avahi-daemon
Pin: release
Pin-Priority: -1
Package: libnss-mdns
Pin: release
Pin-Priority: -1
Package: hal
Pin: release
Pin-Priority: -1
Package: udisks
Pin: release
Pin-Priority: -1
Package: upower
Pin: release
Pin-Priority: -1
Package: policykit-1
Pin: release
Pin-Priority: -1
Explanation: #626294
Package: mutt
Pin: version 1.5.21-5+b*
Pin-Priority: -1
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 900
Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 400
Package: youtube-dl
Pin: release o=Debian,a=unstable
Pin-Priority: 200
Package: *
Pin: release a=stable
Pin-Priority: -2
Package: *
Pin: release a=oldstable
Pin-Priority: -20
Package: *
Pin: release a=testing
Pin-Priority: -9
Package: *
Pin: release a=unstable
Pin-Priority: -10
Package: *
Pin: release a=experimental
Pin-Priority: -11
Package: *
Pin: release a=squeeze-backports
Pin-Priority: -12
-- (/etc/apt/sources.list present, but not submitted) --
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (400, 'stable')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages apt depends on:
ii debian-archive-keyring 2012.4
ii gnupg 1.4.12-4+b1
ii libapt-pkg4.12 0.9.7.1
ii libc6 2.13-33
ii libgcc1 1:4.7.0-8
ii libstdc++6 4.7.0-8
apt recommends no packages.
Versions of packages apt suggests:
ii apt-doc 0.9.7.1
ii aptitude 0.6.8-1
ii dpkg-dev 1.16.4.3
ii python-apt 0.8.4
ii xz-utils 5.1.1alpha+20120614-1
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.8.1-1
We believe that the bug you reported is fixed in the latest version of
aptitude, which is due to be installed in the Debian FTP archive.
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.
Daniel Hartwig <[email protected]> (supplier of updated aptitude 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.8
Date: Tue, 28 Aug 2012 11:39:01 +0800
Source: aptitude
Binary: aptitude aptitude-common aptitude-dbg aptitude-doc-cs aptitude-doc-en
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-it aptitude-doc-ja
Architecture: source i386 all
Version: 0.6.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Aptitude Development Team <[email protected]>
Changed-By: Daniel Hartwig <[email protected]>
Description:
aptitude - terminal-based package manager
aptitude-common - architecture indepedent files for the aptitude package
manager
aptitude-dbg - Debug symbols for the aptitude package manager
aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
aptitude-doc-en - English manual for aptitude, a terminal-based package manager
aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
aptitude-doc-it - Italian manual for aptitude, a terminal-based package manager
aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package
manager
Closes: 672340 680333
Changes:
aptitude (0.6.8.1-1) unstable; urgency=low
.
* Multi-arch update for the problem resolver:
- handle conflicts without removing all foreign-arch
packages (Closes: #672340) (LP: #831768)
- correctly recognise dependencies solved by Multi-Arch:
foreign packages (LP: #968412)
* [curses]: Use dpkg package names when calling dpkg
(Closes: #680333)
* Add (temporary) helpers for interacting with dpkg.
Checksums-Sha1:
b80bf2ea044dee5b6ed4938e8bb0131e83e0cdb7 2849 aptitude_0.6.8.1-1.dsc
bccaac1c89ee82e48dd68f36eb03ff93f1643646 4451720 aptitude_0.6.8.1.orig.tar.xz
da2ab97fc15f2149ee874346af8efeafc8918d50 44796 aptitude_0.6.8.1-1.debian.tar.gz
45e435cad3bc150e6ab7d3b51fad8c59a1e675cd 1902716 aptitude_0.6.8.1-1_i386.deb
2349eb5105d2e20db674b8bb650dd028cf080aaf 2666576
aptitude-common_0.6.8.1-1_all.deb
74543f6ef49749504e3e164bbee43387c76d653e 15600944
aptitude-dbg_0.6.8.1-1_i386.deb
72db2c2244595fde46afe9541ecbf04f5b261591 394410
aptitude-doc-cs_0.6.8.1-1_all.deb
ddcabfc519a50ecdcdb693db4c6e35f7d0bdb8a4 462640
aptitude-doc-en_0.6.8.1-1_all.deb
bbb8f3c84c12ebd0578cd262be8d70c7614604bc 442186
aptitude-doc-es_0.6.8.1-1_all.deb
e0128016f2a13511b6b384f0de79f9a1f89ec8b1 283426
aptitude-doc-fi_0.6.8.1-1_all.deb
d228eb7d1f24a7381b9e2bef88328b9a5c1d0e2a 343586
aptitude-doc-fr_0.6.8.1-1_all.deb
ac2257a262e8bc0f0d680b14c57f13c8be4f9fed 303142
aptitude-doc-it_0.6.8.1-1_all.deb
706e7486762a1440583621a51ba93f83ad523656 406990
aptitude-doc-ja_0.6.8.1-1_all.deb
Checksums-Sha256:
385ed31e48141129f8fc8ee75ebf12240f318515e88975705c56758f23877f62 2849
aptitude_0.6.8.1-1.dsc
ce56caacc3ced7e29db9c93fec9ea6f162526926ef9988a659ce780e982f53e6 4451720
aptitude_0.6.8.1.orig.tar.xz
57daeccdcd7c148cb8f3981dcf2e29c5c3940576887cfe53650ba44636f4ea57 44796
aptitude_0.6.8.1-1.debian.tar.gz
5e63a35d42f86316943e8d4723c1c6dad4f28df8798f149e2deda54a953fa97a 1902716
aptitude_0.6.8.1-1_i386.deb
158a7197e3382ce7cf9460d9174847181ac71efab7dff9251b2add8af0504f6d 2666576
aptitude-common_0.6.8.1-1_all.deb
f101b4e2d32711fa84af32bebb6a2271c08fa5944f8113176566dc16bab39d27 15600944
aptitude-dbg_0.6.8.1-1_i386.deb
07291da12d3cb4853f0560078164950c5201a568607e3c1cd6924cb5787f34a6 394410
aptitude-doc-cs_0.6.8.1-1_all.deb
cd20cb0cb2cc21479c8c2ca988a947a1f45e828be7c75155cc70bddc5214640e 462640
aptitude-doc-en_0.6.8.1-1_all.deb
8eb8571bf97781e6d94d0f8cc01d16234cca58cd6e24cebbfdbdd9faf37820b7 442186
aptitude-doc-es_0.6.8.1-1_all.deb
575047c8940cfffd0fad29e626cb641e9619405991ccd651d52c34a41f755604 283426
aptitude-doc-fi_0.6.8.1-1_all.deb
6c72f34fc00f874b2c0b0a06f02e02f6d1425aa7e475f98cfc9d7554a45de3c6 343586
aptitude-doc-fr_0.6.8.1-1_all.deb
da318c4d9802b8b72a09b1249bf605f1f195bb19990b3ffd9a9e76bcea610a87 303142
aptitude-doc-it_0.6.8.1-1_all.deb
61f9001652457a5801f1eeb60a8a9079a93fecb9736eee080da360dfaca52f4d 406990
aptitude-doc-ja_0.6.8.1-1_all.deb
Files:
5ab95591195f16f8c38c39693f4ac3b0 2849 admin important aptitude_0.6.8.1-1.dsc
ab2e4b63c3f75acb474bd687b7d3f54a 4451720 admin important
aptitude_0.6.8.1.orig.tar.xz
9396d2af7eb0f06d99e34519c7767144 44796 admin important
aptitude_0.6.8.1-1.debian.tar.gz
15d6d9abd1b7fc96ccbd525cd433b551 1902716 admin important
aptitude_0.6.8.1-1_i386.deb
aa8bc295199ef5331dd3f4d4a168e129 2666576 admin important
aptitude-common_0.6.8.1-1_all.deb
e71e8ed2c8af42460d4d76a99ebecbe0 15600944 debug extra
aptitude-dbg_0.6.8.1-1_i386.deb
79195fe2bcbd9f2c7f3ad664f502a9d8 394410 doc optional
aptitude-doc-cs_0.6.8.1-1_all.deb
59cb0c06a9d3b31b3185a3e956195ab7 462640 doc optional
aptitude-doc-en_0.6.8.1-1_all.deb
2ad901c36fdea45394786fac4c3b15fe 442186 doc optional
aptitude-doc-es_0.6.8.1-1_all.deb
1d00e203c28a90905e19aa29981d9dc7 283426 doc optional
aptitude-doc-fi_0.6.8.1-1_all.deb
d33cb3a134c0b47029b4874a41e28a94 343586 doc optional
aptitude-doc-fr_0.6.8.1-1_all.deb
172e65b5c75531ede35818f031e9434d 303142 doc optional
aptitude-doc-it_0.6.8.1-1_all.deb
963615f14fbc8edbb2e3369b848f96c3 406990 doc optional
aptitude-doc-ja_0.6.8.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIVAwUBUDxo8ocvcCxNbiWoAQIvgg//diKQZyFBNafV25vCkZNhW+e2Kou9PgJL
6TrNstmI74Lg5I8IQF1MhkZAVwXoUH2VZpeAif2o3gP+DZvBBmRbFfXApTADrGS9
XKYGRr3BHgLgfqOVQvOC4l21Kmwl8hKGSU3gtSPu7zjD0VQtQKu4C24+qQLWxGik
psXpP3XXOioo1Md8KtWfVXGHrtnjXlGGRswmc20IwsNFUp61QIFXLY6K+4uatCrt
nujGWPieoXNG4p42fdpMesVZm5/+qqmLzBaH83G+REariSZOKI0CQmAZqXWLYX7x
ee6g+5ZC1kfVEcF3fRlIQQiSHltfSgv80yfgkMG1h5aHrzSM03LxJpoQaM2vBHkl
IJmDcj4yNdZ53q1ZG+sUI9EQaa14VjWG/Q0F9hB71s8kdRh5wCZpyIgjGQzl40tB
Vy0Z6ynumnhbXpZcV43PTUXTvhsvvjDIOgTiLcA94j7DvsLQ9OCZHEA9ZmD6grma
YrNRuwG9lq4xX52uJuNPhJq4FR7zib7moGkRjG67Ydn+D0hAcVj6mcjzv5fAJo9d
0ZjbalE5KPVLxrjpJuzrwUBQiZXq6OxHFfilpW4M4pmfG5XOz8hGWaPlKHy1oNuL
ucyV6/UkHw6xoXqs/8q1cllxD7gJuSSiERi+KCNzNLMGd0utE29aD/sHoCBmUB8B
CwqzMsyrb6Y=
=zT4t
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel