Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
librsvg upstream bug http://bugzilla.gnome.org/show_bug.cgi?id=385064
I'm not sure if $ROOT there is correct.
Fixed in portage now