Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157912 - Several GNOME packages require a newer install-sh
Summary: Several GNOME packages require a newer install-sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 159238
Blocks:
  Show dependency tree
 
Reported: 2006-12-12 06:16 UTC by Roy Marples (RETIRED)
Modified: 2007-01-13 14:18 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 Roy Marples (RETIRED) gentoo-dev 2006-12-12 06:16:24 UTC
A lot of the GNOME/GTK packages compile and work fine on Gentoo/FreeBSD - however some cannot install as their install-sh file is too out of date.

Simply copying a newer one from libtool is sufficient to fix. This sample code snippet is a working example to fix.

src_unpack() {
   unpack ${A}
   cp "${ROOT}"usr/share/libtool/install-sh "${S}"
}

Packages affected so far
app-text/enchant-1.2.5
gnome-base/librsvg-2.16
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-12-12 06:18:38 UTC
librsvg upstream bug http://bugzilla.gnome.org/show_bug.cgi?id=385064
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-12-12 06:40:38 UTC
I'm not sure if $ROOT there is correct.
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-01-13 14:18:30 UTC
Fixed in portage now