Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273512 - games-board/gnubg tries to link to the previous location of the python static library
Summary: games-board/gnubg tries to link to the previous location of the python static...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 10:39 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-08-08 04:52 UTC (History)
1 user (show)

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


Attachments
Build log (gnubg-0.14.3-r1:20090610-030747.log,50.21 KB, text/plain)
2009-06-10 10:40 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-10 10:39:32 UTC
Check attached build log, latest ~arch version of python moved the static library to /usr/$libdir (and still it shouldn't link to the static version!)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-10 10:40:26 UTC
Created attachment 194123 [details]
Build log
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-14 21:53:33 UTC
This holds back stabilisation of Python 2.6
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-15 00:19:10 UTC
Christian, that doesn't really feel right.. on my stable (amd64) chroot:

yamato / # qlist python | grep libpy
/usr/lib64/libpython2.5.so.1.0
/usr/lib64/libpython2.5.a
/usr/lib64/libpython2.5.so
yamato / # qlist -I -v python
app-admin/eselect-python-20090606
app-admin/python-updater-0.5
dev-lang/python-2.5.4-r3
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-15 06:17:06 UTC
(In reply to comment #3)
> Christian, that doesn't really feel right.. on my stable (amd64) chroot:

 I don't really understand what you are trying to tell me.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-07-15 11:23:57 UTC
That the cause of the problem (moved libpython.a) is already present in the stable version of Python, at least on amd64, so I'm not sure how this is holding up Python 2.6.
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2009-07-15 12:49:42 UTC
(In reply to comment #5)
> That the cause of the problem (moved libpython.a) is already present in the
> stable version of Python, at least on amd64, so I'm not sure how this is
> holding up Python 2.6.

 It should have held up Python 2.5 already...anyway, I just stumbled about it for Python 2.6.
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2009-08-08 04:52:40 UTC
probably fixed by using python-config.  reopen if not.