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 690030 - HLS makefile is missing gst_plugins_base_libs
HLS makefile is missing gst_plugins_base_libs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-11 07:35 UTC by Michael Esemplare
Modified: 2012-12-11 21:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hls makefile patch (781 bytes, patch)
2012-12-11 17:53 UTC, Michael Esemplare
committed Details | Review

Description Michael Esemplare 2012-12-11 07:35:09 UTC
I am building gstreamer with jenkins and each product (core, base, bad, etc..) are built in their own directories. This build exposed some missing linkages.

Error:

make -C hls
make[3]: Entering directory `/var/lib/jenkins/jobs/gst-plugins-bad/workspace/host_target/linux32/gst/hls'
  CC     libgstfragmented_la-m3u8.lo
  CC     libgstfragmented_la-gsthlsdemux.lo
  CC     libgstfragmented_la-gstfragment.lo
  CC     libgstfragmented_la-gsturidownloader.lo
  CC     libgstfragmented_la-gstfragmentedplugin.lo
  CC     libgstfragmented_la-gsthlssink.lo
  CC     libgstfragmented_la-gstm3u8playlist.lo
  CCLD   libgstfragmented.la
/usr/bin/ld: cannot find -lgstpbutils-1.0
/usr/bin/ld: cannot find -lgstvideo-1.0
collect2: ld returned 1 exit status

I have attached the patch to add the gst_plugins_base_libs so libgstvideo-1.0 and libgstpbutils-1.0 can be found.
Comment 1 Sebastian Dröge (slomo) 2012-12-11 11:01:30 UTC
You forgot to attach the patch, please do so :)
Comment 2 Michael Esemplare 2012-12-11 17:53:58 UTC
Created attachment 231296 [details] [review]
hls makefile patch
Comment 3 Michael Esemplare 2012-12-11 17:54:30 UTC
Right, I knew it was missing something :)
Comment 4 Tim-Philipp Müller 2012-12-11 21:14:19 UTC
commit 91bf909469c2a23fce40a577c667c0c79b2fa51f
Author: Michael Esemplare <michael.esemplare@gmail.com>
Date:   Tue Dec 11 21:09:02 2012 +0000

    hls: link to the right gst-plugins-base libs and fix libs order
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690030
Comment 5 Tim-Philipp Müller 2012-12-11 21:19:07 UTC
This does not need fixing in the 1.0 branch actually, updating target milestone.