Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94478 - app-emulation/bochs - "debugger" use flag fixed, improved GUI plugins support
Summary: app-emulation/bochs - "debugger" use flag fixed, improved GUI plugins support
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 03:26 UTC by Austin Clements
Modified: 2007-04-01 20:06 UTC (History)
0 users

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


Attachments
Updated bochs-2.1.1 ebuild (bochs-2.1.1.ebuild,2.39 KB, text/plain)
2005-05-30 03:27 UTC, Austin Clements
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Clements 2005-05-30 03:26:35 UTC
I needed the nogui option enabled, and, while I was at it, I made a number of
other changes to the Bochs-2.1.1 ebuild.  So they don't fall into the void, I'm
submitting them here.

* I fixed the "debugger" use flag.  Previously, the debugger had always been
enabled, regardless of this flag.  Also, parts of the ebuild were using
"bochs-debugger" as the name of the use flag.  Finally, the use flag also
enabled the X86 debugger, which is completely orthogonal to the Bochs debugger.
If there's interest, that should be another use flag, since it can slow down
Bochs and isn't useful for most people.
* I enabled the nogui display option, since there's no harm in doing so and it
comes in handy for some people.  The same should probably also be done for
--with-term, but I'll leave that up to you since I'm not sure which packages
that depends on (probably some form of curses)
* I made the dependency on X both explicit and optional.  Bochs should now build
without x11 support if the X use flag isn't present.

Reproducible: Always
Steps to Reproduce:
Comment 1 Austin Clements 2005-05-30 03:27:28 UTC
Created attachment 60177 [details]
Updated bochs-2.1.1 ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:06:02 UTC
If you still have issues w/ 2.2.6, then attach a patch against that version. Thanks.