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

Bug 936421

Summary: sys-apps/openrc-navi-0.60_beta installs pkg-config files that do not respect libdir
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Anna <navi>
Status: RESOLVED WONTFIX    
Severity: normal CC: eschwartz, proxy-maint, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/OpenRC/openrc/pull/719
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 861701    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-07-21 07:06:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/openrc-navi-0.60_beta installs pkg-config files that do not respect libdir.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0065
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-21 07:06:16 UTC
Created attachment 898060 [details]
build.log

build log and emerge --info
Comment 2 Eli Schwartz gentoo-dev 2024-07-21 07:21:31 UTC
prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib64

rc_path=/lib/rc


This is entirely valid, since /lib/rc is the canonical location for openrc even on lib64 systems. The check is a false positive, but doesn't offer a suppression mechanism.