Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585400 - net-libs/nodejs-6.2.1: make it compatible with prefix
Summary: net-libs/nodejs-6.2.1: make it compatible with prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 17:09 UTC by yegle
Modified: 2016-06-09 04:17 UTC (History)
0 users

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 yegle 2016-06-08 17:09:10 UTC
Installing nodejs-6.2.1 result in QA check failure. Diffing ebuild file in 5.11.1 and 6.2.1, it should use ${ED} instead of ${D}.

emake install DESTDIR="${ED}"
Comment 1 yegle 2016-06-08 18:09:03 UTC
Hmm it doesn't seem to be the root cause.

Anyway here's the error message:

 * QA Notice: the following files are outside of the prefix:
 * /etc
 * /etc/npm
 * ERROR: net-libs/nodejs-6.2.1::gentoo failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix
 * 
 * Call stack:
 *   misc-functions.sh, line 603:  Called install_qa_check
 *   misc-functions.sh, line 217:  Called source 'install_symlink_html_docs'
 *            05prefix, line 114:  Called install_qa_check_prefix
 *            05prefix, line  27:  Called die
 * The specific snippet of code:
 *                      die "Aborting due to QA concerns: there are files installed outside the prefix"
Comment 2 Benda Xu gentoo-dev 2016-06-09 04:17:37 UTC
Fix is in tree,

  https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e3197a5946199

Thanks.