Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953075 - media-libs/coin: [cmake-4] cmake_minimum_required(VERSION 2.8.12) in coin-config.cmake
Summary: media-libs/coin: [cmake-4] cmake_minimum_required(VERSION 2.8.12) in coin-con...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: cmake-4
  Show dependency tree
 
Reported: 2025-04-03 11:33 UTC by Paul Zander
Modified: 2025-04-03 11:33 UTC (History)
1 user (show)

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 Paul Zander 2025-04-03 11:33:09 UTC
Happens while building dev-python/pivy-0.6.8 with cmake-4.

CMake Deprecation Warning at /usr/lib64/cmake/Coin-4.0.3/coin-config.cmake:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
Call Stack (most recent call first):
  CMakeLists.txt:5 (find_package)

/usr/lib64/cmake/Coin-4.0.3/coin-config.cmake:1 cmake_minimum_required(VERSION 2.8.12)

The installed file is based on coin/src/coin-config.cmake.in which needs to be patched.