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 750619 - cannot build dash against an uninstalled GStreamer
cannot build dash against an uninstalled GStreamer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-09 10:10 UTC by Florin Apostol
Modified: 2015-06-09 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florin Apostol 2015-06-09 10:10:48 UTC
I am trying to build the gst-plugins-bad against an uninstalled GStreamer. My set of commands is:

wget http://cgit.freedesktop.org/gstreamer/gstreamer/plain/scripts/create-uninstalled-setup.sh
./create-uninstalled-setup.sh
cd ~/gst
./gst-master
cd gstreamer
./autogen.sh
make
cd ../gst-plugins-base
./autogen.sh
make
cd ../gst-plugins-bad
./autogen.sh
make

The last make fails with:

make[3]: Entering directory `/home/florin/gst/master/gst-plugins-bad/ext/dash'
  CC       libgstdashdemux_la-gstmpdparser.lo
  CC       libgstdashdemux_la-gstdashdemux.lo
  CC       libgstdashdemux_la-gstisoff.lo
  CC       libgstdashdemux_la-gstplugin.lo
  CCLD     libgstdashdemux.la
/usr/bin/ld: cannot find -lgsttag-1.0
collect2: ld returned 1 exit status
make[3]: *** [libgstdashdemux.la] Error 1
Comment 1 Sebastian Dröge (slomo) 2015-06-09 10:12:38 UTC
commit 1a15c2e426f14e8a053273dc174950e98d39df1b
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Tue Jun 9 12:11:54 2015 +0200

    dash: Add $(GST_PLUGINS_BASE_LIBS) to LIBADD
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750619