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

Bug#835195: marked as done (apt: "apt-get update" segfaults in pkgAcquire::Queue::Cycle() with specific apt-line.)



Your message dated Tue, 30 Aug 2016 22:22:29 +0000
with message-id <E1berQL-00039q-NH@franck.debian.org>
and subject line Bug#835195: fixed in apt 1.3~rc3
has caused the Debian Bug report #835195,
regarding apt: "apt-get update" segfaults in pkgAcquire::Queue::Cycle() with specific apt-line.
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 owner@bugs.debian.org
immediately.)


-- 
835195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835195
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 1.3~rc2
Severity: normal

Dear Maintainer,

When I add following apt-line to /etc/sources.list, "apt-get update" 
always segfaults.

-------------------
deb http://ftp.arege.jp/debian-arege unstable ALL
-------------------

-------------------
sugi@tempest:~% sudo apt-get update
Ign:1 http://arege.jp/debian-arege unstable InRelease
Get:2 http://arege.jp/debian-arege unstable Release [153 B]
Ign:3 http://arege.jp/debian-arege unstable Release.gpg
Ign:4 http://arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:4 http://ftp.arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:5 http://arege.jp/debian-arege unstable/ALL i386 Packages
Ign:6 http://arege.jp/debian-arege unstable/ALL Translation-en
Ign:5 http://ftp.arege.jp/debian-arege unstable/ALL i386 Packages
Ign:7 http://arege.jp/debian-arege unstable/ALL amd64 DEP-11 Metadata
Ign:6 http://ftp.arege.jp/debian-arege unstable/ALL Translation-en
Ign:8 http://arege.jp/debian-arege unstable/ALL DEP-11 64x64 Icons
Ign:9 http://arege.jp/debian-arege unstable/ALL amd64 Contents (deb)
Ign:10 http://arege.jp/debian-arege unstable/ALL i386 Contents (deb)
Ign:7 http://ftp.arege.jp/debian-arege unstable/ALL amd64 DEP-11
Metadata
Ign:4 http://arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:4 http://ftp.arege.jp/debian-arege unstable/ALL amd64 Packages
[1]    14696 segmentation fault  sudo apt-get update
-------------------

With gdb;

-------------------
sugi@tempest:~% sudo gdb /usr/bin/apt-get 
GNU gdb (Debian 7.11.1-2) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/apt-get...(no debugging symbols
found)...done.
(gdb) run update
Starting program: /usr/bin/apt-get update
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
Ign:1 http://arege.jp/debian-arege unstable InRelease
Get:2 http://arege.jp/debian-arege unstable Release [153 B]
Ign:3 http://arege.jp/debian-arege unstable Release.gpg
Ign:4 http://arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:4 http://ftp.arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:5 http://arege.jp/debian-arege unstable/ALL i386 Packages
Ign:6 http://arege.jp/debian-arege unstable/ALL Translation-en
Ign:5 http://ftp.arege.jp/debian-arege unstable/ALL i386 Packages
Ign:7 http://arege.jp/debian-arege unstable/ALL amd64 DEP-11 Metadata
Ign:6 http://ftp.arege.jp/debian-arege unstable/ALL Translation-en
Ign:8 http://arege.jp/debian-arege unstable/ALL DEP-11 64x64 Icons
Ign:9 http://arege.jp/debian-arege unstable/ALL amd64 Contents (deb)
Ign:10 http://arege.jp/debian-arege unstable/ALL i386 Contents (deb)
Ign:7 http://ftp.arege.jp/debian-arege unstable/ALL amd64 DEP-11
Metadata
Ign:4 http://arege.jp/debian-arege unstable/ALL amd64 Packages
Ign:4 http://ftp.arege.jp/debian-arege unstable/ALL amd64 Packages

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff784e5ea in pkgAcquire::Queue::Cycle() () from
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
(gdb) bt
#0  0x00007ffff784e5ea in pkgAcquire::Queue::Cycle() () from
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#1  0x00007ffff7847c8d in pkgAcquire::Worker::RunMessages() () from
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#2  0x00007ffff784b72c in pkgAcquire::Worker::InFdReady() () from
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#3  0x00007ffff784d22a in pkgAcquire::RunFdsSane(fd_set*, fd_set*) ()
from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#4  0x00007ffff7850a0a in pkgAcquire::Run(int) () from
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#5  0x00007ffff79346e7 in AcquireUpdate(pkgAcquire&, int, bool, bool) ()
from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#6  0x00007ffff7934ef5 in ListUpdate(pkgAcquireStatus&, pkgSourceList&,
int) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#7  0x00007ffff7bc92c7 in DoUpdate(CommandLine&) () from
/usr/lib/x86_64-linux-gnu/libapt-private.so.0.0
#8  0x00007ffff787c996 in CommandLine::DispatchArg(CommandLine::Dispatch
const*, bool) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
#9  0x00007ffff7b99143 in DispatchCommandLine(CommandLine&,
std::vector<CommandLine::Dispatch, std::allocator<CommandLine::Dispatch>
> const&)
    () from /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0
