Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 957671 - dev-util/gtk-doc installs GtkDocScanGObjWrapper.cmake w/ cmake_minimum_required(VERSION 3.2), breaking revdeps w/ CMake4
Summary: dev-util/gtk-doc installs GtkDocScanGObjWrapper.cmake w/ cmake_minimum_requir...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: cmake-4 cmake-4-stable
  Show dependency tree
 
Reported: 2025-06-09 10:10 UTC by Andreas Sturmlechner
Modified: 2025-06-10 18:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2025-06-09 10:10:55 UTC
$ grep -C3 cmake_minimum /usr/lib64/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake
> 
> # This is needed for find_package(PkgConfig) to work correctly --
> # CMAKE_MINIMUM_REQUIRED_VERSION needs to be defined.
> cmake_minimum_required(VERSION 3.2)
> 
> if(NOT APPLE)
>     # We use pkg-config to find glib et al