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

Bug 662914

Summary: app-eselect/eselect-wxwidgets-20140423 does not work with a 17.1 profile
Product: Gentoo Linux Reporter: Rafael Kitover <rkitover>
Component: Current packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED DUPLICATE    
Severity: major CC: jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafael Kitover 2018-08-06 00:14:44 UTC
Even though I have wxGTK installed, eselect-wxwidgets does not detect it with a 17.1 profile:

$ eselect wxwidgets list
Available wxWidgets profiles:
  (none found)

As a result wx-config is broken and I cannot build any wxWidgets apps.
Comment 1 Rafael Kitover 2018-08-06 03:07:42 UTC
The fix seems to be changing:

WXCONFDIR="${EROOT}"/usr/lib/wx/config

to:

WXCONFDIR="${EROOT}"/usr/lib64/wx/config

at the top of /usr/share/eselect/modules/wxwidgets.eselect

I'd submit a patch but I couldn't figure out how to do it properly for multilib.
Comment 2 Mart Raudsepp gentoo-dev 2018-08-06 15:28:49 UTC
Patch is available in bug 552500

*** This bug has been marked as a duplicate of bug 552500 ***