Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18203
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Alastair Tse (RETIRED) <liquidx@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sridhar Dhanapalan <lists.sridhar@dhanapalan.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
wxPython-2.4.0.6-r1.ebuild An updated ebuild with the bugfix text/plain Sridhar Dhanapalan 2003-03-26 03:15 0000 3.01 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18203 depends on: Show dependency tree
Bug 18203 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-26 03:14 0000
Compiling wxGTK with GTK+2 support works fine. However, wxPython-2.4.0.6
doesn't
honour this properly, and when I try to emerge wxPython it asks for me to use
the gtk2 USE flag, even though I already am.

Reproducible: Always
Steps to Reproduce:
1. USE="gtk2" emerge wxGTK
2. USE="gtk2" emerge wxPython
Actual Results:  
emerge throws up an error asking to use the 'gtk2' USE flag when compiling
wxPython.

Expected Results:  
Since wxGTK is compiled with gtk2 support, wxPython should compile with no
problem.

This seems to be a bug in the ebuild [wxPython-2.4.0.6.ebuild]. On line 29 it
says

    if [ ! -f "/usr/bin/wxgtk2u-config" ]; then

However, the file /usr/bin/wxgtk2u-config doesn't exist. If I change that same
line to say

    if [ ! -f "/usr/bin/wxgtk2u-2.4-config" ]; then

the emerge works, and wxPython works without error, even with GTK+2.

------- Comment #1 From Sridhar Dhanapalan 2003-03-26 03:15:42 0000 -------
Created an attachment (id=9818) [details]
An updated ebuild with the bugfix

------- Comment #2 From Alastair Tse (RETIRED) 2003-03-26 06:49:27 0000 -------
thanks for the report. i've commited a fix to CVS.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug