From e7f75ffc4f270a49b8b80bf36c57df85574c7c6e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 2 Sep 2024 19:04:41 +0200 Subject: [PATCH] platforms: Add a couple of comments. --- platforms/environments/qemu/s390x-linux-opensuse.txt | 6 ++++-- platforms/environments/qemu/sparc64-freebsd12.txt | 4 ++++ platforms/environments/qemu/sparc64-netbsd10.txt | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/platforms/environments/qemu/s390x-linux-opensuse.txt b/platforms/environments/qemu/s390x-linux-opensuse.txt index 5e7bbc00..3e421436 100644 --- a/platforms/environments/qemu/s390x-linux-opensuse.txt +++ b/platforms/environments/qemu/s390x-linux-opensuse.txt @@ -8,8 +8,10 @@ https://www.kernel.org/doc/html/v6.6/admin-guide/kernel-parameters.html (QV) Choose a QEMU version -------------------------- -Use qemu-8.2.0-rc0 (to fix ). -% PATH=$HOME/inst-qemu/8.2.0-rc0/bin:$PATH +Use qemu-9.0.2. +(At least qemu-8.2.0-rc0 is needed, to fix , +but with qemu-9.0.2 it is more reliable.) +% PATH=$HOME/inst-qemu/9.0.2/bin:$PATH (DL) Download an installation CD-ROM or DVD image ------------------------------------------------- diff --git a/platforms/environments/qemu/sparc64-freebsd12.txt b/platforms/environments/qemu/sparc64-freebsd12.txt index c87f87d2..4b078598 100644 --- a/platforms/environments/qemu/sparc64-freebsd12.txt +++ b/platforms/environments/qemu/sparc64-freebsd12.txt @@ -157,3 +157,7 @@ checking if the system supports catching SIGSEGV... no checking if the system supports catching stack overflow... no GNU mpfr does not work: 117 test failures. + +There are disk driver problems: +(aprobe0:ata3:0:0:0): ATAPI_IDENTIFY. ACB: a1 00 00 00 00 40 00 00 00 00 00 00 +(aprobe0:ata3:0:0:0): CAM status: Command timeout diff --git a/platforms/environments/qemu/sparc64-netbsd10.txt b/platforms/environments/qemu/sparc64-netbsd10.txt index 4c9845c0..3b93eecf 100644 --- a/platforms/environments/qemu/sparc64-netbsd10.txt +++ b/platforms/environments/qemu/sparc64-netbsd10.txt @@ -150,3 +150,6 @@ The workaround is to compile these compilation units with -O0. gcc version 10.5.0 (nb3 20231008) miscompiles hypotl.c The workaround is to compile these compilation units with -O0. + +Likewise for some C++ compilation units. General workaround: +CFLAGS="-g"; CXXFLAGS="-g"; export CFLAGS CXXFLAGS -- 2.39.5