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 603831 - build with libtool 1.x.y only works if --disable-shave is used
build with libtool 1.x.y only works if --disable-shave is used
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.25
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 567796 600570 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-12-05 02:17 UTC by W. Michael Petullo
Modified: 2010-08-30 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description W. Michael Petullo 2009-12-05 02:17:35 UTC
I am building gstreamer, gst-plugins-base, gst-plugins-good and gst-plugins-ugly using GCC 4.3.3. My target architecture is MIPS32. My version of GCC does not support the --shave-mode option. As a result, compiling fails.

Removing the lines 'preserved_args="$preserved_args --shave-mode=$mode"' from common/shave-libtool.in fix this problem.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-01-19 22:25:28 UTC
Can't you just configure with --disable-shave?
Comment 2 David Schleef 2010-01-19 22:37:54 UTC
shave appears require a newer version of libtool than we check for in autogen.  (That is, this isn't a gcc issue.)

Requiring people to use --disable-shave on platforms that used to work is a regression.  Not marking as a blocker, since it won't show up in release tarballs.
Comment 3 Tim-Philipp Müller 2010-02-18 01:43:05 UTC
*** Bug 600570 has been marked as a duplicate of this bug. ***
Comment 4 Tim-Philipp Müller 2010-03-10 01:18:34 UTC
This should fix it:

commit 3a48930a027895133dcecdc58f341a619f0613f7
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Feb 26 15:32:14 2010 +0100

    configure: Use automake 1.11 silent rules instead of shave if available
    
    This makes sure that we use something that is still maintained and
    also brings back libtool 1.5 support.
Comment 5 Tim-Philipp Müller 2010-04-06 18:07:22 UTC
*** Bug 567796 has been marked as a duplicate of this bug. ***
Comment 6 W. Michael Petullo 2010-08-30 20:18:01 UTC
Confirmed fixed. As a related item, I confirmed the temporary patch to "fix" common/shave-libtool.in has been removed from OpenWRT.