GNU bug report logs - #45587
[PATCH] gnu: ccid: Fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: Caliph Nomble <calnomble <at> protonmail.com>

Date: Fri, 1 Jan 2021 09:54:01 UTC

Severity: normal

Tags: fixed, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45587 in the body.
You can then email your comments to 45587 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45587; Package guix-patches. (Fri, 01 Jan 2021 09:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Caliph Nomble <calnomble <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 01 Jan 2021 09:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Caliph Nomble <calnomble <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Caliph Nomble <calnomble <at> protonmail.com>
Subject: [PATCH] gnu: ccid: Fix cross-compilation.
Date: Fri, 01 Jan 2021 09:53:21 +0000
* 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(-)

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






Information forwarded to guix-patches <at> gnu.org:
bug#45587; Package guix-patches. (Sun, 03 Jan 2021 15:23:01 GMT) Full text and rfc822 format available.

Message #8 received at 45587 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Caliph Nomble <calnomble <at> protonmail.com>
Cc: 45587 <at> debbugs.gnu.org
Subject: Re: [bug#45587] [PATCH] gnu: ccid: Fix cross-compilation.
Date: Sun, 3 Jan 2021 17:20:35 +0200
[Message part 1 (text/plain, inline)]
After this fix, when cross compiling:
(ins)efraim <at> 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 <at> 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
[signature.asc (application/pgp-signature, inline)]

Added tag(s) fixed. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 04 Jan 2021 10:43:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 45587 <at> debbugs.gnu.org and Caliph Nomble <calnomble <at> protonmail.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 04 Jan 2021 10:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Feb 2021 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.