Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701142 - net-libs/signond adds "-L/usr/lib" to 64bit pkgconfig files on 17.1 profiles
Summary: net-libs/signond adds "-L/usr/lib" to 64bit pkgconfig files on 17.1 profiles
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: no-symlink-lib
  Show dependency tree
 
Reported: 2019-11-25 12:05 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2019-12-08 22:35 UTC (History)
0 users

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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-11-25 12:05:34 UTC
# grep -Fr -- "-L/usr/lib" /usr/lib64/pkgconfig/ | grep -Fv -- "-L/usr/lib64"
/usr/lib64/pkgconfig/signon-plugins.pc:Libs.private: -L/usr/lib -lQt5Core
/usr/lib64/pkgconfig/signon-plugins-common.pc:Libs.private: -L/usr/lib -lQt5Core

# qfile -Cv /usr/lib64/pkgconfig/signon-plugins.pc
net-libs/signond-8.60: /usr/lib64/pkgconfig/signon-plugins.pc

# eselect profile show
Current /etc/portage/make.profile symlink:
  default/linux/amd64/17.1/desktop/plasma
Comment 1 Larry the Git Cow gentoo-dev 2019-12-08 22:35:47 UTC
The bug has been closed via the following commit(s):

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

commit cf8463aabc4aea65dd937bc80a2de42168188f08
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-12-08 22:08:26 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-12-08 22:35:34 +0000

    net-libs/signond: Fix pkgconfig libdir paths
    
    Closes: https://bugs.gentoo.org/701142
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../signond/files/signond-8.60-buildsystem.patch   |  51 ++++
 .../files/signond-8.60-consistent-paths.patch      | 263 +++++++++++++++++++++
 net-libs/signond/signond-8.60-r1.ebuild            |  61 +++++
 3 files changed, 375 insertions(+)