After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 385064 - librsvg's autogenerated install-sh is too old
librsvg's autogenerated install-sh is too old
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-12 14:18 UTC by Roy Marples
Modified: 2007-07-06 15:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Roy Marples 2006-12-12 14:18:06 UTC
When trying to install librsvg on Gentoo/FreeBSD, it fails with the error "file exists" when trying to make a directory. This is easily fixed by upgrading auto autogen'ed install-sh file that was probably made by an old libtool. Using a newer one from automake-1.9 or 1.10 or libtool-1.5.22 have been tested to work fine.

See Gentoo bug http://bugs.gentoo.org/show_bug.cgi?id=157912 for details.
Comment 1 Roy Marples 2006-12-12 14:34:58 UTC
Here is the exact error - also happens with librsvg-2.16.1

Making install in moz-plugin
gmake[1]: Entering directory `/var/tmp/portage/gnome-base/librsvg-2.16.1/work/librsvg-2.16.1/moz-plugin'
gmake[2]: Entering directory `/var/tmp/portage/gnome-base/librsvg-2.16.1/work/librsvg-2.16.1/moz-plugin'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/nsbrowser/plugins/" || /var/tmp/portage/gnome-base/librsvg-2.16.1/work/librsvg-2.16.1/install-sh -d "/var/tmp/portage/gnome-base/librsvg-2.16.1/image//usr/lib/nsbrowser/plugins/"
mkdir: /var/tmp/portage/gnome-base/librsvg-2.16.1/image//usr/lib/nsbrowser/plugins/: File exists
gmake[2]: *** [install-pluginLTLIBRARIES] Error 1
Comment 2 Dominic Lachowicz 2007-07-06 15:06:32 UTC
The next package I upload will be built using libtool 1.5.22