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 748254 - Erros when performing "make -k check": fakesrc' element installed!
Erros when performing "make -k check": fakesrc' element installed!
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.4.5
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-21 15:07 UTC by yizhe.lee.cn
Modified: 2016-02-22 00:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This is the file in tests/examples/manual/test-suite.log (709 bytes, text/x-log)
2015-04-21 15:07 UTC, yizhe.lee.cn
Details

Description yizhe.lee.cn 2015-04-21 15:07:29 UTC
Created attachment 302078 [details]
This is the file in tests/examples/manual/test-suite.log

Hello,

I get 4 errors when performing "make -k check" after an installation of gstreamer-1.4.5.

There's the log file
Comment 1 Tim-Philipp Müller 2015-04-23 13:48:26 UTC
For what it's worth, 'make check' should work even before you installed gstreamer, it should use the elements and gstreamery library from the local build tree, not any installed ones.

> You don't have the 'fakesrc' element installed!

I suspect what's happening here is that the test environment (as set up in Makefile.am via TESTS_ENVIRONMENT) doesn't end up used, so then it doesn't find the plugins in the local tree.


This (the tests environment issue) appears to be related to the automake version used. We've been fixing this in the master branch, for what it's worth, perhaps you could try gstreamer from git to see if it's fixed there? (with automake >= 1.13)
Comment 2 Tim-Philipp Müller 2016-02-22 00:22:15 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment.
Thanks!