[Bug 1730627] Re: xz compressed control.tar files not supported
Dan Streetman
dan.streetman at canonical.com
Fri Feb 8 12:33:12 UTC 2019
> I'm having the same issue with the package check-mk-agent_1.5.0b9-1_all.deb from
> Nagios (Check_MK).
The problem is with your deb, not dpkg. The check-mk-agent deb from
Ubuntu works fine:
$ apt-cache policy check-mk-agent
check-mk-agent:
Installed: 1.2.8p16-1ubuntu0.1
Candidate: 1.2.8p16-1ubuntu0.1
Version table:
*** 1.2.8p16-1ubuntu0.1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
$ sudo dpkg -i check-mk-agent_1.2.8p16-1ubuntu0.1_amd64.deb
Selecting previously unselected package check-mk-agent.
(Reading database ... 40378 files and directories currently installed.)
Preparing to unpack check-mk-agent_1.2.8p16-1ubuntu0.1_amd64.deb ...
Unpacking check-mk-agent (1.2.8p16-1ubuntu0.1) ...
Setting up check-mk-agent (1.2.8p16-1ubuntu0.1) ...
This is not the bug you are looking for.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dpkg in Ubuntu.
https://bugs.launchpad.net/bugs/1730627
Title:
xz compressed control.tar files not supported
Status in dpkg package in Ubuntu:
Fix Released
Status in dpkg source package in Precise:
Won't Fix
Status in dpkg source package in Trusty:
Fix Released
Bug description:
[impact]
trusty dpkg fails when trying to extract a dpkg source package
compressed using xz. This breaks running autopkgtest from bionic with
any and all trusty packages.
[test case]
on a bionic system, get any trusty source dpkg and run autopkgtest
with it. See comment 11 for an example.
[regression potential]
any changes to dpkg has the potential to break all package changes on
the system, which obviously is a serious regression. However, this
specific change has been upstream for a very long time. Any breakage
would happen when dpkg is either building or extracting a deb.
[other info]
this affects debootstrap as well, as described in the original bug
description:
---
trusty's dpkg (1.17.5ubuntu5.7) cannot handle .deb files that contain
control.tar files that are compressed using the xz compressor.
Here's an example of such a case when trying to show the contents of a
.deb file from bionic's repositories:
dpkg-deb: error: archive './var/cache/apt/archives/ubuntu-
minimal_1.406_amd64.deb' has premature member 'control.tar.xz' before
'control.tar.gz', giving up
This issue makes it currently impossible to create a bionic
environment using debootstrap (currently from trusty-proposed).
I have observed the issue on trusty, precisely on
$ lsb_release -rd
Description: Ubuntu 14.04.5 LTS
Release: 14.04
using
$ apt-cache policy dpkg
dpkg:
Installed: 1.17.5ubuntu5.7
Candidate: 1.17.5ubuntu5.7
Version table:
*** 1.17.5ubuntu5.7 0
500 mirror://mirrors.ubuntu.com/mirrors.txt/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
1.17.5ubuntu5.6 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
1.17.5ubuntu5 0
500 mirror://mirrors.ubuntu.com/mirrors.txt/ trusty/main amd64 Packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627/+subscriptions
More information about the foundations-bugs
mailing list