Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896332 - sci-electronics/kicad-7.0.0-r1: "KICAD_USE_EGL can only be used when wxWidgets is compiled with the EGL canvas"
Summary: sci-electronics/kicad-7.0.0-r1: "KICAD_USE_EGL can only be used when wxWidget...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-24 18:28 UTC by benoit.dufour
Modified: 2023-02-26 20:41 UTC (History)
1 user (show)

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


Attachments
emerge build logs for kicad. (kicad_build_failure.txt,841.14 KB, text/plain)
2023-02-24 18:29 UTC, benoit.dufour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.dufour 2023-02-24 18:28:36 UTC
On my system sci-electronics/kicad-7.0.0-r1 refuses to emerge while sci-electronics/kicad-7.0.0 did emerge correctly.

See this line in the attached bug report.
kiglew.h:47:14: error: #error "KICAD_USE_EGL can only be used when wxWidgets is compiled with the EGL canvas"


Reproducible: Always

Steps to Reproduce:
1. emerge --ask sci-electronics/kicad
Actual Results:  
kicad-7.0.0-r1 fails to build.

Expected Results:  
kicad-7.0.0-r1 builds correctly like kicad-7.0.0.
Comment 1 benoit.dufour 2023-02-24 18:29:46 UTC
Created attachment 854418 [details]
emerge build logs for kicad.
Comment 2 benoit.dufour 2023-02-26 20:20:36 UTC
I finally solved the issue.
It was caused by the fact I was using wxGTK-3.2.2.1-r300::stefantalpalaru instead of wxGTK-3.2.2.1::gentoo.
I first tried to enable the 'egl' USE flag of wxGTK-3.2.2.1-r300::stefantalpalaru but it didn't solve the issue, so I finally masked this package and unmasked wxGTK-3.2.2.1::gentoo.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-26 20:41:47 UTC
Thanks for the update!