exaexa / codecrypt

Post-quantum cryptography tool (THIS REPOSITORY IS ONLY A MIRROR OF THE MAIN ONE, PLEASE DO NOT FILE BUGS HERE)
https://gitea.blesmrt.net/exa/codecrypt
GNU Lesser General Public License v3.0
307 stars 41 forks source link

YAY: "Package 'libcrypto++', required by 'virtual:world', not found" #36

Closed dlagg closed 1 year ago

dlagg commented 3 years ago

I'm trying to install codecrypt with yay (archlinux), the installation throws the following error: Package 'libcrypto++', required by 'virtual:world', not found I can't find this package to install it.

Output here.

exaexa commented 3 years ago

Hello! This seems like archlinux packaging issue; likely the dependency broke or changed (or disappeared) and no one updated the codecrypt packaging metadata. Can you check:

exaexa commented 3 years ago

PS. you should be able to get a working codecrypt copy even without cryptopp library (with less algorithms supported though), by passing something like --without-cryptopp to the configure script (see --help).

exaexa commented 2 years ago

@dlagg can you pls confirm/deny if the above config worked? so that we can either fix the thing for good or just close the issue :]

exaexa commented 1 year ago

I assume this has been fixed; if not please reopen. Also please note this might be a yay packaging problem (if libcrypto++ is renamed by distribution, distribution maintainers also need to feed the correct options that describe the change to configure scripts of depending packages).