Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936421 - sys-apps/openrc-navi-0.60_beta installs pkg-config files that do not respect libdir
Summary: sys-apps/openrc-navi-0.60_beta installs pkg-config files that do not respect ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anna
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: pkg-config_mismatched-libdir
  Show dependency tree
 
Reported: 2024-07-21 07:06 UTC by Agostino Sarubbo
Modified: 2024-07-21 07:21 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,279.40 KB, text/plain)
2024-07-21 07:06 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.