diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2831.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2831.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2831.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2831.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2831.toml deleted file mode 100644 index 4886db83..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2831.toml +++ /dev/null @@ -1,28 +0,0 @@ -id = 2831 -title = "unable to build on Sequoia 15.3" -state = "opened" -created_at = "2025-02-22T12:40:26.024Z" -closed_at = "n/a" -labels = ["Build System", "hostos: macOS"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2831" -host-os = "MacOS Sequoia" -host-arch = "ARM M1" -qemu-version = "latest github source b69801d" -guest-os = "n/a" -guest-arch = "n/a" -description = """""" -reproduce = """1. git clone https://gitlab.com/qemu-project/qemu.git -2. ../configure --target-list=riscv32-softmmu --enable-debug -3. make - -Error: -ld: multiple errors: archive member '/' not a mach-o file in '../qemu/build/subprojects/dtc/libfdt/libfdt.a'; archive member '/' not a mach-o file in '../qemu/build/libqemuutil.a'""" -additional = """I tried the more detailed "build for macos" instructions -./configure --cc=clang-7 --cxx=clang++-7 --host-cc=clang-7 \\ ---extra-cflags=-mavx2 \\ ---extra-cxxflags="-I/usr/local/opt/llvm/include" \\ ---extra-ldflags="-L/usr/local/opt/llvm/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" \\ ---target-list="<list of machines here>" - -but this didn't work for any version of clang I tried, giving me the error in all cases: -ERROR: C compiler "clang-xxx" either does not exist or does not work.""" |