[PATCH] gnu: qemu: Update to 8.1.2

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • Ekaitz Zarraga
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal
E
E
Ekaitz Zarraga wrote on 3 Nov 2023 11:05
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
WLaefHNEPUTAlCzEy_GiEyOxAfhgcCMrJSy97uKZDEVgVSVunn_z9NgnZRLLh34PXfkfwfnyZec-0XECU13vw1xsUF37E3vT7nzruK7l4aA=@elenq.tech
From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz@elenq.tech>
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 3 Nov 2023 11:03:38 +0100
Subject: [PATCH] gnu: qemu: Update to 8.1.2

* gnu/packages/virtualization.scm (qemu): Update to 8.1.2
---
gnu/packages/virtualization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index ea4601a5d0..58231e5689 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -25,7 +25,7 @@
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2022, 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
@@ -166,14 +166,14 @@ (define (qemu-patch commit file-name sha256-bv)
(define-public qemu
(package
(name "qemu")
- (version "8.1.1")
+ (version "8.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
- (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip"))
+ (base32 "11zhsin4xbx8q0iiqp8357m64gi5xdmc8ppzsaab8vjpcjkjc5al"))
(patches (search-patches "qemu-disable-some-qtests-tests.patch"
"qemu-fix-agent-paths.patch"))
(modules '((guix build utils)))

base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
--
2.41.0
L
L
Ludovic Courtès wrote on 23 Nov 2023 10:57
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 66910@debbugs.gnu.org)
877cm8g5b3.fsf@gnu.org
Hi Ekaitz,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

Toggle quote (8 lines)
>>From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
> Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz@elenq.tech>
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> Date: Fri, 3 Nov 2023 11:03:38 +0100
> Subject: [PATCH] gnu: qemu: Update to 8.1.2
>
> * gnu/packages/virtualization.scm (qemu): Update to 8.1.2

Build failures are reported at https://qa.guix.gnu.org/issue/66910.
Could you take a look?

(It might be non-deterministic.)

Thanks,
Ludo’.
E
E
Ekaitz Zarraga wrote on 23 Nov 2023 17:32
(name . Ludovic Courtès)(address . ludo@gnu.org)
d53cb7a8-6238-d804-550f-02f6292f39a2@elenq.tech
On 11/23/23 10:57, Ludovic Courtès wrote:
Toggle quote (20 lines)
> Hi Ekaitz,
>
> Ekaitz Zarraga <ekaitz@elenq.tech> skribis:
>
>> >From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
>> Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz@elenq.tech>
>> From: Ekaitz Zarraga <ekaitz@elenq.tech>
>> Date: Fri, 3 Nov 2023 11:03:38 +0100
>> Subject: [PATCH] gnu: qemu: Update to 8.1.2
>>
>> * gnu/packages/virtualization.scm (qemu): Update to 8.1.2
>
> Build failures are reported at <https://qa.guix.gnu.org/issue/66910>.
> Could you take a look?
>

>
> Thanks,
> Ludo’.

Saluton,

I did review this a little bit with Christopher, and we had weird
results. Sometimes they fail, sometimes they don't...


In my computer it worked, passed all the tests and so on, but can't
deliver this computer to the users. I need to use it for other things.

It seems like Qemu have been a pain in the ass with the tests even in
previous versions, so this is probably not introduced by the version bump.

What I do know though is the 8.1.1 version has some bug in the riscv
backend that was interfering with our bootstrapping work and that was
supposed to be fixed in 8.1.2.

We can also try with 8.1.3 and see if we have the same kind of build
issues, too.

How do you feel about it, Ludovic?

TL;DR

> (It might be non-deterministic.)

I think we are in this case here.

Best,
Ekaitz
E
E
Efraim Flashner wrote on 19 Dec 2023 15:33
Re: [PATCH] gnu: qemu: Update to 8.1.3.
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
ZYGpoNtW5-pX5Pjj@3900XT
Patch pushed! Thanks.

--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWBqaAACgkQQarn3Mo9
g1FtZQ//ajbNwWTv4e2lyKf+QwdYkQBnXyvrB5TZhLH0Wak+t7jOhvjka4wl9zpI
/MxuSBflLiAYIxnbY8XZcgYVQR68bQh7En+GdbeZXoPGGC5w94CSP+jJm/j/lbt+
d0pFOK/6J4fDEWfbZxYebqw1nAh3ZCxdrSd28YpbaBD1NoGjnZbi6JUkMv77bMU3
xi9NiSq7Urg/PeKYJ7XaKor5YRk8VwZS2v42oZ5Et80OcoET1PnLZ3AZ9Bm1kHyB
GONp9fonaRkdUbk1uRIOQ5qTgtE2dsluwdGXK0vZK8vRvMNzg05r9SMqS99lICXC
PTGivK76nnT1EMTtClKSumXAPOKbSalADIg3+F3ax1tJV4uPvUhndRy3qW0Md9bf
7ORg7DFsXPgmc/1xC30qyk7f/rRoQZJ2e4xrNhOBmtwYBrFKfDVA3PY+E351qOUI
z50Y/7o23NgYMFnbajb0I4BTBS2llK+ybA57geo+jQ2PQ0CSYuQOvNfKosG8DNox
UubCWgKUqDGy7B6dr737Omi2LzfPdlTF199LyQzpPKMtWJW9g6yxkM6yKyLHiAaR
P2+knqu3utn5T3BmBdXb52jSosLZbhCxA+KUhaaBflDJqEhAuQGliwZcRqW14qNT
xM1MVy6RyqvKTtkGImMFloImrs8stbZibKg1BTBnAmvvxXWWFH0=
=HjN6
-----END PGP SIGNATURE-----


Closed
?