Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927842

Summary: media-gfx/prusaslicer-2.7.4 fails to compile: ld: libwx_gtk3u_core-3.2-gtk3.so: undefined reference to gdk_wayland_display_prefers_ssd
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 3D Printing Team <3dprint>
Status: CONFIRMED ---    
Severity: normal CC: fordfrog, negril.nx+gentoo, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-03-26 07:42:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/prusaslicer-2.7.2 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-03-26 07:42:22 UTC
CC'ing also the author of the commit (5a345e202892c9358921d7a70cd54624bf17e42c)
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-26 07:42:23 UTC
Created attachment 888586 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Agostino Sarubbo gentoo-dev 2024-03-26 07:42:24 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)
-- Could NOT find GLEW (missing: GLEW_DIR)
FAILED: src/prusa-slicer 
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so: undefined reference to `gdk_wayland_display_get_wl_display'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so: undefined reference to `gdk_wayland_display_prefers_ssd'
collect2: error: ld returned 1 exit status
Comment 4 Agostino Sarubbo gentoo-dev 2024-03-29 09:43:29 UTC
ci has reproduced this issue with version 2.7.3 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-04-05 12:40:55 UTC
ci has reproduced this issue with version 2.7.4 - Updating summary.
Comment 6 Miroslav Ć ulc gentoo-dev 2024-05-20 08:44:15 UTC
i didn't succeed in reproducing this. i recompiled wxGTK with the use flags from the log but it still contains both gdk_wayland_display_get_wl_display & gdk_wayland_display_prefers_ssd.