Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938884 - media-gfx/superslicer-2.5.59.10 src/slic3r/GUI/BitmapCache.cpp:245:23: error: ‘debug’ was not declared in this scope
Summary: media-gfx/superslicer-2.5.59.10 src/slic3r/GUI/BitmapCache.cpp:245:23: error:...
Status: RESOLVED DUPLICATE of bug 936146
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-01 12:46 UTC by pawel
Modified: 2024-09-01 17:06 UTC (History)
1 user (show)

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


Attachments
emerge --info '=media-gfx/superslicer-2.5.59.10::gentoo' (emerge-info.txt,8.30 KB, text/plain)
2024-09-01 12:46 UTC, pawel
Details
emerge -pqv '=media-gfx/superslicer-2.5.59.10::gentoo' (emerge-pqv.txt,62 bytes, text/plain)
2024-09-01 12:46 UTC, pawel
Details
build.log (build.log.gz,105.93 KB, application/gzip)
2024-09-01 12:48 UTC, pawel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pawel 2024-09-01 12:46:12 UTC
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?
Comment 1 pawel 2024-09-01 12:46:47 UTC
Created attachment 901860 [details]
emerge -pqv '=media-gfx/superslicer-2.5.59.10::gentoo'
Comment 2 pawel 2024-09-01 12:48:12 UTC
Created attachment 901861 [details]
build.log
Comment 3 Mike Gilbert gentoo-dev 2024-09-01 17:06:38 UTC

*** This bug has been marked as a duplicate of bug 936146 ***