#10 0x00005555555577e4 in ?? ()
#11 0x00007ffff6ec2730 in __libc_start_main (main=0x555555557750,
argc=2, argv=0x7fffffffebb8, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7fffffffeba8) at
../csu/libc-start.c:291
#12 0x00005555555578a9 in ?? ()
(gdb) q
A debugging session is active.

	Inferior 1 [process 19331] will be killed.

Quit anyway? (y or n) y
-------------------


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-image-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-headers-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-headers-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-headers-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-modules-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-modules-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^.*-modules-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-tools-4\.3\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-tools-4\.5\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-tools-4\.6\.0-1-amd64$";
APT::NeverAutoRemove:: "^postgresql-";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-image";
APT::VersionedKernelPackages:: "linux-headers";
APT::VersionedKernelPackages:: "linux-image-extra";
APT::VersionedKernelPackages:: "linux-signed-image";
APT::VersionedKernelPackages:: "kfreebsd-image";
APT::VersionedKernelPackages:: "kfreebsd-headers";
APT::VersionedKernelPackages:: "gnumach-image";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::VersionedKernelPackages:: "linux-backports-modules-.*";
APT::VersionedKernelPackages:: "linux-tools";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "contrib/metapackages";
APT::Never-MarkAuto-Sections:: "non-free/metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Move-Autobit-Sections "";
APT::Move-Autobit-Sections:: "oldlibs";
APT::Move-Autobit-Sections:: "contrib/oldlibs";
APT::Move-Autobit-Sections:: "non-free/oldlibs";
APT::Move-Autobit-Sections:: "restricted/oldlibs";
APT::Move-Autobit-Sections:: "universe/oldlibs";
APT::Move-Autobit-Sections:: "multiverse/oldlibs";
APT::Periodic "";
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0";
APT::Update "";
APT::Update::Post-Invoke "";
APT::Update::Post-Invoke:: "touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";
APT::Update::Post-Invoke-Success "";
APT::Update::Post-Invoke-Success:: "test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i";
APT::Update::Post-Invoke-Success:: "[ ! -f /var/run/dbus/system_bus_socket ] || /usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt org.debian.apt.CacheChanged || true";
APT::Update::Post-Invoke-Success:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null";
APT::Update::Post-Invoke-Success:: "if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh-cache > /dev/null; fi";
APT::Archives "";
APT::Archives::MaxAge "30";
APT::Archives::MinAge "2";
APT::Archives::MaxSize "500";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Architectures:: "i386";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "false";
APT::Compressor::lz4::Cost "50";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "200";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "300";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-6";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "400";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-6";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::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::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::Etc::apt-file-main "apt-file.conf";
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::gzip "/bin/gzip";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Bin::lz4 "/usr/bin/lz4";
Dir::Bin::lzma "/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::Log::Planner "eipp.log.xz";
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$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::AllowInsecureRepositories "0";
Acquire::AllowWeakRepositories "0";
Acquire::AllowDowngradeToInsecureRepositories "0";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::IndexTargets "";
Acquire::IndexTargets::deb "";
Acquire::IndexTargets::deb::Packages "";
Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
Acquire::IndexTargets::deb::Packages::Optional "0";
Acquire::IndexTargets::deb::Translations "";
Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::DEP-11 "";
Acquire::IndexTargets::deb::DEP-11::MetaKey "$(COMPONENT)/dep11/Components-$(NATIVE_ARCHITECTURE).yml";
Acquire::IndexTargets::deb::DEP-11::ShortDescription "Components-$(NATIVE_ARCHITECTURE)";
Acquire::IndexTargets::deb::DEP-11::Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) DEP-11 Metadata";
Acquire::IndexTargets::deb::DEP-11::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons "";
Acquire::IndexTargets::deb::DEP-11-icons::MetaKey "$(COMPONENT)/dep11/icons-64x64.tar";
Acquire::IndexTargets::deb::DEP-11-icons::ShortDescription "icons-64x64";
Acquire::IndexTargets::deb::DEP-11-icons::Description "$(RELEASE)/$(COMPONENT) DEP-11 64x64 Icons";
Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi "";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::MetaKey "$(COMPONENT)/dep11/icons-128x128.tar";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::ShortDescription "icons-128x128";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128 Icons";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressed "true";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressedAs "gz";
Acquire::IndexTargets::deb::DEP-11-icons-hidpi::DefaultEnabled "false";
Acquire::IndexTargets::deb::Contents-deb "";
Acquire::IndexTargets::deb::Contents-deb::MetaKey "$(COMPONENT)/Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::ShortDescription "Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::flatMetaKey "Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::flatDescription "$(RELEASE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-deb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb "";
Acquire::IndexTargets::deb::Contents-udeb::MetaKey "$(COMPONENT)/Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::ShortDescription "Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::flatMetaKey "Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::flatDescription "$(RELEASE) Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-udeb::DefaultEnabled "false";
Acquire::IndexTargets::deb-src "";
Acquire::IndexTargets::deb-src::Sources "";
Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources";
Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources";
Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources";
Acquire::IndexTargets::deb-src::Sources::Optional "0";
Acquire::IndexTargets::deb-src::Contents-dsc "";
Acquire::IndexTargets::deb-src::Contents-dsc::MetaKey "$(COMPONENT)/Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::ShortDescription "Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::Description "$(RELEASE)/$(COMPONENT) source Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::flatMetaKey "Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::flatDescription "$(RELEASE) Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::PDiffs "true";
Acquire::IndexTargets::deb-src::Contents-dsc::KeepCompressed "true";
Acquire::IndexTargets::deb-src::Contents-dsc::DefaultEnabled "false";
Acquire::Changelogs "";
Acquire::Changelogs::URI "";
Acquire::Changelogs::URI::Origin "";
Acquire::Changelogs::URI::Origin::Debian "http://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Tanglu "http://metadata.tanglu.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Ubuntu "http://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";;
Acquire::Changelogs::URI::Origin::Ultimedia "http://packages.ultimediaos.com/changelogs/pool/@CHANGEPATH@/changelog.txt";;
Acquire::Changelogs::AlwaysOnline "";
Acquire::Changelogs::AlwaysOnline::Origin "";
Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Acquire::CompressionTypes "";
Acquire::CompressionTypes::xz "xz";
Acquire::CompressionTypes::bz2 "bzip2";
Acquire::CompressionTypes::lzma "lzma";
Acquire::CompressionTypes::gz "gzip";
Acquire::CompressionTypes::lz4 "lz4";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "3";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::InfoFD "20";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null";
DPkg::Post-Invoke:: "[ -x /usr/lib/libdvd-pkg/b-i_libdvdcss.sh ] && /usr/lib/libdvd-pkg/b-i_libdvdcss.sh || true";
DPkg::Post-Invoke:: "if [ -x /usr/bin/rkhunter ] && grep -qiE '^APT_AUTOGEN=.?(true|yes)' /etc/default/rkhunter; then /usr/share/rkhunter/scripts/rkhupd.sh; fi";
DPkg::Post-Invoke:: "if [ -d /var/lib/update-notifier ]; then touch /var/lib/update-notifier/dpkg-run-stamp; fi; if [ -e /var/lib/update-notifier/updates-available ]; then echo > /var/lib/update-notifier/updates-available; fi ";
AptListbugs "";
AptListbugs::Severities "critical,grave,serious";
Unattended-Upgrade "";
Unattended-Upgrade::Origins-Pattern "";
Unattended-Upgrade::Origins-Pattern:: "origin=Debian,codename=${distro_codename},label=Debian-Security";
Binary "apt-config";
Binary::apt "";
Binary::apt::APT "";
Binary::apt::APT::Color "1";
Binary::apt::APT::Cache "";
Binary::apt::APT::Cache::Show "";
Binary::apt::APT::Cache::Show::Version "2";
Binary::apt::APT::Cache::AllVersions "0";
Binary::apt::APT::Cache::ShowVirtuals "1";
Binary::apt::APT::Cache::Search "";
Binary::apt::APT::Cache::Search::Version "2";
Binary::apt::APT::Cache::ShowDependencyType "1";
Binary::apt::APT::Cache::ShowVersion "1";
Binary::apt::APT::Get "";
Binary::apt::APT::Get::Upgrade-Allow-New "1";
Binary::apt::APT::Cmd "";
Binary::apt::APT::Cmd::Show-Update-Stats "1";
Binary::apt::APT::Keep-Downloaded-Packages "0";
Binary::apt::DPkg "";
Binary::apt::DPkg::Progress-Fancy "1";
Binary::apt-get "";
Binary::apt-get::Acquire "";
Binary::apt-get::Acquire::AllowInsecureRepositories "1";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- /etc/apt/preferences --


-- (/etc/apt/preferences.d/apt-listbugs present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- (/etc/apt/sources.list.d/alessandro-strada-ubuntu-ppa-yakkety.list present, but not submitted) --


-- (/etc/apt/sources.list.d/docker.list present, but not submitted) --


-- (/etc/apt/sources.list.d/docker.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/dropbox.list present, but not submitted) --


-- (/etc/apt/sources.list.d/dropbox.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome-beta.list present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome-beta.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome.list present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/google-musicmanager.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/grafana.list present, but not submitted) --


-- (/etc/apt/sources.list.d/grafana.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/heroku.list present, but not submitted) --


-- (/etc/apt/sources.list.d/heroku.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/mongodb-org-3.0.list present, but not submitted) --


-- (/etc/apt/sources.list.d/mongodb-org-3.0.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list present, but not submitted) --


-- (/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/slack.list present, but not submitted) --


-- (/etc/apt/sources.list.d/treasure-data.list present, but not submitted) --


-- (/etc/apt/sources.list.d/treasure-data.list.save present, but not submitted) --


-- (/etc/apt/sources.list.d/vlc.list present, but not submitted) --


-- (/etc/apt/sources.list.d/vlc.list.save present, but not submitted) --


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=ja_JP.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages apt depends on:
ii  adduser                 3.115
ii  debian-archive-keyring  2014.3
ii  gpgv                    2.1.14-5
ii  init-system-helpers     1.42
ii  libapt-pkg5.0           1.3~rc2
ii  libc6                   2.23-4
ii  libgcc1                 1:6.1.1-12
ii  libstdc++6              6.1.1-12

Versions of packages apt recommends:
ii  gnupg   1.4.20-6
ii  gnupg2  2.1.11-7

Versions of packages apt suggests:
ii  apt-doc         1.3~rc1
ii  aptitude        0.8.3-1
ii  dpkg-dev        1.18.10
ii  powermgmt-base  1.31+nmu1
ii  python-apt      1.1.0~beta4
ii  synaptic        0.83+b1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.3~rc3

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.

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 835195@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 30 Aug 2016 22:20:28 +0200
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 1.3~rc3
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 834767 834973 835094 835195 835818
Changes:
 apt (1.3~rc3) unstable; urgency=medium
 .
   [ Julian Andres Klode ]
   * Ignore SIGINT and SIGQUIT for Pre-Install hooks
     This basically fixes Bug #832593, as long as your /bin/sh
     is not dash, as dash is evil.
   * prepare-release: Use equivs and gdebi-core for travis deps
   * install-progress: Call the real ::fork() in our fork() method
   * Packaging cleanup:
     - debian: Install etc/apt if present (e.g., on Ubuntu)
     - tests/control: Handle the gpg1/gpg2 mess a bit better
     - debian: Make better use of the tree installed by CMake
     - debian: Switch to debhelper 10
     - debian: Add more lintian overrides
     - debian: Drop outdated stuff
     - debian: Run wrap-and-sort
     - Add new symbols to symbols file
   * Build system fixes, including:
    - CMake: Translations: Don't rebuild .mo for line number changes
    - CMake: Translations: Pass --previous to msgmerge.
      Thanks to Guillem Jover for the suggestion.
    - CMake: Do not add po/ if USE_NLS is OFF
    - CMake: Install config and logging directories
    - CMake: Translations: Build byproduct before output
    - CMake: Add Large File Support (Closes: #834767)
   * Several portability fixes (full test suite passes on FreeBSD), including:
    - CMake: Discover docbook stylesheet in other locations
    - Add missing includes and external definitions
    - Use C locale instead of C.UTF-8 for protocol strings
    - Make directory paths configurable
    - Lower-case uname -r output in kernel autoremove helper
    - Make root group configurable via ROOT_GROUP
   * Accept --autoremove as alias for --auto-remove
   * apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
   * changelog: Respect Dir setting for local changelog getting
   * init: Add Dir::Bin::planners default entry
   * Switch documentation from httpredir.d.o to deb.d.o
 .
   [ Zhou Mo ]
   * zh_CN.po: update simplified Chinese translation
 .
   [ David Kalnischkies ]
   * do dpkg --configure before --remove/--purge --pending (Closes: 835094)
   * prevent C++ locale number formatting in text APIs (try 3) (LP: 1611010)
   * do fail on weakhash/loop earlier in acquire (Closes: 835195)
   * do not restore selections for already purged packages
   * apt-key: warn instead of fail on unreadable keyrings
   * show apt-key warnings in apt update (Closes: 834973)
   * treat .ddeb files like .deb, especially for dpkg (LP: #1616909)
   * randomize acquire order for same type index files
   * don't loop on pinning pkgs from absolute debs by regex (Closes: 835818)
Checksums-Sha1:
 acecff740b990be937f2e7424e56d7c5b3c67199 2504 apt_1.3~rc3.dsc
 f1cefd8a56d25e03aafaf011e4d21a854866d8f6 2039444 apt_1.3~rc3.tar.xz
Checksums-Sha256:
 6f012892b5f68f5f3e6b4448e46a327f1e0fdda8084d25912fbb71a386998edc 2504 apt_1.3~rc3.dsc
 7dcb942027d29aa6dfdab195b6c1754c564b839d4e5b43756258692a51a9fa8a 2039444 apt_1.3~rc3.tar.xz
Files:
 c9cf02f73a35e3950b8cbe059ca203e6 2504 admin important apt_1.3~rc3.dsc
 a3f91993c6d5198e99910893b7f8b337 2039444 admin important apt_1.3~rc3.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIsBAEBCgAWBQJXxerhDxxqYWtAZGViaWFuLm9yZwAKCRDXPDnlZYCzhqboEACV
qrJDv8SqCDU8HxlJGhPsBIrfOC5+qIErSRNcsTwihxd7ravPyIv7t7EvhbYnRowf
DWThAqj9YoUlmrMZ01PKX5HlLUbriKchbEo63KfLrfuUITy3rTFlNn5ELjM+dBIB
zD0b2cXzkfhOAYER5vOyEIWxIelIsAFIzRcKxH4NqkKmKXxMsYSK9WBzlqCpaeL1
clw+jYw9ZtcKzPE9ar299eDY7c/wTnKNC7ueC5potsXTeHKfhlcemSEOiEClATmE
K++tYwbuamiRnBDVQamOGJBvFunsdkZ4fvb8+kJwjf3ms7BzZTXhxo1wDBNyGGtV
5MERHGPdmIzJVUioUoJQFBrp3GhtutpxIy6QSONAtzrSvYgrL1xmCquM8K7Q6ls1
WHYsqDtRe+reQZmnxLUO+CcyKQgNd3WcWt8joK7XYu92/tW+19npbk/oEW4GLsyN
lktUx+tM1bIHt1VgcliSMjZvA4YdrEHOxr7ESxYSqlFFw1EHtiSkq7qh2pjUibol
MrpLEl+w0OrDOdn1LEdXjc6R8Tx6M/x8dGIB27blqMN5F/Ri7EZDWU6Xv/FcMo85
Bub3B/eU7FMqAAgkQ9ZySoYNFRwSxchKyLyDNMC4v1HtT3nxXuam6Zw8GBe61eUr
Nu+YtzfpNp5sBvJzU9aUnmSL5QVYsGn970dvrQAN9g==
=FwXw
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: