Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439946 - eclass regression causes x11-apps/xmessage-1.0.3 to install files outside of prefix
Summary: eclass regression causes x11-apps/xmessage-1.0.3 to install files outside of ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords: Bug, REGRESSION
Depends on:
Blocks:
 
Reported: 2012-10-28 08:51 UTC by Richard Yao (RETIRED)
Modified: 2013-07-20 14:36 UTC (History)
0 users

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


Attachments
x11-apps/xmessage-1.0.3 build failure from files outside of prefix (build.log,1.96 KB, text/plain)
2012-10-28 08:51 UTC, Richard Yao (RETIRED)
Details
x11-apps/xmessage-1.0.3 build failure from files outside of prefix (build.log,10.15 KB, text/plain)
2012-10-28 21:49 UTC, Richard Yao (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2012-10-28 08:51:17 UTC
Created attachment 327566 [details]
x11-apps/xmessage-1.0.3 build failure from files outside of prefix

When rebuilding world, I discovered that x11-apps/xmessage-1.0.3 now has a build failure due to files being installed outside the prefix:

 * QA Notice: the following files are outside of the prefix:
 * /usr
 * /usr/share
 * /usr/share/X11
 * /usr/share/X11/app-defaults
 * /usr/share/X11/app-defaults/Xmessage
 * /usr/share/X11/app-defaults/Xmessage-color

This appears to be due to an eclass change. I looked in xorg-2.eclass and nothing stood out to me. I did not look at the classes that it includes. A change that causes files to be installed outside of the prefix is likely in one of those.
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2012-10-28 10:29:06 UTC
The build log attached does not match the package in question.
Comment 2 Richard Yao (RETIRED) gentoo-dev 2012-10-28 21:49:57 UTC
Created attachment 327646 [details]
x11-apps/xmessage-1.0.3 build failure from files outside of prefix

I have attached the correct build.log.
Comment 3 Fabian Groffen gentoo-dev 2013-07-20 14:36:41 UTC
This dir comes from the package itself, but configure should sort of set it itself to a value based on pkgconfig.

That one gives the correct value for me:
% pkg-config --variable=appdefaultdir xt
/Volumes/Scratch/Gentoo/usr/share/X11/app-defaults

Can you check?