Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 185878

Summary: dev-libs/libnl-1.0_pre6: invalid pkgconfig location.
Product: Gentoo Linux Reporter: Samuli Suominen (RETIRED) <ssuominen>
Component: Current packagesAssignee: Marcelo Goes (RETIRED) <vanquirius>
Status: RESOLVED FIXED    
Severity: trivial CC: netmon, rbu
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libnl-1.0_pre6-pkgconfig.patch
libnl-1.0_pre6.ebuild.patch

Description Samuli Suominen (RETIRED) gentoo-dev 2007-07-19 15:47:24 UTC
drac@unique /usr/share/pkgconfig $ qfile -v libnl-1.pc 
dev-libs/libnl-1.0_pre6 (/lib/pkgconfig/libnl-1.pc)
dev-libs/libnl-1.0_pre6 (/usr/share/pkgconfig/libnl-1.pc)

both: incorrect.

correct: /usr/lib/pkgconfig

please fix. thanks.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-07-19 16:09:40 UTC
Created attachment 125343 [details, diff]
libnl-1.0_pre6-pkgconfig.patch
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-07-19 16:11:47 UTC
Created attachment 125344 [details, diff]
libnl-1.0_pre6.ebuild.patch

ebuild modifications for pkgconfig, and more.

drac@unique ~/gentoo-x86/dev-libs/libnl $ qlist libnl | grep pc
/usr/lib/pkgconfig/libnl-1.pc

drac@unique ~/gentoo-x86/dev-libs/libnl $ pkg-config --modversion libnl-1
1.0-pre6
Comment 3 Robert Buchholz (RETIRED) gentoo-dev 2007-12-01 19:49:09 UTC
The install to /usr/share is fixed in libnl-1.0_pre6-r1.

Neither drac nor me could reproduce the install to /lib.