Created attachment 901859 [details] emerge --info '=media-gfx/superslicer-2.5.59.10::gentoo' Hi, While trying to compile media-gfx/superslicer-2.5.59.10 I ran into the following error: ``` * ERROR: media-gfx/superslicer-2.5.59.10::gentoo failed (compile phase): * ninja -v -j32 -l32 failed * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 2172: Called cmake_src_compile * environment, line 872: Called cmake_build * environment, line 839: Called eninja * environment, line 1321: Called die * The specific snippet of code: * "$@" || die -n "${*} failed" ``` I tried digging a bit through similar possible duplicates, but neither of the solutions worked. I have the most recent (as of writing) version of boost: ``` _ emerge -s dev-libs/boost [ Results for search key : dev-libs/boost ] Searching... * dev-libs/boost Latest version available: 1.85.0-r1 Latest version installed: 1.85.0-r1 Size of files: 121109 KiB Homepage: ??? Description: Boost Libraries for C++ License: Boost-1.0 [ Applications found : 1 ] ``` Plus, x11-libs/wxGTK with the webkit USE flag (since Prusa Slicer depends on it, I thought it might help), but it didn't work w/o it, too: ``` grep wxGTK /etc/portage/package.use/x11-libs x11-libs/wxGTK gstreamer webkit ``` Prusa Slicer compiles correctly, so there should be nothing fundamentally wrong about the environment: ``` emerge -s media-gfx/prusaslicer [ Results for search key : media-gfx/prusaslicer ] Searching... * media-gfx/prusaslicer Latest version available: 2.8.0 Latest version installed: 2.8.0 Size of files: 68171 KiB Homepage: ??? Description: A mesh slicer to generate G-code for fused-filament-fabrication (3D printers) License: AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT [ Applications found : 1 ] ``` Any hints how could I troubleshoot that further?
Created attachment 901860 [details] emerge -pqv '=media-gfx/superslicer-2.5.59.10::gentoo'
Created attachment 901861 [details] build.log
*** This bug has been marked as a duplicate of bug 936146 ***