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 755127 - make not successfull
make not successfull
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.5.90
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-16 18:03 UTC by g.roelant
Modified: 2016-12-25 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description g.roelant 2015-09-16 18:03:04 UTC
using ubuntu 14.02


Making all in playback
make[4]: Entering directory `/home/guy/gst-plugins-base/tests/icles/playback'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/guy/gst-plugins-base/tests/icles/playback'
make[4]: Entering directory `/home/guy/gst-plugins-base/tests/icles'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/guy/gst-plugins-base/tests/icles'
make[3]: Leaving directory `/home/guy/gst-plugins-base/tests/icles'
make[3]: Entering directory `/home/guy/gst-plugins-base/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/guy/gst-plugins-base/tests'
make[2]: Leaving directory `/home/guy/gst-plugins-base/tests'
Making all in docs
make[2]: Entering directory `/home/guy/gst-plugins-base/docs'
Making all in design
make[3]: Entering directory `/home/guy/gst-plugins-base/docs/design'
make[4]: Entering directory `/home/guy/gst-plugins-base/docs/design'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/guy/gst-plugins-base/docs/design'
make[3]: Leaving directory `/home/guy/gst-plugins-base/docs/design'
Making all in libs
make[3]: Entering directory `/home/guy/gst-plugins-base/docs/libs'
  DOC   Scanning header files
  DOC   Introspecting gobjects
/home/guy/gst-plugins-base/docs/libs/.libs/lt-gst-plugins-base-libs-scan: symbol lookup error: /home/guy/gst-plugins-base/gst-libs/gst/tag/.libs/libgsttag-1.0.so.0: undefined symbol: _gst_date_time_type
Scan failed: 
make[3]: *** [scan-build.stamp] Error 127
make[3]: Leaving directory `/home/guy/gst-plugins-base/docs/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/guy/gst-plugins-base/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/guy/gst-plugins-base'
make: *** [all] Error 2
guy@guy-GB-BXi5-5200:~/gst-plugins-base$

am i missing something?
Comment 1 Tim-Philipp Müller 2015-09-16 18:11:56 UTC
This is probably due to it picking up an (older) libgstreamer-1.0.so installed from packages instead of a (newer) libgstreamer-1.0.so which you installed into a custom prefix? Perhaps you need to set LD_LIBRARY_PATH to your custom prefix or run 'sudo ldconfig'?