Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 138940
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo wxWidgets Herd <wxwidgets@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ryan Hill <dirtyepic@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 138940 depends on: Show dependency tree
Bug 138940 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: 2006-07-02 18:45 0000
wxwidgets.eclass gives the user some confusing advice if need-wxwidgets fails.

        case $1 in
            wxgtk)   echo "!!! You need to emerge wxGTK with wxgtk1 in your
USE";;
            wxgtkd)  echo "!!! You need to emerge wxGTK with wxgtk1 in your
USE";;
            gtk-ansi)  echo "!!! You need to emerge wxGTK with wxgtk1 in your
USE";;
            gtkd-ansi) echo "!!! You need to emerge wxGTK with wxgtk1 in your
USE";;

            wxgtk2)  echo "!!! You need to emerge wxGTK with gtk2 in your
USE";;
            wxgtk2d) echo "!!! You need to emerge wxGTK with gtk2 in your
USE";;
            gtk2-ansi)  echo "!!! You need to emerge wxGTK with gtk2 in your
USE";;
            gtk2d-ansi) echo "!!! You need to emerge wxGTK with gtk2 in your
USE";;


the arguments that don't start with "wx" correspond with wxGTK-2.6, which as of
ver 2.6.2 doesn't have gtk2 or wxgtk1 USE flags.  all archs except arm
currently have at least 2.6.2-r1 stable.

------- Comment #1 From Jakub Moc (RETIRED) 2006-09-07 14:51:19 0000 -------
*** Bug 146756 has been marked as a duplicate of this bug. ***

------- Comment #2 From Jakub Moc (RETIRED) 2006-09-07 14:52:47 0000 -------
This still spits out confusing messages about non-existant use flags, please
fix this.

------- Comment #3 From Mart Raudsepp 2006-09-07 15:55:31 0000 -------
*** Bug 146756 has been marked as a duplicate of this bug. ***

------- Comment #4 From Ryan Hill 2007-01-02 00:10:50 0000 -------
Fixed, for now.  If any ebuilds are doing something stupid like requesting
GTK-1 support with WX_GTK_VER=2.6 they'll get this message:

!!! GTK-1 support is not available in wxGTK-2.6.
!!! Please search bugzilla for this package and file a new bug if one is not
already present.

But that shouldn't happen since they wouldn't have been able to build anyways.

Everything else should give the appropriate action they need to take.

We really need to rewrite this eclass.

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