unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64393] Update opensbi to 1.3
@ 2023-07-01  0:55 Vagrant Cascadian
  2023-07-04 19:06 ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2023-07-01  0:55 UTC (permalink / raw)
  To: 64393; +Cc: ludo, efraim


[-- Attachment #1.1: Type: text/plain, Size: 1263 bytes --]

The attached patch updates opensbi to 1.3.

Everything that currently builds on master still builds, but neither xen
nor ganeti are currently building on master.

Rebuilding gnome (due to gnome-boxes) and in particular memtest86+ was
quite a surprise (still no idea what pulled that in)!

./pre-inst-env guix build --keep-going $(guix refresh --list-dependent opensbi-generic opensbi-qemu | sed -e 's,.*: ,,g' | tr ' ' '\n' | sed -e 's,@.*,,g' | grep -v -E '^xen|^ganeti' )
;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm
;;;       newer than compiled /home/vagrant/src/guix-workspace/gnu/packages/firmware.go
;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm
;;;       newer than compiled /gnu/store/b40icqh2jsb8iknq7cmv3izsppklmv9p-profile/lib/guile/3.0/site-ccache/gnu/packages/firmware.go
/gnu/store/dkbnwvmm5601pz5c2in5n5zk9qln6h82-gnome-42.4
/gnu/store/y77i374rfdhljks26hc5zqa24qxjizkl-genimage-15-1.ec44ae0
/gnu/store/0zpwiwd1826d94pkzzp241vxy00wy9pq-memtest86+-6.10
/gnu/store/4bbkfzgpnnj067jqvy5ny6w4ncm83yrr-virt-manager-4.1.0
/gnu/store/wlfblk03rr2pnvhg45dn70nc8xi14a4i-u-boot-sifive-unmatched-2022.10

But it is only 13 rebuilds in all, so should be ok for master.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-opensbi-Update-to-1.3.patch --]
[-- Type: text/x-diff, Size: 1309 bytes --]

From b9d0ec78d8df83fbad6dd8762b5ed3bc678e627f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Fri, 30 Jun 2023 16:19:16 -0700
Subject: [PATCH] gnu: opensbi: Update to 1.3.

* gnu/packages/firmware.scm (opensbi): Update to 1.3.
---
 gnu/packages/firmware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index c7ca81c35a..c3e877cfbf 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -489,7 +489,7 @@ (define-public openbios-qemu-ppc
 (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
   (package
     (name name)
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -498,7 +498,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
              (commit (string-append "v" version))))
        (file-name (git-file-name "opensbi" version))
        (sha256
-        (base32 "13k76ngmbs6xk8wm0vhc3fjs5w82g34wxs2zf4r27jd79m47xjb5"))))
+        (base32 "0shri9jlhi2g464l05vrkzr6v754m868rr4136kq2b86amypmg8f"))))
     (build-system gnu-build-system)
     (native-inputs
      (append

base-commit: 4b2a2161a5705a577dbc20497ffd94ac160de9f4
-- 
2.39.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#64393] Update opensbi to 1.3
  2023-07-01  0:55 [bug#64393] Update opensbi to 1.3 Vagrant Cascadian
@ 2023-07-04 19:06 ` Efraim Flashner
  2023-07-04 21:46   ` Vagrant Cascadian
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2023-07-04 19:06 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 64393, ludo

[-- Attachment #1: Type: text/plain, Size: 1695 bytes --]

On Fri, Jun 30, 2023 at 05:55:12PM -0700, Vagrant Cascadian wrote:
> The attached patch updates opensbi to 1.3.
> 
> Everything that currently builds on master still builds, but neither xen
> nor ganeti are currently building on master.
> 
> Rebuilding gnome (due to gnome-boxes) and in particular memtest86+ was
> quite a surprise (still no idea what pulled that in)!

Probably qemu, since we started building more of the files from source.

> ./pre-inst-env guix build --keep-going $(guix refresh --list-dependent opensbi-generic opensbi-qemu | sed -e 's,.*: ,,g' | tr ' ' '\n' | sed -e 's,@.*,,g' | grep -v -E '^xen|^ganeti' )
> ;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm
> ;;;       newer than compiled /home/vagrant/src/guix-workspace/gnu/packages/firmware.go
> ;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm
> ;;;       newer than compiled /gnu/store/b40icqh2jsb8iknq7cmv3izsppklmv9p-profile/lib/guile/3.0/site-ccache/gnu/packages/firmware.go
> /gnu/store/dkbnwvmm5601pz5c2in5n5zk9qln6h82-gnome-42.4
> /gnu/store/y77i374rfdhljks26hc5zqa24qxjizkl-genimage-15-1.ec44ae0
> /gnu/store/0zpwiwd1826d94pkzzp241vxy00wy9pq-memtest86+-6.10
> /gnu/store/4bbkfzgpnnj067jqvy5ny6w4ncm83yrr-virt-manager-4.1.0
> /gnu/store/wlfblk03rr2pnvhg45dn70nc8xi14a4i-u-boot-sifive-unmatched-2022.10
> 
> But it is only 13 rebuilds in all, so should be ok for master.
> 
> live well,
>   vagrant

LGTM!

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#64393] Update opensbi to 1.3
  2023-07-04 19:06 ` Efraim Flashner
@ 2023-07-04 21:46   ` Vagrant Cascadian
  2023-07-04 21:46     ` bug#64393: " Vagrant Cascadian
  0 siblings, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2023-07-04 21:46 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 64393, ludo

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

On 2023-07-04, Efraim Flashner wrote:
> On Fri, Jun 30, 2023 at 05:55:12PM -0700, Vagrant Cascadian wrote:
>> The attached patch updates opensbi to 1.3.
>> 
>> Everything that currently builds on master still builds, but neither xen
>> nor ganeti are currently building on master.
...
>> But it is only 13 rebuilds in all, so should be ok for master.
...
> LGTM!

Thanks, pushed as 9122736455a9085d51b71b269b7c26a695a474ef.

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#64393: Update opensbi to 1.3
  2023-07-04 21:46   ` Vagrant Cascadian
@ 2023-07-04 21:46     ` Vagrant Cascadian
  0 siblings, 0 replies; 4+ messages in thread
From: Vagrant Cascadian @ 2023-07-04 21:46 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 64393, ludo

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

On 2023-07-04, Efraim Flashner wrote:
> On Fri, Jun 30, 2023 at 05:55:12PM -0700, Vagrant Cascadian wrote:
>> The attached patch updates opensbi to 1.3.
>> 
>> Everything that currently builds on master still builds, but neither xen
>> nor ganeti are currently building on master.
...
>> But it is only 13 rebuilds in all, so should be ok for master.
...
> LGTM!

Thanks, pushed as 9122736455a9085d51b71b269b7c26a695a474ef.

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-05  3:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-01  0:55 [bug#64393] Update opensbi to 1.3 Vagrant Cascadian
2023-07-04 19:06 ` Efraim Flashner
2023-07-04 21:46   ` Vagrant Cascadian
2023-07-04 21:46     ` bug#64393: " Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).