Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130890 - app-emulation/bochs-2.2.6 ebuild (version bump)
Summary: app-emulation/bochs-2.2.6 ebuild (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-22 14:23 UTC by Marcus Furlong
Modified: 2007-05-12 01:47 UTC (History)
2 users (show)

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


Attachments
bochs-2.2.6 ebuild (bochs-2.2.6.ebuild,2.99 KB, text/plain)
2006-04-22 14:25 UTC, Marcus Furlong
Details
wxwidgets.eclass (wxwidgets.eclass,4.11 KB, text/plain)
2006-04-22 14:26 UTC, Marcus Furlong
Details
wxlib.eclass (wxlib.eclass,4.05 KB, text/plain)
2006-04-22 14:27 UTC, Marcus Furlong
Details
bochs-2.2.6.ebuild updated to use gtk2 (bochs-2.2.6.ebuild,3.05 KB, text/plain)
2006-04-23 00:02 UTC, Marcus Furlong
Details
patch from FC5 to fix wx GUI to use wxWindows unicode (bochs-wx26.patch,98.12 KB, patch)
2006-04-23 00:04 UTC, Marcus Furlong
Details | Diff
Few cases the FC5 patch missed (bochs-wx26-update.diff,1.45 KB, patch)
2006-04-23 00:04 UTC, Marcus Furlong
Details | Diff
bochs-2.2.6.ebuild with wx unicode fix (bochs-2.2.6.ebuild,3.07 KB, text/plain)
2006-06-08 13:10 UTC, Marcus Furlong
Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Marcus Furlong 2006-04-22 14:25:02 UTC
Created attachment 85215 [details]
bochs-2.2.6 ebuild
Comment 2 Marcus Furlong 2006-04-22 14:26:58 UTC
Created attachment 85216 [details]
wxwidgets.eclass

the version detection of ld spits out an error, this fixes it up
Comment 3 Marcus Furlong 2006-04-22 14:27:54 UTC
Created attachment 85217 [details]
wxlib.eclass

same error was in this one too
Comment 4 Marcus Furlong 2006-04-23 00:02:36 UTC
Created attachment 85241 [details]
bochs-2.2.6.ebuild updated to use gtk2

Need to run autoconf, otherwise gtk1 libs are used.
Patch from FC5 to fix the wx GUI to use wxWindows unicode correctly.
Patch for the few cases the FC5 one misses.
Comment 5 Marcus Furlong 2006-04-23 00:04:16 UTC
Created attachment 85242 [details, diff]
patch from FC5 to fix wx GUI to use wxWindows unicode
Comment 6 Marcus Furlong 2006-04-23 00:04:52 UTC
Created attachment 85243 [details, diff]
Few cases the FC5 patch missed
Comment 7 Luca Barbato gentoo-dev 2006-04-23 05:26:06 UTC
the eclass fixes should be discussed with the wxwindows team 
Comment 8 Mart Raudsepp gentoo-dev 2006-04-23 05:31:19 UTC
Ok, I think now I know what the eclass changes in bug #130899 are actually meant to do. I'll try to take a look at these in the near future (0-2 days).
Comment 9 Marcus Furlong 2006-06-01 16:31:45 UTC
any chance of getting this into portage? (even if it's hard masked)
Comment 10 Mart Raudsepp gentoo-dev 2006-06-02 01:23:02 UTC
wxwindows.eclass issues should be long resolved. I believe Flameeyes simply removed all kind of LDFLAGS filtering, whereas the filtering was causing the problem in certain cases. No filtering, no problems.
Comment 11 Marcus Furlong 2006-06-03 07:45:14 UTC
Closing bug
Comment 12 Marcus Furlong 2006-06-08 13:10:24 UTC
Created attachment 88715 [details]
bochs-2.2.6.ebuild with wx unicode fix

Reopening this bug, (or should I start a new one?)

Anyway I've added a unicode USE flag to the ebuild, otherwise the compile says

* Using /usr/lib/wx/config/gtk2-ansi-release-2.6

even if wxGTK was compiled with the unicode USE flag.

The new changes are minimal (3 lines) and the ebuild now uses the correct wxconfig:

 * Using /usr/lib/wx/config/gtk2-unicode-release-2.6
Comment 13 Marcus Furlong 2006-06-08 13:11:01 UTC
Reopening
Comment 14 Ryan Hill (RETIRED) gentoo-dev 2007-05-12 01:47:32 UTC
This was added ages ago.