GNOME Bugzilla – Bug 748254
Erros when performing "make -k check": fakesrc' element installed!
Last modified: 2016-02-22 00:22:15 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
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)
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!