[Bug 838187] Re: libgcrypt-config provides an inconsistent result
Andreas Metzler
838187 at bugs.launchpad.net
Fri Sep 2 17:09:08 UTC 2011
This is fixed in libgcrypt11 (1.5.0-1) .
Just out of interest, does /this/ really break compilation in "any
project using libgcrypt-config or AM_PATH_LIBGCRYPT()"? Both /lib/x86_64
-linux-gnu and /usr/lib/x86_64-linux-gnu are in the standard gcc search
path, the -L argument is superfluous. (The libtoool related breakage is
a different bug - LP #751142 )
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libgcrypt11 in Ubuntu.
https://bugs.launchpad.net/bugs/838187
Title:
libgcrypt-config provides an inconsistent result
Status in “libgcrypt11” package in Ubuntu:
New
Bug description:
On ubuntu 11.04, libgcrypt-config gives the following linking parameters:
$ libgcrypt-config --libs
-L/lib/x86_64-linux-gnu -lgcrypt
But there is no libgcrypt.so in /lib/x86_64-linux-gnu:
$ /sbin/ldconfig -p | grep libgcrypt.so$
libgcrypt.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libgcrypt.so
libgcrypt.so (libc6) => /lib32/libgcrypt.so
This means that any project using libgcrypt-config or
AM_PATH_LIBGCRYPT() to compile against gcrypt will fail to compile.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/838187/+subscriptions
More information about the foundations-bugs
mailing list