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:
Created attachment 60177 [details] Updated bochs-2.1.1 ebuild
If you still have issues w/ 2.2.6, then attach a patch against that version. Thanks.