Attempting to compile: [ebuild R ] sci-visualization/paraview-5.13.0::gentoo USE="openmp plugins qt6 sqlite webengine -boost -cg -doc -examples -ffmpeg -mpi -nvcontrol -offscreen -python -test -tk" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12" 0 KiB on a ~AMD64 system with GCC 14 I get a linker error: /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognized option '-Wl' /usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: use the --help option for usage information collect2: error: ld returned 1 exit status Full build log attached. Reproducible: Always
Created attachment 915897 [details] Build log
This patch fixes it for me. https://gitlab.kitware.com/paraview/paraview/-/commit/f1543ffcb1db1832d00c0fe8d183c1b63af96827?merge_request_iid=7135
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4529712f818d81801aecb36e0b04af6d0830d51 commit d4529712f818d81801aecb36e0b04af6d0830d51 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2025-01-07 04:27:13 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2025-01-07 04:28:06 +0000 sci-visualization/paraview: fix compilation with CMake 3.31 onwards Closes: https://bugs.gentoo.org/947535 Signed-off-by: Matthias Maier <tamiko@gentoo.org> .../files/paraview-5.13.0-cmake-3.31-compat.patch | 15 +++++++++++++++ sci-visualization/paraview/paraview-5.13.0.ebuild | 3 ++- sci-visualization/paraview/paraview-5.13.1.ebuild | 1 + 3 files changed, 18 insertions(+), 1 deletion(-)