Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475318 - Python stuff installed in wrong path due --prefix="${GAMES_PREFIX}" and not honoring libdir configure set
Summary: Python stuff installed in wrong path due --prefix="${GAMES_PREFIX}" and not h...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-30 12:04 UTC by Pacho Ramos
Modified: 2018-04-21 21:14 UTC (History)
4 users (show)

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


Attachments
gnome-sudoku-3.8.1.ebuild (gnome-sudoku-3.8.1.ebuild,845 bytes, text/plain)
2013-06-30 12:05 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2013-06-30 12:04:26 UTC
And it not honoring "--libdir" for python files. Not sure if a problem in python side:
http://bugs.python.org/issue858809

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2013-06-30 12:05:31 UTC
Created attachment 352312 [details]
gnome-sudoku-3.8.1.ebuild
Comment 2 Pacho Ramos gentoo-dev 2013-06-30 14:09:06 UTC
And setting PYTHON_PREFIX neither work :|
Comment 3 Julian Ospald 2013-06-30 14:14:09 UTC
I do not understand the title. And I don't see a file list.
Comment 4 Pacho Ramos gentoo-dev 2013-06-30 14:21:10 UTC
Sitedir files are installed in:
/usr/games/lib64/python2.7/site-packages/

instead of:
/usr/lib64/python2.7/site-packages/

causing it to fail to locate the files
Comment 5 Joachim Bartosik (RETIRED) gentoo-dev 2013-08-23 12:01:43 UTC
Seems to work fine on my system:
* /usr/games/lib64/python2.7/site-packages/ exists no
* /usr/lib64/python2.7/site-packages/gnome_sudoku/ contains (apparently) what it should
* the package works fine

seems the problem was fixed in the meantime, can you verify / close?
Comment 6 Pacho Ramos gentoo-dev 2013-08-23 12:59:33 UTC
The problem was workarounded but not really fixed, setting --prefix to GAMES_PREFIX will still cause python stuff to be wrongly installed
Comment 7 Julian Ospald 2013-09-29 11:28:22 UTC
(In reply to Pacho Ramos from comment #6)
> The problem was workarounded but not really fixed, setting --prefix to
> GAMES_PREFIX will still cause python stuff to be wrongly installed

GAMES_PREFIX often causes trouble (such as wrongly installed desktop files etc), but removing it would probably cause a lot of work
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-01-26 15:57:50 UTC
a. what package was this exactly about?

b. does it still happen?
Comment 9 Austin English (RETIRED) gentoo-dev 2017-02-01 06:15:26 UTC
(In reply to Michał Górny from comment #8)
> a. what package was this exactly about?

Looks like it was games-puzzle/gnome-sudoku