Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837548 - media-libs/mlt-7.4.0: Could NOT find Kwalify if USE=test enabled
Summary: media-libs/mlt-7.4.0: Could NOT find Kwalify if USE=test enabled
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-09 23:23 UTC by Yixun Lan
Modified: 2022-04-10 05:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,4.34 KB, text/plain)
2022-04-09 23:24 UTC, Yixun Lan
Details
CMakeOutput.log.xz (CMakeOutput.log.xz,3.39 KB, application/x-xz)
2022-04-09 23:25 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2022-04-09 23:23:33 UTC
-- Checking for module 'sdl2'
--   Found sdl2, version 2.0.20
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Kwalify (missing: Kwalify_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindKwalify.cmake:11 (find_package_handle_standard_args)
  CMakeLists.txt:160 (find_package)
Comment 1 Yixun Lan archtester gentoo-dev 2022-04-09 23:24:30 UTC
Created attachment 769706 [details]
build.log
Comment 2 Yixun Lan archtester gentoo-dev 2022-04-09 23:25:08 UTC
Created attachment 769709 [details]
CMakeOutput.log.xz
Comment 3 Andreas Sturmlechner gentoo-dev 2022-04-10 05:45:56 UTC
Not sure what you are doing but the ebuild has this:

# Needs unpackaged 'kwalify'
RESTRICT="test"

And as a result I can't reproduce it.