Skip to content
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: configure it via module system #342188

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

bochs: configure via module system

1842dc2
Select commit
Loading
Failed to load commit list.
Draft

bochs: configure it via module system #342188

bochs: configure via module system
1842dc2
Select commit
Loading
Failed to load commit list.
OfBorg / bochs, bochs.passthru.tests on x86_64-darwin completed Oct 9, 2024 in 0s

Unexpected error: command failed with exit code 1

Attempted: bochs

The following builds were skipped because they don't evaluate on x86_64-darwin: bochs.passthru.tests

Details

Partial log

       > clang++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES    -I/nix/store/j78jc02jwz10a7jsw3a11rmb69hipa80-SDL2-2.30.6-dev/include/SDL2 -I/nix/store/j78jc02jwz10a7jsw3a11rmb69hipa80-SDL2-2.30.6-dev/include/SDL2 -I/nix/store/j78jc02jwz10a7jsw3a11rmb69hipa80-SDL2-2.30.6-dev/include/SDL2 -D_THREAD_SAFE -I/nix/store/62rrirx92jkqhrc6g2qlyfmf4l414hai-wxwidgets-3.2.5/lib/wx/include/osx_cocoa-unicode-3.2 -I/nix/store/62rrirx92jkqhrc6g2qlyfmf4l414hai-wxwidgets-3.2.5/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  init.cc -o init.o
       > init.cc:752:11: error: aligned deallocation function of type 'void (void *, enum std::align_val_t) noexcept' is only available on macOS 10.13 or newer
       > BX_CPU_C::~BX_CPU_C()
       >           ^
       > init.cc:752:11: note: if you supply your own aligned allocation functions, use -faligned-allocation to silence this diagnostic
       > 1 error generated.
       > make[1]: *** [Makefile:153: init.o] Error 1
       > make[1]: Leaving directory '/private/tmp/nix-build-bochs-2.8.drv-0/bochs-2.8/cpu'
       > make: *** [Makefile:333: cpu/libcpu.a] Error 2
       For full logs, run 'nix log /nix/store/96ayzi7m9ifj7ln9msn9i6k3hrjc12qj-bochs-2.8.drv'.