Ticket #2844 (closed defect: invalid)

Opened 12 years ago

Last modified 12 years ago

deb vfs error

Reported by: gv Owned by:
Priority: major Milestone:
Component: mc-vfs Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

  1. wget ftp.debian.org/debian/pool/main/v/virtualbox/virtualbox_4.1.18-dfsg-1_i386.deb
  2. run /usr/bin/mc
  3. Press enter on virtualbox_4.1.18-dfsg-1_i386.deb

Error
dpkg-deb: file `/home/[deleted]/virtualbox_4.1.18-dfsg-1_i386.deb' contains ununderstood data member data.tar.xz , giving up

Change History

comment:1 Changed 12 years ago by andrew_b

Please run

dpkg-deb -c virtualbox_4.1.18-dfsg-1_i386.deb

and show the result.

comment:2 follow-up: ↓ 3 Changed 12 years ago by gv

$ dpkg-deb -c virtualbox_4.1.18-dfsg-1_i386.deb
dpkg-deb: file `virtualbox_4.1.18-dfsg-1_i386.deb' contains ununderstood data member data.tar.xz , giving up

comment:3 in reply to: ↑ 2 Changed 12 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone Future Releases deleted

Replying to gv:

dpkg-deb: file `virtualbox_4.1.18-dfsg-1_i386.deb' contains ununderstood data member data.tar.xz , giving up

mc itself doesn't parse deb or rpm packets. mc uses output of deb-dpkg or rpm utilities to get packet content.

So, this bug looks like bug of deb-dpkg utility or bug of VirtualBox? packaging. Please assign this bug to Debian team. Thanks!

comment:4 Changed 12 years ago by gv

My test was on Fedora. On Debian dpkg-deb works fine:

# dpkg-deb -c virtualbox_4.1.18-dfsg-1_i386.deb
drwxr-xr-x root/root 0 2012-06-21 18:51 ./
drwxr-xr-x root/root 0 2012-06-21 18:51 ./etc/
drwxr-xr-x root/root 0 2012-06-21 18:51 ./etc/init.d/
-rwxr-xr-x root/root 6138 2012-04-05 13:24 ./etc/init.d/virtualbox
drwxr-xr-x root/root 0 2012-06-21 18:51 ./etc/default/
-rw-r--r-- root/root 669 2012-04-05 13:24 ./etc/default/virtualbox
....

But you're right, dpkg-deb from Fedora is old.

Note: See TracTickets for help on using tickets.