-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
bochs: 2.6.8 -> 2.6.9 #27278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bochs: 2.6.8 -> 2.6.9 #27278
Conversation
@AndersonTorres, thanks for your PR! By analyzing the history of the files in this pull request, we identified @globin, @aske and @vcunat to be potential reviewers. |
, wxSupport ? true, wxGTK ? null | ||
# A plethora of configurable options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not do this, its already possible to just override configureFlags
with overrideAttrs
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I will write a giant configureFlags!
"--enable-trace-linking" | ||
"--enable-configurable-msrs" | ||
"--enable-show-ips" | ||
"--enable-debugger" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get:
checking for repeated IO and mem copy speedups... yes
checking for gcc / MSVC nmake fast function calls optimization... no
checking for handlers chaining speedups... yes
checking for trace linking speedups support... yes
checking support for configurable MSR registers... yes
checking show IPS... yes
checking for use of .cpp as suffix... no
checking for Bochs internal debugger support... yes
checking for flex... not_found
checking for yacc... not_found
checking whether to generate parser / lexer files... no
checking for disassembler support... yes
checking enable Bochs internal debugger GUI... yes
checking for gdb stub enable... yes
configure: error: --enable-debugger and --enable-gdb-stub are mutually exclusive
builder for ‘/nix/store/155nqasd6hwck25maxdwl6dikc2i1cq9-bochs-2.6.9.drv’ failed with exit code 1
error: build of ‘/nix/store/155nqasd6hwck25maxdwl6dikc2i1cq9-bochs-2.6.9.drv’ failed
/run/current-system/sw/bin/nix-shell: failed to build all dependencies
The invocation of "nix-shell -p bochs" failed
$ git worktree prune
python3 review.py 27278 46.89s user 4.41s system 51% cpu 1:39.71 total
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, frak! The various options are conflicting. I will fix this.
Is this error a critical one?
|
@Mic92 |
A question: can I add a "dlxlinux demo" (or any other demo, for that matter) package? Normally, the precompiled Windows package for Bochs ships a small testing image with a simple Linux distro inside (dlxlinux), to use as demo/test. I think it would be cool to include a What do you think? |
Mhm. Shouldn't it be trivial to download the image on its own? Also the images seems to be pretty out-dated: https://sourceforge.net/projects/bochs/files/Disk%20Images/ |
Yes, the image is trivial indeed. |
Motivation for this change
Update
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)