aguinet / usbtop

usbtop is a top-like utility that shows an estimated instantaneous bandwidth on USB buses and devices.
BSD 3-Clause "New" or "Revised" License
277 stars 45 forks source link

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

Closed xZero707 closed 5 years ago

xZero707 commented 6 years ago

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.

aguinet commented 6 years ago

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!

aguinet commented 5 years ago

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