Date: Mon, 23 Dec 2024 23:05:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283489] emulators/flycast: unbreak build after graphics/glslang 15.1.0_1 update Message-ID: <bug-283489-7788-jr70yFtrCd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283489-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-283489-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283489 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D8de81f83be09343d77ac5ee84ab8641= cd72a244d commit 8de81f83be09343d77ac5ee84ab8641cd72a244d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-23 21:05:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-23 23:03:09 +0000 graphics/glslang: track static library dependency after cbf133ac4b4a $ cat CMakeLists.txt cmake_minimum_required(VERSION 3.10) project(foo) find_package(glslang REQUIRED) $ cmake . [...] CMake Error at /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): By not providing "FindSPIRV-Tools-opt.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided= by "SPIRV-Tools-opt", but CMake did not find one. Could not find a package configuration file provided by "SPIRV-Tools-= opt" with any of the following names: SPIRV-Tools-optConfig.cmake spirv-tools-opt-config.cmake Add the installation prefix of "SPIRV-Tools-opt" to CMAKE_PREFIX_PATH= or set "SPIRV-Tools-opt_DIR" to a directory containing one of the above files. If "SPIRV-Tools-opt" provides a separate development package or SDK, = be sure it has been installed. Call Stack (most recent call first): /usr/local/lib/cmake/glslang/glslang-config.cmake:28 (find_dependency) CMakeLists.txt:3 (find_package) https://github.com/KhronosGroup/glslang/commit/82e0d00b32d2 PR: 283489 Reported by: Stefan Schlosser graphics/glslang/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283489-7788-jr70yFtrCd>