from /usr/include/qt5/QtCore/QString:1, from src/algebra.hpp:50, from src/algebra.cpp:40: /usr/include/gsl/algorithm: In function void gsl::copy(gsl::span<ElementType, FirstExtent>, gsl::span<DestElementType, DestExtent>)’: /usr/include/gsl/algorithm:54:10: error: copy_n’ is not a member of std’; did you mean copy’? 54 | std::copy_n(src.data(), src.size(), dest.data()); | ^~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20220228-020016 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.1 * clang/llvm (if any): /usr/lib/llvm/13 13.0.1 Python 3.9.10 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby30 (with Rubygems) * Available Rust versions: [1] rust-1.59.0 * The following VMs are available for generation-2: 1) OpenJDK 11.0.14_p9 [openjdk-11] 2) OpenJDK 8.322_p06 [openjdk-8] *) Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11] 4) Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-8 [2] openjdk-11 [3] openjdk-bin-8 [4] openjdk-bin-11 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php7.4 [2] php8.0 [3] php8.1 * HEAD of ::gentoo commit 930b4ff741b104475d7ce0f05c9228d121f24f7e Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Mar 6 18:52:02 2022 +0000 2022-03-06 18:52:01 UTC emerge -qpvO media-gfx/mandelbulber [ebuild N ] media-gfx/mandelbulber-2.26-r1 USE="tiff -joystick -opencl -openexr -sndfile"
Created attachment 766443 [details] emerge-info.txt
Created attachment 766444 [details] emerge-history.txt.bz2
Created attachment 766445 [details] environment
Created attachment 766446 [details] etc.portage.tar.bz2
Created attachment 766447 [details] media-gfx:mandelbulber-2.26-r1:20220306-200023.log
Created attachment 766448 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9fd60f9f15ecd35f34415c3710c2dc5a46aa89 commit 0f9fd60f9f15ecd35f34415c3710c2dc5a46aa89 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-18 13:17:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-18 13:17:56 +0000 media-gfx/mandelbulber: add 2.28 Closes: https://bugs.gentoo.org/841179 Closes: https://bugs.gentoo.org/834692 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/mandelbulber/Manifest | 1 + media-gfx/mandelbulber/mandelbulber-2.28.ebuild | 82 +++++++++++++++++++++++++ 2 files changed, 83 insertions(+)
appeared recently at the tinderbox image 17.1_desktop_gnome_systemd-j4-20220712-120004
Created attachment 792182 [details] emerge-info.txt
Created attachment 792185 [details] emerge-history.txt.bz2
Created attachment 792188 [details] environment
Created attachment 792191 [details] etc.portage.tar.bz2
Created attachment 792194 [details] media-gfx:mandelbulber-2.28:20220718-190520.log
Created attachment 792197 [details] temp.tar.bz2
seems problem solved: # emerge media-gfx/mandelbulber -pvq [ebuild R ] media-gfx/mandelbulber-2.28-r1 USE="joystick opencl openexr sndfile tiff"
Its not fixed, still reproducible with sci-libs/gsl and dev-cpp/ms-gsl installed. Similar to https://bugs.gentoo.org/884625#c10 https://github.com/buddhi1980/mandelbulber2/blob/710c70081da246672410fd369dab1df5e5d27379/mandelbulber2/qmake/common.pri#L125 Qmake hardcodes the include, using cmake *may* be better like with calligra where the issue stemmed from a bad cmake find module. So use cmake and make sure the system cmake find module is used.
(In reply to Alfred Wingate from comment #16) > So use cmake and make sure the system cmake find module is used. Their cmakelist is still intended for qt5 Got to tweak it use qt6, would be sad maybe ms-gsl should install includes to other place like /usr/include/ms-gsl /usr/include/gsl seems taken by an old open source project