Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing 3.8.0 deb #327

Closed
JonnyTech opened this issue Jan 17, 2022 · 1 comment
Closed

Error installing 3.8.0 deb #327

JonnyTech opened this issue Jan 17, 2022 · 1 comment
Milestone

Comments

@JonnyTech
Copy link

Describe the bug
Unable to install ipscan_3.8.0_amd64.deb due to unknown compression error.

To Reproduce

$ sudo gdebi ipscan_3.8.0_amd64.deb 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done

Angry IP Scanner - fast and friendly IP Scanner
 Angry IP Scanner is a cross-platform network scanner written in Java.
 It can scan IP-based networks in any range, scan ports, and resolve
 other information.
 The program provides an easy to use GUI interface and is very extensible,
 see https://angryip.org/ for more information.
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
  c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
dpkg-deb: error: archive 'ipscan_3.8.0_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive ipscan_3.8.0_amd64.deb (--install):
 dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
 ipscan_3.8.0_amd64.deb

Expected behavior

$ sudo gdebi ipscan_3.7.6_amd64.deb 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done

Angry IP Scanner - fast and friendly IP Scanner
 Angry IP Scanner is a cross-platform network scanner written in Java.
 It can scan IP-based networks in any range, scan ports, and resolve
 other information.
 The program provides an easy to use GUI interface and is very extensible,
 see https://angryip.org/ for more information.
Do you want to install the software package? [y/N]:y
/usr/bin/gdebi:113: FutureWarning: Possible nested set at position 1
  c = findall("[[(](\S+)/\S+[])]", msg)[0].lower()
(Reading database ... 409654 files and directories currently installed.)
Preparing to unpack ipscan_3.7.6_amd64.deb ...
Unpacking ipscan (3.7.6) over (3.7.6) ...
Setting up ipscan (3.7.6) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for desktop-file-utils (0.26-1) ...

Additional info
The compression method should be xz rather than zst

$ file ipscan_3.7.6_amd64.deb 
ipscan_3.7.6_amd64.deb: Debian binary package (format 2.0), with control.tar.xz, data compression xz
$ file ipscan_3.8.0_amd64.deb
ipscan_3.8.0_amd64.deb: Debian binary package (format 2.0), with control.tar.zs, data compression zst

Versions (please complete the following information):

  • OS type and version
$ uname -a
Linux WOPR 5.15.0-2mx-amd64 #1 SMP Debian 5.15.5-1~mx21+1 (2021-11-29) x86_64 GNU/Linux
  • Java version, 32 or 64 bit, how was installed (java -version)
$ java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8-post-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 11.0.13+8-post-Debian-1deb11u1, mixed mode, sharing)
@angryziber angryziber added this to the 3.8.1 milestone Jan 18, 2022
@JonnyTech
Copy link
Author

@angryziber just confirming that v3.8.1 installs correctly on Debian 11 x64 - many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants