From: Marius Bakke <mbakke@fastmail.com>
To: Mike Gerwitz <mtg@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/1] gnu: Add ccid.
Date: Fri, 28 Oct 2016 12:27:29 +0100 [thread overview]
Message-ID: <87vawczpb2.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <878tt9ds3m.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]
Mike Gerwitz <mtg@gnu.org> writes:
> On Thu, Oct 27, 2016 at 10:46:11 +0100, Marius Bakke wrote:
>> + `(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
>> + "/pcsc/drivers"))
>
> When I run pcscd under Guix, I get:
>
> 00000000 hotplug_libudev.c:122:HPReadBundleValues()
> Cannot open PC/SC drivers directory: /var/lib/pcsc/drivers
> 00000041 hotplug_libudev.c:123:HPReadBundleValues()
> Disabling USB support for pcscd.
>
> I believe that is what `--enable-usbdropdir' is referencing in
> ccid. pcsc-lite has the same configuration option, but it's currently
> hardcoded to /var/lib/pcsc/drivers; could you update it to match ccid's
> and see if that works?
Packages are not allowed to write to /var, so to run pcscd on Guix you
will have to symlink ~/.guix-profile/pcsc/drivers to
/var/lib/pcsc/drivers manually, until we have a system service for
pcscd. Can you try that?
> Debian has the dependencies structured such that pcscd has ccid as an
> input.
This would work, but ccid is one of potentially many drivers for pcscd,
so I'm reluctant to "hard code" it. It would not be possible to use
other drivers if usbdropdir is set to the ccid output.
Thanks for checking!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]
next prev parent reply other threads:[~2016-10-28 11:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 9:46 [PATCH 1/1] gnu: Add ccid Marius Bakke
2016-10-28 4:18 ` Mike Gerwitz
2016-10-28 11:27 ` Marius Bakke [this message]
2016-10-31 2:53 ` Mike Gerwitz
2016-10-31 10:09 ` Marius Bakke
2017-11-20 4:11 ` Mike Gerwitz
2017-11-21 1:05 ` Marius Bakke
2017-11-21 2:11 ` Mike Gerwitz
2016-10-28 12:46 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vawczpb2.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=guix-devel@gnu.org \
--cc=mtg@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).