GNU bug report logs - #66910
[PATCH] gnu: qemu: Update to 8.1.2

Previous Next

Package: guix-patches;

Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>

Date: Fri, 3 Nov 2023 10:08:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66910 in the body.
You can then email your comments to 66910 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66910; Package guix-patches. (Fri, 03 Nov 2023 10:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ekaitz Zarraga <ekaitz <at> elenq.tech>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 Nov 2023 10:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: qemu: Update to 8.1.2
Date: Fri, 03 Nov 2023 10:05:51 +0000
From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz <at> elenq.tech>
From: Ekaitz Zarraga <ekaitz <at> 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(-)

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 <at> protonmail.com>
 ;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
 ;;; Copyright © 2022 Oleg Pykhalov <go.wigust <at> gmail.com>
-;;; Copyright © 2022 Ekaitz Zarraga <ekaitz <at> elenq.tech>
+;;; Copyright © 2022, 2023 Ekaitz Zarraga <ekaitz <at> elenq.tech>
 ;;; Copyright © 2022 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last <at> 163.com>
 ;;; Copyright © 2023 Juliana Sims <juli <at> 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






Information forwarded to guix-patches <at> gnu.org:
bug#66910; Package guix-patches. (Thu, 23 Nov 2023 09:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 66910 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Cc: 66910 <at> debbugs.gnu.org
Subject: Re: [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2
Date: Thu, 23 Nov 2023 10:57:52 +0100
Hi Ekaitz,

Ekaitz Zarraga <ekaitz <at> elenq.tech> skribis:

>>From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
> Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz <at> elenq.tech>
> From: Ekaitz Zarraga <ekaitz <at> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#66910; Package guix-patches. (Thu, 23 Nov 2023 16:33:02 GMT) Full text and rfc822 format available.

Message #11 received at 66910 <at> debbugs.gnu.org (full text, mbox):

From: Ekaitz Zarraga <ekaitz <at> elenq.tech>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Christopher Baines <mail <at> cbaines.net>, 66910 <at> debbugs.gnu.org
Subject: Re: [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2
Date: Thu, 23 Nov 2023 17:32:20 +0100
On 11/23/23 10:57, Ludovic Courtès wrote:
> Hi Ekaitz,
> 
> Ekaitz Zarraga <ekaitz <at> elenq.tech> skribis:
> 
>> >From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
>> Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz <at> elenq.tech>
>> From: Ekaitz Zarraga <ekaitz <at> 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...

https://data.qa.guix.gnu.org/gnu/store/px3f6gzv418m5lgqmk1clswry2rksvsb-qemu-minimal-8.1.2.drv

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




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 19 Dec 2023 14:34:02 GMT) Full text and rfc822 format available.

Notification sent to Ekaitz Zarraga <ekaitz <at> elenq.tech>:
bug acknowledged by developer. (Tue, 19 Dec 2023 14:34:02 GMT) Full text and rfc822 format available.

Message #16 received at 66910-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Cc: 67871-done <at> debbugs.gnu.org, 66910-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: qemu: Update to 8.1.3.
Date: Tue, 19 Dec 2023 16:33:04 +0200
[Message part 1 (text/plain, inline)]
Patch pushed! Thanks.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.