Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] libfido2: missing udev rules?
@ 2020-10-14 16:19 dkwo
  2020-10-15 14:57 ` CameronNemo
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: dkwo @ 2020-10-14 16:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

New issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603

Description:
I'm unable to use `libfido2` with my u2f usb key (yubikey), because it misses the corresponding `udev` rules. Those rules are instead provided by the older `libu2f-host`, with which my usb key works fine. I can try to add those myself, although I'm not sure how to do it exactly, as the new package uses cmake while old one gnumake.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
@ 2020-10-15 14:57 ` CameronNemo
  2020-10-15 15:29 ` dkwo
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CameronNemo @ 2020-10-15 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709383430

Comment:
What is the issue here? That the udev rules are shipped in libu2f-host? That is expected behavior AIUI.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
  2020-10-15 14:57 ` CameronNemo
@ 2020-10-15 15:29 ` dkwo
  2020-10-15 16:14 ` sgn
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2020-10-15 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709404308

Comment:
The issue here is that udev rules are absent in the newer `libfido2`.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
  2020-10-15 14:57 ` CameronNemo
  2020-10-15 15:29 ` dkwo
@ 2020-10-15 16:14 ` sgn
  2020-10-15 18:42 ` dkwo
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-15 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709433820

Comment:
> The issue here is that udev rules are absent in the newer `libfido2`.

Sorry if I missed anything, but what wrong with installing both? They aren't conflicts.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (2 preceding siblings ...)
  2020-10-15 16:14 ` sgn
@ 2020-10-15 18:42 ` dkwo
  2020-10-15 23:08 ` sgn
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2020-10-15 18:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709519325

Comment:
My understanding is that libfido2 supersedes libu2f-host, so even though 
there are no conflicts, it should be possible to only use the first and 
have everything working; also consider that the github of libfido2 has 
more updated udev rules, and it suggests to install those.

That's why I think the libfido2 template should be modified accordingly, 
perhaps also including hidapi as a dependence.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (3 preceding siblings ...)
  2020-10-15 18:42 ` dkwo
@ 2020-10-15 23:08 ` sgn
  2020-10-16  0:13 ` sgn
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-15 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709635950

Comment:
Hm, perhaps we can split the udev rules into its own package and let `libfido2` and `libu2f-host` depends on it.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (4 preceding siblings ...)
  2020-10-15 23:08 ` sgn
@ 2020-10-16  0:13 ` sgn
  2020-10-16  7:19 ` dkwo
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-16  0:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709654194

Comment:
#25646

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (5 preceding siblings ...)
  2020-10-16  0:13 ` sgn
@ 2020-10-16  7:19 ` dkwo
  2020-10-16  7:19 ` [ISSUE] [CLOSED] " dkwo
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2020-10-16  7:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-709873314

Comment:
@sgn Thanks a lot, that should work.
I'm not really sure, but do you think `libfido2` should also depend on `hidapi-devel`?

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ISSUE] [CLOSED] libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (6 preceding siblings ...)
  2020-10-16  7:19 ` dkwo
@ 2020-10-16  7:19 ` dkwo
  2020-10-16 14:58 ` sgn
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2020-10-16  7:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Closed issue by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603

Description:
I'm unable to use `libfido2` with my u2f usb key (yubikey), because it misses the corresponding `udev` rules. Those rules are instead provided by the older `libu2f-host`, with which my usb key works fine. I can try to add those myself, although I'm not sure how to do it exactly, as the new package uses cmake while old one gnumake. Does that make sense to you?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (7 preceding siblings ...)
  2020-10-16  7:19 ` [ISSUE] [CLOSED] " dkwo
@ 2020-10-16 14:58 ` sgn
  2020-10-16 14:58 ` sgn
  2020-10-17 13:34 ` dkwo
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-16 14:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-710098363

Comment:
That depends on leah2's opinion, you should ask them on IRC, they're more active there.
I don't care much about `hidapi-devel` since I don't use anything that requires it.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (8 preceding siblings ...)
  2020-10-16 14:58 ` sgn
@ 2020-10-16 14:58 ` sgn
  2020-10-17 13:34 ` dkwo
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-10-16 14:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-710098363

Comment:
That depends on leah2's opinion, you should ask them on IRC, they're more active there.
I don't care much about `hidapi-devel` since I don't use anything that requires it. (Maybe I do, but I don't know).

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: libfido2: missing udev rules?
  2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
                   ` (9 preceding siblings ...)
  2020-10-16 14:58 ` sgn
@ 2020-10-17 13:34 ` dkwo
  10 siblings, 0 replies; 12+ messages in thread
From: dkwo @ 2020-10-17 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/25603#issuecomment-710966073

Comment:
I see.
I tried the updated package, and it works for me without `hidapi`, so for the moment I'm happy.
Thanks.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-17 13:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 16:19 [ISSUE] libfido2: missing udev rules? dkwo
2020-10-15 14:57 ` CameronNemo
2020-10-15 15:29 ` dkwo
2020-10-15 16:14 ` sgn
2020-10-15 18:42 ` dkwo
2020-10-15 23:08 ` sgn
2020-10-16  0:13 ` sgn
2020-10-16  7:19 ` dkwo
2020-10-16  7:19 ` [ISSUE] [CLOSED] " dkwo
2020-10-16 14:58 ` sgn
2020-10-16 14:58 ` sgn
2020-10-17 13:34 ` dkwo

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 NNTP newsgroup(s).