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

Bug 94478

Summary: app-emulation/bochs - "debugger" use flag fixed, improved GUI plugins support
Product: Gentoo Linux Reporter: Austin Clements <amdragon+gentoo>
Component: New packagesAssignee: Luca Barbato <lu_zero>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated bochs-2.1.1 ebuild

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.