acshk / acsccid

acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).
GNU Lesser General Public License v2.1
104 stars 19 forks source link

Unresolved soname dependencies #31

Closed linuxunderground closed 2 years ago

linuxunderground commented 2 years ago

Quality Assurance of Gentoo package manager says about acsccid-1.1.8 :

QA Notice: Unresolved soname dependencies:
  /usr/lib/readers/usb/ifd-acsccid.bundle/Contents/Linux/libacsccid.so: libusb-1.0.so.0

Gentoo package manager says the same for ccid-1.4.35 but not for ccid-1.5.0. Therefore, could you consider making a new version of acsccid with files imported from ccid-1.5.0 instead of ccid-1.4.31.

godfreychung commented 2 years ago

I compared configure.ac and Makefile.am from ccid-1.5.0 and I did not find any update.

Sorry, I'm not familiar with Gentoo packaging. Is it related to specify dependencies in the package file?

linuxunderground commented 2 years ago

After installing ccid-1.5.0 (and reinstalling libusb) I can no longer reproduce this issue. Sorry for the noise.