Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 232602

Summary: dev-python/gnome-python-2.18.2 - Use /usr/$(get_libdir)/
Product: Gentoo Linux Reporter: René 'Necoro' Neumann <gentoo>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: gnome, jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 232575    
Attachments: gnome-python-2.18.2.ebuild.diff

Description René 'Necoro' Neumann 2008-07-21 21:52:31 UTC
Again a blocker for 232575.

dev-python/gnome-python-2.18.2 directly uses /usr/lib/ instead of /usr/$(get_libdir)/

The attached patch fixes this. - Another way to solve this, would be dumping this version of gnome-python. Seems like there is nothing depending on <gnome-python-2.20 explicitly...
Comment 1 René 'Necoro' Neumann 2008-07-21 21:52:54 UTC
Created attachment 161047 [details, diff]
gnome-python-2.18.2.ebuild.diff
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-21 21:57:10 UTC
That's the oldest version in the tree. I suppose there's good reason why the oldest version was left unfixed:

gentoo-x86/dev-python/gnome-python $ grep get_libdir gnome-python-2.*
gnome-python-2.20.0.ebuild:     python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.20.1.ebuild:     python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.22.0.ebuild:     python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.22.0.ebuild:     python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0

  10 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
  gnome-python-2.20.0.ebuild, gnome-python-2.20.1.ebuild:
  use get_libdir where needed
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-07-26 23:51:06 UTC
dropped the old version.