On 14/01/2023 23.47, Alexander von Gluck IV wrote:
January 13, 2023 7:30 AM, "Philippe Mathieu-Daudé" <phi...@linaro.org> wrote:

On 13/1/23 12:05, Philippe Mathieu-Daudé wrote:

Per https://www.haiku-os.org/guides/daily-tasks/updating-system we
can keep the box image in sync with its repo by using:
# pkgman add https://eu.hpkg.haiku-os.org/haiku/r1beta3/$(getarch)/current
I will try this:
-- >8 --
diff --git a/tests/vm/haiku.x86_64 b/tests/vm/haiku.x86_64
index 29668bc272..9cbb46cfc1 100755
--- a/tests/vm/haiku.x86_64
+++ b/tests/vm/haiku.x86_64
@@ -112,2 +112,4 @@ class HaikuVM(basevm.BaseVM):
# Install packages
+        self.ssh_root("pkgman add > 
https://eu.hpkg.haiku-os.org/haiku/r1beta3/x86_64/current";)
+        self.ssh_root("pkgman full-sync")
self.ssh_root("pkgman install -y %s" % " > ".join(self.requirements))
---

OS installed but is not usable...:

runtime_loader: /boot/system/lib/libncurses.so.6.3.0: Could not resolve symbol 
'__ctype_b_loc'
resolve symbol "__ctype_b_loc" returned: -2147478780
runtime_loader: /boot/system/lib/libncurses.so.6.3.0: Troubles relocating: 
Symbol not found
Connection to 127.0.0.1 closed.

Ok. I updated the vagrant image to the latest release.  r1beta2 is getting a 
bit too old, and
r1beta3 instances should really be upgraded to r1beta4.

https://app.vagrantup.com/haiku-os/boxes/r1beta4-x86_64

Let me know if this works for you.
Thank you very much, I gave it a try and it seems to work! I'll send a patch for QEMU's VM file to switch to the new image.

 Thomas


Reply via email to