]> Savannah Git Hosting - gnulib/maint-tools.git/commitdiff
platforms: Add a couple of comments.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Sep 2024 17:04:41 +0000 (19:04 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Sep 2024 17:04:41 +0000 (19:04 +0200)
platforms/environments/qemu/s390x-linux-opensuse.txt
platforms/environments/qemu/sparc64-freebsd12.txt
platforms/environments/qemu/sparc64-netbsd10.txt

index 5e7bbc00b1c018c07b188a8ab9725a48a0677792..3e421436cb5819b6fc0fb24f590d72d55f5d10a3 100644 (file)
@@ -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 <https://gitlab.com/qemu-project/qemu/-/issues/1865>).
-% 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 <https://gitlab.com/qemu-project/qemu/-/issues/1865>,
+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
 -------------------------------------------------
index c87f87d2c265f6d615abbc80b88f54a0f1531cc2..4b078598e16f6fd1e1c0c83fe564866958c8b82c 100644 (file)
@@ -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
index 4c9845c0758005e504601385a9a108bba27b10ef..3b93eecf85070d070838602d2d107198d0b4074b 100644 (file)
@@ -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