Bug 133982 - pcsc-lite driver packages are invalid
Summary: pcsc-lite driver packages are invalid
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: x86 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Marian Jancar
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 13:30 UTC by Simon Eisenmann
Modified: 2006-01-20 14:58 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Eisenmann 2005-11-16 13:30:53 UTC
All the driver packages for pcsc-lite (eg. pcsc-ccid) are missing files and required file structure. Thus none of the drivers are recognized by the pcsc daemon and all the hotplug features are not working. Installing the .so files (like it is done at the moment) makes no sense.

To fix that, the rpm build script needs to call make install for any of the drivers, as only make install generates the required metadata files and filestructure (eg the bundle files).

I created a fixeded SRPMS for SuSE 9.3 which are available at http://packages.struktur.de/linux/suse93/pcsc-lite-1.2.9-1.struktur.src.rpm (only includes the ccid subpackage though). This RPM will probably build on SuSE 10.0 as well.

Please note that the usb drivers also depend on a fixed libusb .. see #133978
Comment 1 Wolfgang Rosenauer 2006-01-02 06:55:54 UTC
Almost all drivers are updated anyway in the meanwhile.
I'll have a look and migrate the rest if possible.
Comment 2 Marian Jancar 2006-01-20 14:58:39 UTC
fixed