[PATCH] gnu: ccid: Fix cross-compilation.

  • Done
  • quality assurance status badge
Details
3 participants
  • Caliph Nomble
  • Efraim Flashner
  • Ludovic Courtès
Owner
unassigned
Submitted by
Caliph Nomble
Severity
normal

Debbugs page

C
C
Caliph Nomble wrote on 1 Jan 2021 01:53
(address . guix-patches@gnu.org)(name . Caliph Nomble)(address . calnomble@protonmail.com)
lsBZg0yHeDeSqz2vFQR4xlv9qqkltMa6AvReRZkeRI@cp4-web-032.plabs.ch
* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back
to...
[inputs]: ...here.
---
gnu/packages/security-token.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 06e5620cd3..7d822f491f 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -87,11 +87,11 @@
(("/bin/echo") (which "echo")))
#t)))))
(native-inputs
- `(("pcsc-lite" ,pcsc-lite) ; only required for headers
- ("perl" ,perl)
+ `(("perl" ,perl)
("pkg-config" ,pkg-config)))
(inputs
- `(("libusb" ,libusb)))
+ `(("libusb" ,libusb)
+ ("pcsc-lite" ,pcsc-lite)))
(home-page "https://ccid.apdu.fr/")
(synopsis "PC/SC driver for USB smart card devices")
(description
--
2.26.2
E
E
Efraim Flashner wrote on 3 Jan 2021 07:20
(name . Caliph Nomble)(address . calnomble@protonmail.com)(address . 45587@debbugs.gnu.org)
X/Hgw/721Fxa1qrZ@3900XT
After this fix, when cross compiling:
(ins)efraim@3900XT ~/workspace/guix$ file /gnu/store/bmhv9zbsas14jp4i9j27qjpr2d6bkx5r-ccid-1.4.33/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so
/gnu/store/bmhv9zbsas14jp4i9j27qjpr2d6bkx5r-ccid-1.4.33/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped

Thanks! Patch pushed.


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/x4MMACgkQQarn3Mo9
g1GvGg/8CHU6DKAN8Aa2vipCpdknio5XzrvsY8wzZuq3Q+UIXCvwGBAShlXDcjEv
CILx6wE7WT9eMc9kpS+zx5hrS3rDhvRgwboaean6VF50p9QfYsT6l3iaoz/6iEX1
tIMf2WESdbkZPxu/hYbNey9xl6VIhYmLU1MNG1AIv0lHS4tjnWvembzuZsNdX94/
HyF3x4Lijvfbbn/0ZMG39YW5VJcKqnEg5ItwHs4xyMAhGw5wF1umRSI7mn37ZUN9
ry+Mj7kBGi6H7TkibZHNbKnfFtHVJrEp+cBN9GnSYNQeoZruUg+S/aGXm8QCU8Uj
30OF2LGe0s/4cQ2ch9nqtBKR9e38+xz2/j32GDWnGKVaWB5V6Xq1GJLT/dMJ7UCy
lYPnM42v+IS2d5wziqJsZDqzATY/APZKtCnqmSmyHEYllyR5b2RhLuJzHIRP9iDV
xZx51D9rrQlmAo4SRYOZXdRhy13tn1UUOiknB5ErAAfbRMjOW5k6VNeWQ7wKhNEa
39m8a3dUMnNZSGAJ91e2nuhXnZXWxseHe5Ns2TORSiR2GQKI2ybWljMtzuZqkm21
lck+g8TCZ89anDh/zJjGUHgzUmlvmQpYlzTqGjyZ1exdJjHOfGc3FdvZ4JpoH2uF
4v1/QCCrL1wTz3O2fkpR5t9UlScAeV8/CJDjyyRoewcT0VdaeKA=
=LCwp
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 4 Jan 2021 02:42
control message for bug #45587
(address . control@debbugs.gnu.org)
8735zhx9sr.fsf@gnu.org
tags 45587 fixed
close 45587
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45587@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45587
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch