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 783554 - gst-validate-rtsp-server fails to compile when cairo devel not present
gst-validate-rtsp-server fails to compile when cairo devel not present
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-08 16:26 UTC by U. Artie Eoff
Modified: 2017-06-08 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
validate: Do not link the rtsp server against validatevideo (1.54 KB, patch)
2017-06-08 16:32 UTC, Thibault Saunier
committed Details | Review

Description U. Artie Eoff 2017-06-08 16:26:42 UTC
If cairo development packages aren't available, then validate/gst-libs/gst/video (libgstvalidatevideo) does not get compiled (due to rule in validate/gst-libs/gst/Makefile.am).  However, gst-validate-rtsp-server depends on libgstvalidatevideo unconditionally.  This results in compilation failure:

make[2]: *** No rule to make target '../gst-libs/gst/video/libgstvalidatevideo-1.0.la', needed by 'gst-validate-rtsp-server-1.0'.  Stop.
make[2]: Leaving directory '/opt/media/build/gst-validate/validate/tools'
Makefile:713: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1

This case should be dealt with in autoconf or automake rules appropriately to avoid having the issue propagating into compilation steps.
Comment 1 Thibault Saunier 2017-06-08 16:32:08 UTC
Created attachment 353406 [details] [review]
validate: Do not link the rtsp server against validatevideo

It is not needed
Comment 2 Thibault Saunier 2017-06-08 16:35:15 UTC
Attachment 353406 [details] pushed as a43a619 - validate: Do not link the rtsp server against validatevideo