Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936146 - media-gfx/superslicer-2.5.59.10 fails to compile: BitmapCache.cpp:245:23: error: debug was not declared in this scope
Summary: media-gfx/superslicer-2.5.59.10 fails to compile: BitmapCache.cpp:245:23: err...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords: PATCH
: 938884 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-07-16 08:22 UTC by Agostino Sarubbo
Modified: 2024-09-05 13:11 UTC (History)
8 users (show)

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


Attachments
build.log.xz (build.log.xz,65.99 KB, application/x-xz)
2024-07-16 08:22 UTC, Agostino Sarubbo
Details
Patch to fix compilation issues (superslicer-2.5.59.10-fix-compile.patch,1.49 KB, patch)
2024-08-10 11:26 UTC, William Pettersson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-16 08:22:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/superslicer-2.5.59.10 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-16 08:22:02 UTC
Created attachment 897775 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-16 08:22:03 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find CURL (missing: CURL_DIR)
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/BitmapCache.cpp.o 
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/GLTexture.cpp.o 
/var/tmp/portage/media-gfx/superslicer-2.5.59.10/work/SuperSlicer-2.5.59.10/src/slic3r/GUI/BitmapCache.cpp:245:23: error: ‘debug’ was not declared in this scope
Comment 3 William Pettersson 2024-08-10 11:26:50 UTC
Created attachment 899757 [details, diff]
Patch to fix compilation issues

I've attached a patch that fixes compilation on my end at least. It's only changes to included headers in a few files. I'm not sure if the changes are needed due to new/different boost versions, or something else.
Comment 4 Robert G. Siebeck 2024-08-12 10:42:04 UTC
(In reply to William Pettersson from comment #3)
> Created attachment 899757 [details, diff] [details, diff]
> Patch to fix compilation issues
> 
> I've attached a patch that fixes compilation on my end at least. It's only
> changes to included headers in a few files. I'm not sure if the changes are
> needed due to new/different boost versions, or something else.

Works for me with boost-1.85.0-r1, thank you very much!
Comment 5 Mike Gilbert gentoo-dev 2024-09-01 17:06:38 UTC
*** Bug 938884 has been marked as a duplicate of this bug. ***