Closed limitedAtonement closed 3 months ago
Noticed that too. And it's odd that it cannot get the version from libgcrypt
.
Although libgcrypt-config
seems to be a bit unreliable?
$ pkg-config libgcrypt-config --version
2.1.1
$ pkg-config libgcrypt-config --cflags
Package libgcrypt-config was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgcrypt-config.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgcrypt-config', required by 'virtual:world', not found
$ pkg-config libgcrypt-config --libs
Package libgcrypt-config was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgcrypt-config.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libgcrypt-config', required by 'virtual:world', not found
$ pkg-config libgcrypt --libs
-lgcrypt
$ pkg-config libgcrypt --cflags
$ pkg-config libgcrypt --version
2.1.1
Building worked with libgcrypt 1.10.x
that I'm sure. Is there a problem with 1.11.x
?
What I did
git clone https://github.com/greenbone/openvas-scanner
cd openvas-scanner
mkdir build
cd build
cmake ..
Expected behavior
cmake
createsMakefile
and necessary build infrastructure.Actual behavior
I got the following error:
Environment
Operating system:
Arch Linux
uname -a
shows:cat /etc/lsb-release
showspacman -Q | \grep libgcrypt
showspacman -Ql libgcrypt
shows:Installation method / source: (packages, source installation)
main
branch as of right now: 1ffc0c83.Logfiles
None