From: Bruno Haible Date: Sun, 17 Mar 2024 11:32:58 +0000 (+0100) Subject: platforms: Add a couple of comments. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8b8a43c78e0e6c2f16c5edb3b9b5b8b8893c1d27;p=gnulib%2Fmaint-tools.git platforms: Add a couple of comments. --- diff --git a/platforms/environments/qemu/arm64-openbsd.txt b/platforms/environments/qemu/arm64-openbsd.txt index 5cd8baa1..eb88be6a 100644 --- a/platforms/environments/qemu/arm64-openbsd.txt +++ b/platforms/environments/qemu/arm64-openbsd.txt @@ -28,8 +28,6 @@ This is not needed in this case. % qemu-img create -f qcow2 openbsd74.qcow2 8G -This is not needed in this case; we have a disk image already. - (MA) Choose the machine arguments --------------------------------- @@ -185,5 +183,6 @@ Logout. # pkg_add gtar # pkg_add bash # pkg_add gmake +# pkg_add gdb # It installs a program named 'egdb', not 'gdb'. # pkg_add vim, pick no_x11 variant # pkg_add emacs, pick no_x11 variant diff --git a/platforms/environments/qemu/hppa-openbsd.txt b/platforms/environments/qemu/hppa-openbsd.txt index 98bdbc7f..9b6d1d25 100644 --- a/platforms/environments/qemu/hppa-openbsd.txt +++ b/platforms/environments/qemu/hppa-openbsd.txt @@ -156,3 +156,6 @@ Notes The VM is not 100% reliable: - Some gcc compilation commands crash with "internal compiler error" and succeed the next time. +- Multithreaded programs produce log messages like + "44020/69552 sp=707d4398 inside 78027000-78426fff: not MAP_STACK" + and then crash. diff --git a/platforms/environments/qemu/m68k-linux-debian12.txt b/platforms/environments/qemu/m68k-linux-debian12.txt index 8e23cc05..84ef2475 100644 --- a/platforms/environments/qemu/m68k-linux-debian12.txt +++ b/platforms/environments/qemu/m68k-linux-debian12.txt @@ -183,3 +183,9 @@ $ sudo bash # apt install emacs-nox emacs-el # apt install g++ # apt install expect dejagnu + + +Notes +----- + +Don't use 'vi', as it hangs. diff --git a/platforms/environments/qemu/sparc64-netbsd.txt b/platforms/environments/qemu/sparc64-netbsd.txt index 9fd0d7d6..3e0d6aa7 100644 --- a/platforms/environments/qemu/sparc64-netbsd.txt +++ b/platforms/environments/qemu/sparc64-netbsd.txt @@ -134,3 +134,10 @@ Logout. # pkg_add gmake # pkg_add vim # pkg_add emacs-nox11 + + +Notes +----- + +After 1 hour of execution time, sometimes the clock gets stuck in a 2-seconds +loop; then "sleep 1" never completes. diff --git a/platforms/environments/qemu/sparc64-openbsd.txt b/platforms/environments/qemu/sparc64-openbsd.txt index 9585bfb8..47ea4100 100644 --- a/platforms/environments/qemu/sparc64-openbsd.txt +++ b/platforms/environments/qemu/sparc64-openbsd.txt @@ -195,3 +195,10 @@ Logout. # pkg_add gmake # pkg_add vim, pick no_x11 variant # pkg_add emacs, pick no_x11 variant + + +Notes +----- + +Sometimes the clock gets stuck in a 42-seconds loop; then "sleep 1" never +completes.