Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266147 - dev-util/subversion-1.6.1 with USE="python" attempts to install python bindings outside of ${EPREFIX}
Summary: dev-util/subversion-1.6.1 with USE="python" attempts to install python bindin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 266179 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-14 19:37 UTC by Stuart Shelton
Modified: 2009-04-15 18:13 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 Stuart Shelton 2009-04-14 19:37:46 UTC
...

>>> Completed installing subversion-1.6.1 into /opt/gentoo/var/tmp/portage/dev-util/subversion-1.6.1/image/opt/gentoo/

ecompressdir: bzip2 -9 /opt/gentoo/usr/share/man
 * QA Notice: the following files are outside of the prefix:
 * /usr
 * /usr/lib
 * /usr/lib/python2.6
 * /usr/lib/python2.6/site-packages
 * /usr/lib/python2.6/site-packages/libsvn
 * /usr/lib/python2.6/site-packages/libsvn/__init__.py
 * /usr/lib/python2.6/site-packages/libsvn/__init__.pyc
 * /usr/lib/python2.6/site-packages/libsvn/_client.a
 * /usr/lib/python2.6/site-packages/libsvn/_client.la
 * /usr/lib/python2.6/site-packages/libsvn/_client.so
 * /usr/lib/python2.6/site-packages/libsvn/_core.a
 * /usr/lib/python2.6/site-packages/libsvn/_core.la
 * /usr/lib/python2.6/site-packages/libsvn/_core.so
 * /usr/lib/python2.6/site-packages/libsvn/_delta.a
 * /usr/lib/python2.6/site-packages/libsvn/_delta.la
 * /usr/lib/python2.6/site-packages/libsvn/_delta.so
 * /usr/lib/python2.6/site-packages/libsvn/_diff.a
 * /usr/lib/python2.6/site-packages/libsvn/_diff.la
 * /usr/lib/python2.6/site-packages/libsvn/_diff.so
 * /usr/lib/python2.6/site-packages/libsvn/_fs.a
 * /usr/lib/python2.6/site-packages/libsvn/_fs.la
 * /usr/lib/python2.6/site-packages/libsvn/_fs.so
 * /usr/lib/python2.6/site-packages/libsvn/_ra.a
 * /usr/lib/python2.6/site-packages/libsvn/_ra.la
 * /usr/lib/python2.6/site-packages/libsvn/_ra.so
 * /usr/lib/python2.6/site-packages/libsvn/_repos.a
 * /usr/lib/python2.6/site-packages/libsvn/_repos.la
 * /usr/lib/python2.6/site-packages/libsvn/_repos.so
 * /usr/lib/python2.6/site-packages/libsvn/_wc.a
 * /usr/lib/python2.6/site-packages/libsvn/_wc.la
 * /usr/lib/python2.6/site-packages/libsvn/_wc.so
 * /usr/lib/python2.6/site-packages/libsvn/client.py
 * /usr/lib/python2.6/site-packages/libsvn/client.pyc
 * /usr/lib/python2.6/site-packages/libsvn/core.py
 * /usr/lib/python2.6/site-packages/libsvn/core.pyc
 * /usr/lib/python2.6/site-packages/libsvn/delta.py
 * /usr/lib/python2.6/site-packages/libsvn/delta.pyc
 * /usr/lib/python2.6/site-packages/libsvn/diff.py
 * /usr/lib/python2.6/site-packages/libsvn/diff.pyc
 * /usr/lib/python2.6/site-packages/libsvn/fs.py
 * /usr/lib/python2.6/site-packages/libsvn/fs.pyc
 * /usr/lib/python2.6/site-packages/libsvn/ra.py
 * /usr/lib/python2.6/site-packages/libsvn/ra.pyc
 * /usr/lib/python2.6/site-packages/libsvn/repos.py
 * /usr/lib/python2.6/site-packages/libsvn/repos.pyc
 * /usr/lib/python2.6/site-packages/libsvn/wc.py
 * /usr/lib/python2.6/site-packages/libsvn/wc.pyc
 * /usr/lib/python2.6/site-packages/svn
 * /usr/lib/python2.6/site-packages/svn/__init__.py
 * /usr/lib/python2.6/site-packages/svn/__init__.pyc
 * /usr/lib/python2.6/site-packages/svn/client.py
 * /usr/lib/python2.6/site-packages/svn/client.pyc
 * /usr/lib/python2.6/site-packages/svn/core.py
 * /usr/lib/python2.6/site-packages/svn/core.pyc
 * /usr/lib/python2.6/site-packages/svn/delta.py
 * /usr/lib/python2.6/site-packages/svn/delta.pyc
 * /usr/lib/python2.6/site-packages/svn/diff.py
 * /usr/lib/python2.6/site-packages/svn/diff.pyc
 * /usr/lib/python2.6/site-packages/svn/fs.py
 * /usr/lib/python2.6/site-packages/svn/fs.pyc
 * /usr/lib/python2.6/site-packages/svn/ra.py
 * /usr/lib/python2.6/site-packages/svn/ra.pyc
 * /usr/lib/python2.6/site-packages/svn/repos.py
 * /usr/lib/python2.6/site-packages/svn/repos.pyc
 * /usr/lib/python2.6/site-packages/svn/wc.py
 * /usr/lib/python2.6/site-packages/svn/wc.pyc
 * ERROR: dev-util/subversion-1.6.1 failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix
 * 
 * Call stack:
 *       misc-functions.sh:850: <call install_qa_check>
 *       misc-functions.sh:296: 			die "Aborting due to QA concerns: there are files installed outside the prefix"
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-14 21:57:13 UTC
fixed, thx
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-15 01:54:57 UTC
*** Bug 266179 has been marked as a duplicate of this bug. ***
Comment 3 Michał Bartoszkiewicz 2009-04-15 02:10:39 UTC
It doesn't seem to be fixed -- it still fails for me.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-15 02:36:19 UTC
(In reply to comment #3)
> It doesn't seem to be fixed -- it still fails for me.
> 

Are you *SURE* you synced between then and now? Here is the commit that fixed it:
http://overlays.gentoo.org/proj/alt/changeset/43424
Comment 5 Michał Bartoszkiewicz 2009-04-15 02:43:57 UTC
(In reply to comment #4)
> Are you *SURE* you synced between then and now? Here is the commit that fixed
> it:
> http://overlays.gentoo.org/proj/alt/changeset/43424

Yes, I'm sure (I've checked it twice).
Maybe the problem still occurs because swig_pydir="$(python_get_sitedir)/libsvn" occured twice in the ebuild (once when building, once when installing) and the changeset added EPREFIX only to the first occurrence.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-15 02:59:26 UTC
Ah, you are correct. Sorry then.

I'll get to it tomorrow.
Comment 7 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-15 15:11:09 UTC
Fixed now I hope.

%% svn --version
svn, version 1.6.1 (r37116)
   compiled Apr 15 2009, 09:58:05
Comment 8 Michał Bartoszkiewicz 2009-04-15 18:13:43 UTC
Works now, thanks!