GNOME Bugzilla – Bug 784439
homebrew fails to build ttmp plugin: library not found for -lgstvideo-1.0
Last modified: 2017-07-03 09:15:29 UTC
Created attachment 354785 [details] brew build error As of the 7cac07f commit of https://github.com/Homebrew/homebrew-core/blob/master/Formula/gst-plugins-bad.rb, gst-plugins-bad fails to build on my Macbook Pro running Sierra 10.12.5. I'll attach a readout of the error I got.
The log doesn't contain the error, please attach all the output of the build step.
(In reply to Tim-Philipp Müller from comment #1) > The log doesn't contain the error, please attach all the output of the build > step. Sorry, this is the first bug report I've done. Looking at the brew help, it said to run brew install -vd for troubleshooting. So I did brew remove, then I reran with the -vd option. I then ran brew gist-logs gst-plugins-bad, and created the gist: https://gist.github.com/ff7027698c65aba2ed16678a37c2324e If that doesn't contain the error, maybe you could tell me exactly how to run the command to capture it. Thanks.
Thanks. The error is: ld: library not found for -lgstvideo-1.0 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [libgstttmlsubs.la] Error 1 Should be fixed by this commit in git master: commit 3dcfb3ce0e77c7eb53256834010782fa9464bf3e Author: Tim-Philipp Müller <tim@centricular.com> Date: Mon Jul 3 10:11:42 2017 +0100 ttml: fix linking to libgstvideo https://bugzilla.gnome.org/show_bug.cgi?id=784439 Will also pick into 1.12 branch.