Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686148 - =dev-vcs/subversion-1.10.4 - libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client
Summary: =dev-vcs/subversion-1.10.4 - libsvn_client.pc should set -lsvn_client-1 inste...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-17 12:55 UTC by Jeroen Roovers (RETIRED)
Modified: 2020-10-18 20:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 12:55:44 UTC
# pkg-config --libs libsvn_client
-lsvn_client -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl
# qlist -eo subversion |grep libsvn_client
/usr/lib64/libsvn_client-1.so.0.0.0
/usr/share/pkgconfig/libsvn_client.pc
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2020-05-12 16:22:49 UTC
Subject: libsvn_client.pc should set -lsvn_client-1 instead of -lsvn_client
From:	"Andreas K. Hüttel" <dilfridge@gentoo.org> (Gentoo Linux)
To:	users@subversion.apache.org
Date:	12.05.20 19:21

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
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2020-05-15 21:38:46 UTC
This is fixed in 1.14.0_rc2
Comment 3 Larry the Git Cow gentoo-dev 2020-05-18 22:15:08 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65603892d09269e6d48435269f26aeb3868083c0

commit 65603892d09269e6d48435269f26aeb3868083c0
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2020-05-18 22:11:01 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2020-05-18 22:14:50 +0000

    dev-vcs/subversion: Add prerelease for testing (no keywords)
    
    Bug: https://bugs.gentoo.org/686148
    Bug: https://bugs.gentoo.org/706136
    Bug: https://bugs.gentoo.org/223747
    Bug: https://bugs.gentoo.org/712042
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 dev-vcs/subversion/Manifest                     |   1 +
 dev-vcs/subversion/subversion-1.14.0_rc2.ebuild | 537 ++++++++++++++++++++++++
 2 files changed, 538 insertions(+)
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2020-10-18 20:07:26 UTC
Only 1.14 left in the tree