qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/vm: Update haiku test vm to R1/Beta3
Date: Fri, 13 Jan 2023 12:05:01 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 14/12/22 11:47, Thomas Huth wrote:
On 16/02/2022 16.42, Alexander von Gluck IV wrote:
---
  tests/vm/haiku.x86_64 | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
[...]
@@ -48,8 +48,8 @@ class HaikuVM(basevm.BaseVM):
      name = "haiku"
      arch = "x86_64"
-    link = "https://app.vagrantup.com/haiku-os/boxes/r1beta2-x86_64/versions/20200702/providers/libvirt.box"; -    csum = "41c38b316e0cbdbc66b5dbaf3612b866700a4f35807cb1eb266a5bf83e9e68d5" +    link = "https://app.vagrantup.com/haiku-os/boxes/r1beta3-x86_64/versions/20220216/providers/libvirt.box"; +    csum = "e67d4aacbcc687013d5cc91990ddd86cc5d70a5d28432ae2691944f8ce5d5041"

  Hi Alexander!

The Haiku VM started again to fail, I'm getting these error messages now:

Encountered problems:
problem 1: nothing provides haiku>=r1~beta4_hrev56578_4-1 needed by glib2_devel-2.75.0-1
   solution 1:
     - do not install "providing devel:libglib_2.0"
problem 2: nothing provides haiku>=r1~beta4_hrev56578_31-1 needed by gettext-0.21.1-2
   solution 1:
     - do not install "providing devel:libintl"
problem 3: nothing provides haiku>=r1~beta4_hrev56578_31-1 needed by curl-7.85.0-2
   solution 1:
     - do not install "providing devel:libcurl"
problem 4: nothing provides haiku>=r1~beta4_hrev56578_31-1 needed by gnutls-3.7.8-1
   solution 1:
     - do not install "providing devel:libgnutls"
problem 5: nothing provides haiku>=r1~beta4_hrev56578_4-1 needed by glib2-2.75.0-1
   solution 1:
     - do not install "providing devel:libslirp"

Does it need an update to a newer version of Haiku?

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))
---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]