Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912163 - sci-visualization/gnuplot-5.4.8 fails to compile: ld: libwx_gtk3u_core-3.2-gtk3.so: undefined reference to gdk_wayland_display_prefers_ssd
Summary: sci-visualization/gnuplot-5.4.8 fails to compile: ld: libwx_gtk3u_core-3.2-gt...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-12 07:31 UTC by Agostino Sarubbo
Modified: 2023-08-29 13:29 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,141.73 KB, text/plain)
2023-08-12 07:31 UTC, Agostino Sarubbo
Details

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

Issue: sci-visualization/gnuplot-5.4.7 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-12 07:31:28 UTC
Created attachment 867672 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-12 07:31:28 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/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 3 Ulrich Müller gentoo-dev 2023-08-12 15:47:07 UTC
Basically, it fails with this:

/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'
/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'

Not sure how to determine what libs x11-libs/wxGTK needs, since it doesn't seem to install a pkg-config file.

CCing wxGTK maintainers, please advise.
Comment 4 Agostino Sarubbo gentoo-dev 2023-08-29 13:29:12 UTC
ci has reproduced this issue with version 5.4.8 - Updating summary.