Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108539 - Default to make DESTDIR=${D} install in gnome2 eclass
Summary: Default to make DESTDIR=${D} install in gnome2 eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 119872
  Show dependency tree
 
Reported: 2005-10-08 14:36 UTC by Joe McCann (RETIRED)
Modified: 2006-03-14 18:11 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 Joe McCann (RETIRED) gentoo-dev 2005-10-08 14:36:50 UTC
Currently the default install routine in the gnome2 eclass is to call einstall.
This has been depreciated for quite some time in ebuilds, and replaced by make
DESTDIR=${D} install. Most of the packages that use the gnome2 eclass end up
having to set the USE_DESTDIR var in order to use the new method and avoid
various sandbox and linking issues. The reason for not using that as default was
to avoid failure with packages that don't support make DESTDIR. At this point,
many more packages support the proper install method and we should default to
using it and revert back to einstall for the few packages that may require it.
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-01-29 05:38:04 UTC
i added this in our svn overlay for testing.
Comment 2 John N. Laliberte (RETIRED) gentoo-dev 2006-03-14 18:11:11 UTC
in cvs.