Bug 392720 - kamoso-18.03.80 cmake checks for gstvideo are silent and non-fatal (until later)
Summary: kamoso-18.03.80 cmake checks for gstvideo are silent and non-fatal (until later)
Status: RESOLVED NOT A BUG
Alias: None
Product: kamoso
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-04 13:43 UTC by Rex Dieter
Modified: 2018-04-04 16:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rex Dieter 2018-04-04 13:43:30 UTC
https://bugs.kde.org/show_bug.cgi?id=392245#c6

it's possible that missing build dependencies can pass the 'cmake' step, and only fail later due to missing libraries.  In this specific case for me, it was missing gstreamer-video-1.0
Comment 1 Aleix Pol 2018-04-04 16:02:21 UTC
I cannot reproduce, I get the following error message:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GSTREAMER_VIDEO_LIBRARY
    linked by target "gstkamosoqt5videosink" in directory /home/apol/devel/frameworks/kamoso/src/elements/gstqtvideosink
    linked by target "qtvideosink_autotest" in directory /home/apol/devel/frameworks/kamoso/src/elements/gstqtvideosink

-- Configuring incomplete, errors occurred!
See also "/home/apol/build-devel/frameworks/kamoso/CMakeFiles/CMakeOutput.log".
Comment 2 Rex Dieter 2018-04-04 16:57:37 UTC
Oh you're right, it did fail.  My bad, I guess my minor criticism was that it maybe wasn't clear enough what was missing (ie, missing gstreamer-video-1.0)

that said, that's probably a minor issue, and not worth a formal bug, my bad.