Search Criteria
Package Details: scdtools 0.3.5-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/scdtools.git (read-only, click to copy) |
|---|---|
| Package Base: | scdtools |
| Description: | Some tools to play with GnuPG’s smartcard daemon and OpenPGP smartcards. |
| Upstream URL: | https://incenp.org/dvlpt/scdtools.html |
| Licenses: | GPL3 |
| Submitter: | schaap137 |
| Maintainer: | schaap137 |
| Last Packager: | schaap137 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-05-26 11:13 (UTC) |
| Last Updated: | 2024-12-08 08:51 (UTC) |
Dependencies (5)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- libassuan (libassuan-gitAUR)
- libgcrypt
- libgpg-error (libgpg-error-gitAUR)
- autoconf (autoconf-gitAUR) (make)
Latest Comments
dreieck commented on 2024-12-08 16:42 (UTC)
I confirm,
thanks for the maintanance!
schaap137 commented on 2024-12-08 08:56 (UTC)
Build succeeds again.
schaap137 commented on 2024-12-08 08:49 (UTC)
I see the problem here, during configure it is trying to detect the
libgcryptversion using the executablelibgcrypt-config, which is not present with currentlibgcrypt.If we replace the
libgcrypt.m4file with the same file from the currentlibgcryptpackage located at/usr/share/aclocal/libgcrypt.m4and then do anautoreconf -fin the build phase before configure, then it should work. Let me test.dreieck commented on 2024-12-07 23:15 (UTC)
Fails to build with
configure: error: libgcrypt not foundalthough packagelibgcryptversion 1.11.0-2 is installed:Regards!