You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Andreas K. Hüttel" <di...@gentoo.org> on 2020/05/12 16:21:18 UTC

libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client

Bug: libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client
Verified with subversion-1.12.2
See also: https://bugs.gentoo.org/686148

pkg-config requests linking to libsvn_client ...

# pkg-config --libs libsvn_client
-lsvn_client -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl

... but what is installed is libsvn_client-1:

# qlist -eo subversion |grep libsvn_client
/usr/lib64/libsvn_client-1.so.0.0.0
/usr/share/pkgconfig/libsvn_client.pc


-- 
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer 
(council, qa, toolchain, base-system, perl, libreoffice)

Re: libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client

Posted by James McCoy <ja...@apache.org>.
On 2020/05/12 16:21:18, Andreas K. Hüttel <di...@gentoo.org> wrote: 
> Bug: libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client
> Verified with subversion-1.12.2
> See also: https://bugs.gentoo.org/686148
> 
> pkg-config requests linking to libsvn_client ...
> 
> # pkg-config --libs libsvn_client
> -lsvn_client -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
> 
> ... but what is installed is libsvn_client-1:

This was fixed in r1863990 and will be part of the 1.14 release.

Cheers,
James