Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838349 - dev-libs/libspnav-1.0 - wrong library path in pkg-config file
Summary: dev-libs/libspnav-1.0 - wrong library path in pkg-config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-14 16:21 UTC by Bernd
Modified: 2022-04-15 10:12 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 Bernd 2022-04-14 16:21:55 UTC
The current libspnav-1.0 package installs a pkg-config file with a non-multilib aware Libs variable.

$ grep Libs /usr/share/pkgconfig/spnav.pc 
Libs: -L${PREFIX}/lib -lspnav

on a ~amd64 multilib target.


Reproducible: Always

Steps to Reproduce:
1. emerge =libspnav-1.0
2. look at /usr/share/pkgconfig/spnav.cfg
3.
Actual Results:  
The Libs variable should reflect the value of $(get_libdir) for the current machine.
Comment 1 Larry the Git Cow gentoo-dev 2022-04-15 10:12:15 UTC
The bug has been closed via the following commit(s):

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

commit ca69be7a1761c0797a7010456823352b4ccdab82
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2022-04-15 10:10:15 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2022-04-15 10:11:36 +0000

    dev-libs/libspnav: Fix pkg-config libdir
    
    Closes: https://bugs.gentoo.org/838349
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.30, Repoman-3.0.3

 dev-libs/libspnav/libspnav-1.0-r1.ebuild | 60 ++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)