Changes between Initial Version and Version 1 of Ticket #70187, comment 3
- Timestamp:
- Jun 11, 2024, 8:42:22 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70187, comment 3
initial v1 1 1 I can't see it in my port tree? 2 2 3 sudo port search qemu 3 {{{ 4 sudo port search qemu 4 5 Password: 5 6 docker-machine-driver-qemu @20220617 (devel) … … 8 9 qemu @9.0.0 (emulators) 9 10 Emulator for various architectures 10 11 === 11 }}} 12 12 13 13 compiled my own 9.0.1 with those switches 14 14 15 ./configure --target-list=x86_64-softmmu --objcc="/opt/local/bin/clang-mp-16" --disable-cocoa --disable-virtfs 15 {{{ 16 ./configure --target-list=x86_64-softmmu --objcc="/opt/local/bin/clang-mp-16" --disable-cocoa --disable-virtfs 17 }}} 16 18 17 19 and it sadly also aborts in same place