[Bug 1553770] Re: apt-utils: xz support is gone.
Colin Watson
cjwatson at canonical.com
Mon Mar 7 22:09:47 UTC 2016
apt (1.2.5) unstable; urgency=medium
[ Daniel Kahn Gillmor ]
* apt-key del should correctly handle keyids prefixed with 0x
[ David Kalnischkies ]
* support APT::Get::Build-Dep-Automatic again in build-dep
* add test for apt-key 0xKEY and use parameter expansion.
Thanks to James McCoy for the suggestion. (Closes: 816691)
* do not move not-failed pdiff-patches into CWD on failure (Closes: #816837)
* get group again after potential remap in Source: parse.
Thanks to Francesco Poli and Marc Haber for testdata. (Closes: 812251)
[ Colin Watson ]
* Fix lzma write support to handle "try again" case (Closes: #751688)
[ Julian Andres Klode ]
* Prevent double remapping of iterators and string views
* debian/control: Set Standards-Version to 3.9.7
-- Julian Andres Klode <jak at debian.org> Sun, 06 Mar 2016 19:47:45
+0100
** Changed in: apt (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1553770
Title:
apt-utils: xz support is gone.
Status in apt package in Ubuntu:
Fix Released
Status in apt source package in Trusty:
New
Status in apt package in Debian:
Fix Released
Bug description:
Stable release update justification:
[Impact] apt-ftparchive fails to produce .xz compressed files with sufficiently large data sets. This prevents migration of the Ubuntu archive to .xz.
[Test Case] Grab trusty/main/amd64 with debmirror, construct a suitable file list, and ask apt-ftparchive to generate files for this with Packages::Compress set to include xz. We can easily test this on the Launchpad "dogfood" instance where we do QA of the archive publisher.
[Regression Potential] Confined to lzma/xz compression, which I think is basically just apt-ftparchive, but we should make sure that other compression methods still work there.
Original report follows:
Imported from Debian bug http://bugs.debian.org/751688:
Package: apt-utils
Version: 0.9.15.5
Severity: normal
Dear Maintainer,
Tested with 1.0.4 and reinstalled working 0.9.15.5
Packages::Compress seems to not work anymore with xz compression.
Only . (uncompressed), gzip and bzip2 seems to work, xz now return errors
(see at the bottom).
Same error with Sources::Compress
Christian
$ apt-ftparchive generate apt.conf
dists/unstable/main/binary-amd64/:E: write, still have 32768 to write but
couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 32768 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: write, still have 4096 to write but couldn't
E: IO to subprocess/file failed - write (0: Success)
E: Sub-process Compress child returned an error code (100)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1553770/+subscriptions
More information about the foundations-bugs
mailing list