From: Bruno Haible Date: Mon, 2 Sep 2024 17:04:41 +0000 (+0200) Subject: platforms: Add a couple of comments. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e7f75ffc4f270a49b8b80bf36c57df85574c7c6e;p=gnulib%2Fmaint-tools.git platforms: Add a couple of comments. --- 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