Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942767 - sci-electronics/kicad-8.0.5: ImportError: /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so.0: undefined symbol: gdk_x11_window_foreign_new_for_display
Summary: sci-electronics/kicad-8.0.5: ImportError: /usr/lib64/libwx_gtk3u_core-3.2-gtk...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-02 16:00 UTC by yongxiang
Modified: 2024-11-03 15:39 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge.info,7.46 KB, text/plain)
2024-11-02 16:01 UTC, yongxiang
Details
build.log (build.log,12.83 KB, text/x-log)
2024-11-02 16:01 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2024-11-02 16:00:46 UTC
I tried switching to the default wayland environment, enabling X use for just the necessary packages, and then starting empty tree compilation.
The error is:

-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.12/site-packages/wx/__init__.py", line 17, in <module>
    from wx.core import *
  File "/usr/lib/python3.12/site-packages/wx/core.py", line 12, in <module>
    from ._core import *
ImportError: /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so.0: undefined symbol: gdk_x11_window_foreign_new_for_display
CMake Error at cmake/FindwxPython.cmake:56 (message):
  wxPython/Phoenix does not appear to be installed on the system
Call Stack (most recent call first):
  CMakeLists.txt:944 (find_package)


Reproducible: Always
Comment 1 yongxiang 2024-11-02 16:01:02 UTC
Created attachment 907696 [details]
emerge --info
Comment 2 yongxiang 2024-11-02 16:01:20 UTC
Created attachment 907697 [details]
build.log