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 323651 - gst-plugins-good libtool bug
gst-plugins-good libtool bug
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.0
Other other
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 323652 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-12-09 17:35 UTC by Gab
Modified: 2006-03-22 14:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Gab 2005-12-09 17:35:18 UTC
Distribution/Version: Ubuntu i386 5.4

generating symbol list for `libgstvideoflip.la'
/usr/bin/nm -B  .libs/libgstvideoflip_la-gstvideoflip.o  |  | /bin/sed 's/.* //'
| sort | uniq > .libs/libgstvideoflip.exp
../../libtool: eval: line 4161: syntax error near unexpected token `|'
../../libtool: eval: line 4161: `/usr/bin/nm -B 
.libs/libgstvideoflip_la-gstvideoflip.o  |  | /bin/sed 's/.* //' | sort | uniq >
.libs/libgstvideoflip.exp'
make[3]: *** [libgstvideoflip.la] Error 1
make[3]: Leaving directory `/home/gab/gst-plugins-good-0.10.0/gst/videofilter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gab/gst-plugins-good-0.10.0/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gab/gst-plugins-good-0.10.0'
make: *** [all] Error 2
***@ubuntu:~/gst-plugins-good-0.10.0$

does the same thing under st-plugins-bad and ugly 
Libtool version: 1.5.6

Gstreamer 0.10 with ffmpeg & gst-plugins-base worked fine
Comment 1 Michael Smith 2005-12-09 17:52:35 UTC
*** Bug 323652 has been marked as a duplicate of this bug. ***
Comment 2 Tim-Philipp Müller 2006-01-20 11:28:51 UTC
Any chance this was resolved by this commit:

2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
          Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
          like in the core and gst-plugins-base. Fixes #324367 and #326683;
          patch by: Brian Cameron <brian dot cameron at sun dot com>

?