Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349431 - pcsc_scan: "Waiting for the first reader..." after upgrade to sys-apps/pcsc-lite-1.6.6
Summary: pcsc_scan: "Waiting for the first reader..." after upgrade to sys-apps/pcsc-l...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-23 00:32 UTC by norbert kamenicky
Modified: 2010-12-23 14:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description norbert kamenicky 2010-12-23 00:32:04 UTC
Combination pcsc-lite-1.6.5-r1 + pcsc-tools-1.4.17 worked relatively fine, but after upgrade pcsc-lite to version 1.6.6 it sucks.
 
pcsc_scan started by root stops in end less loop "Scanning present readers...
Waiting for the first reader..." although (previously working) reader is connected.

In the rest I found the solution:
emerge  ccid-1.4.1-r1   (I didn't used ccid before).








Reproducible: Always




It seems pcsc-lite-1.6.6 needs ccid for proper working and therefore it's ebuild should pull ccid to emerge.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-12-23 10:14:56 UTC
No.

ccid was always needed *if your reader uses CCID*. It is not needed for _all_ readers, so it'll _never_ be a dependency.

And you probably removed ccid, or let portage remove it, during the upgrade, since old ccid is not compatible with modern pcsc-lite.
Comment 2 norbert kamenicky 2010-12-23 14:29:02 UTC
(In reply to comment #1)

Ok,

I didn't say it is a must, but I hadn't ccid installed before.

So it would be fine to put a hint into ebuild:

pkg_postinst() {
  elog
  elog "If your card reader doesn't work, try (re)emerge app-crypt/ccid"
  elog
}