Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394707 - app-editors/emacs-23.3-r3 fails to install due to QA "outside the prefix"
Summary: app-editors/emacs-23.3-r3 fails to install due to QA "outside the prefix"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 16:26 UTC by MATSUI Tetsushi
Modified: 2011-12-15 12:21 UTC (History)
1 user (show)

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 MATSUI Tetsushi 2011-12-14 16:26:36 UTC
app-editors/emacs-23.3-r3 fails to install.

The error message is:
 * QA Notice: the following files are outside of the prefix:
 * /etc
 * /etc/emacs
 * /usr
 * /usr/share
 * /usr/share/emacs
 * /usr/share/emacs/site-lisp
 * ERROR: app-editors/emacs-23.3-r3 failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix

-r3 ebuild introduces a line:
--enable-locallisppath="/etc/emacs:${SITELISP}" \
as an option to econf, but as you can see, it ignores about EPREFIX; it should be
--enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}/${SITELISP}" \
instead.
Comment 1 Fabian Groffen gentoo-dev 2011-12-14 18:31:07 UTC
thanks, fixed
Comment 2 Ulrich Müller gentoo-dev 2011-12-15 06:35:42 UTC
app-editors/emacs-vcs also needed to be fixed.
Comment 3 Fabian Groffen gentoo-dev 2011-12-15 09:30:21 UTC
reopening, I knew I had forgotten something
Comment 4 Ulrich Müller gentoo-dev 2011-12-15 12:21:09 UTC
Fixed.