aguinet/usbtop

release-0.1 - Dependency error with .deb package - Deps are installed

Closed this issue · 2 comments

Impossible to install due to missing dependencies, although dependencies are installed.

xzero@dev-nitro:~$ sudo dpkg -i /home/xzero/Downloads/usbtop_0.1_amd64.deb 
(...)
dpkg: dependency problems prevent configuration of usbtop:
 usbtop depends on libboost-system1.54.0; however:
  Package libboost-system1.54.0 is not installed.
 usbtop depends on libboost-thread1.54.0; however:
  Package libboost-thread1.54.0 is not installed.

dpkg: error processing package usbtop (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 usbtop

xzero@dev-nitro:~$ sudo apt install libboost-system-dev
(...)
libboost-system-dev is already the newest version (1.62.0.1).
0 to upgrade, 0 to newly install, 0 to remove and 13 not to upgrade.

xzero@dev-nitro:~$ sudo apt install libboost-thread-dev
(...)
libboost-thread-dev is already the newest version (1.62.0.1).
0 to upgrade, 0 to newly install, 0 to remove and 13 not to upgrade.

OS:

Distributor ID:	Ubuntu
Description:	Ubuntu 17.10
Release:	17.10
Codename:	artful

git clone (master) & Compiling manually and installing worked like charm.

The 0.1 package has been built with an "old" debian sid system. I should remove it as it does not make a lot of sense now, and create some for various ubuntu/debian stable version when I find the time to do so!

There is now a debian package in sid. You can use this one!