Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 957570 - app-i18n/libime-1.1.10 - QA Notice: Compatibility with CMake < 3.5 has been removed from CMake 4,
Summary: app-i18n/libime-1.1.10 - QA Notice: Compatibility with CMake < 3.5 has been r...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: yongxiang
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: cmake-4
  Show dependency tree
 
Reported: 2025-06-08 07:17 UTC by Toralf Förster
Modified: 2025-06-17 03:12 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,21.64 KB, text/plain)
2025-06-08 07:17 UTC, Toralf Förster
Details
app-i18n:libime-1.1.10:20250608-054203.log (app-i18n:libime-1.1.10:20250608-054203.log,373 bytes, text/plain)
2025-06-08 07:17 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,66.87 KB, application/x-xz)
2025-06-08 07:17 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.63 KB, application/x-xz)
2025-06-08 07:17 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,34.37 KB, application/x-xz)
2025-06-08 07:17 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,75.36 KB, application/x-xz)
2025-06-08 07:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2025-06-08 07:17:43 UTC
QA Notice: Compatibility with CMake < 3.5 has been removed from CMake 4,
app-i18n/libime will fail to build w/o a fix.
See also tracker bug #951350; check existing bug or file a new one for
this package, and take it upstream.
QA Notice: CMake 4 detected; building with -DCMAKE_POLICY_VERSION_MINIMUM=3.5
This is merely a workaround and *not* a permanent fix.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20250602-160530

  The build log matches a QA pattern or sth. else requested by a dev.

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2025-06-08 07:17:44 UTC
Created attachment 931936 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-06-08 07:17:45 UTC
Created attachment 931937 [details]
app-i18n:libime-1.1.10:20250608-054203.log
Comment 3 Toralf Förster gentoo-dev 2025-06-08 07:17:47 UTC
Created attachment 931938 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2025-06-08 07:17:48 UTC
Created attachment 931939 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-06-08 07:17:49 UTC
Created attachment 931940 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-06-08 07:17:50 UTC
Created attachment 931941 [details]
qlist-info.txt.xz
Comment 7 yongxiang 2025-06-15 16:37:17 UTC
The CMake 4 deprecation warnings we see for libime are reported by Gentoo’s QA checks scanning the bundled kenlm sub-module, specifically the unused file kenlm/CMakeLists.txt. libime uses kenlm’s source code directly, but it does not use kenlm’s own CMakeLists.txt, so that file is never processed during configure or build.