[Bug 783554] New: gst-validate-rtsp-server fails to compile when cairo devel not present

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 8 16:26:42 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783554

            Bug ID: 783554
           Summary: gst-validate-rtsp-server fails to compile when cairo
                    devel not present
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-devtools
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ullysses.a.eoff at intel.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list