Can't install on Arch by May 2024.
configure: error: Could not find exec_prefix for openssl ==> ERREUR : Une erreur s’est produite dans build(). Abandon… -> erreur lors de la construction : eid-mw-exit status 4 -> Impossible d’installer les paquets suivants. Une intervention manuelle est requise : eid-mw - exit status 4
Workaround found by jake99 : 1.) Edit the file /usr/lib/pkgconfig/openssl.pc 2.) Add this two lines at the top of the file :
prefix=/usr exec_prefix=${prefix}
Worked for me, Can the maintainer update his PKGBUILD please ? :-)
Pinned Comments
bart commented on 2026-01-13 16:43 (UTC)
@Nestor_013: as indicated in the changelog, the signing key has changed, you can download it from https://github.com/Fedict/eid-archive/commit/02e5cb2be7b76d32b6372afd532ee6c82355bd5a and import it manually
peregrinus commented on 2024-06-04 20:16 (UTC)
@cherkaba: See the link in the PKGBUILD.
The 'release' packages are signed by the key you mention (and found here: https://eid.belgium.be/en/linux-eid-software-installation).
However, sources are not signed with that key, but with the one mentioned here: https://files.eid.belgium.be/info.html (as explained in the PKGBUILD).
I hope this helps!