GNU bug report logs - #73811
[guix-artwork PATCH] website: images: Add VisionFive2 latest barebones image.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Tue, 15 Oct 2024 01:52:02 UTC

Severity: normal

Tags: patch

Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

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 73811 in the body.
You can then email your comments to 73811 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#73811; Package guix-patches. (Tue, 15 Oct 2024 01:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 15 Oct 2024 01:52:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [guix-artwork PATCH] website: images: Add VisionFive2 latest
 barebones image.
Date: Tue, 15 Oct 2024 09:50:14 +0800
[0001-website-images-Add-VisionFive2-latest-barebones-imag.patch (text/x-patch, inline)]
From 2534e613b4bfe4c86d505571c6f4221b06f255fd Mon Sep 17 00:00:00 2001
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Tue, 15 Oct 2024 09:46:33 +0800
Subject: [guix-artwork PATCH] website: images: Add VisionFive2 latest
 barebones image.

* website/apps/download/templates/download-latest.scm (images): Add VisionFive2 latest barebones image.
---
 website/apps/download/templates/download-latest.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/website/apps/download/templates/download-latest.scm b/website/apps/download/templates/download-latest.scm
index 87e3cfa..910846e 100644
--- a/website/apps/download/templates/download-latest.scm
+++ b/website/apps/download/templates/download-latest.scm
@@ -101,6 +101,15 @@
          images-spec
          (list "raw")
          (list default-system)
+         "image")
+        (make-image
+         (C_ "download page title" "GNU Guix System on Linux for VisionFive2")
+         (G_ "Guix System on Linux barebones bootable raw image for VisionFive2.")
+         (guix-url "static/base/img/GuixSD-package.png")
+         "visionfive2-barebones-raw-image"
+         images-spec
+         (list "raw")
+         (list default-system)
          "image")))
 
 (define (image-download image)
-- 
2.46.0

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#73811; Package guix-patches. (Thu, 17 Oct 2024 14:09:01 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 73811 <at> debbugs.gnu.org
Subject: Re: [bug#73811] [guix-artwork PATCH] website: images: Add
 VisionFive2 latest barebones image.
Date: Thu, 17 Oct 2024 16:08:13 +0200
Hello Zheng.  Your patch adds to the download-latest page a good-looking
link towards

https://ci.guix.gnu.org/search/latest/image?query=spec:images+status:success+system:x86_64-linux+visionfive2-barebones-raw-image

similar to the existing Pinebook Pro link.

However, CI fails to build images at the moment with errors at glibc.

I guess it is too soon and this patch should wait until downloads can
succeed.  Although Pinebook Pro has a broken link as well.

That you used an image of a computer screen is ironic, because HDMI
support has not arrived in upstream Linux last time I checked and
according to [1], but this is not important IMHO.

Regards,
Florian

[1] https://wiki.postmarketos.org/wiki/StarFive_VisionFive_2_(starfive-visionfive2)




Information forwarded to guix-patches <at> gnu.org:
bug#73811; Package guix-patches. (Thu, 17 Oct 2024 14:36:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: 73811 <at> debbugs.gnu.org
Subject: Re: [bug#73811] [guix-artwork PATCH] website: images: Add
 VisionFive2 latest barebones image.
Date: Thu, 17 Oct 2024 22:34:54 +0800
[Message part 1 (text/plain, inline)]
"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:

> Hello Zheng.  Your patch adds to the download-latest page a good-looking
> link towards
>
> https://ci.guix.gnu.org/search/latest/image?query=spec:images+status:success+system:x86_64-linux+visionfive2-barebones-raw-image
>
> similar to the existing Pinebook Pro link.
>
> However, CI fails to build images at the moment with errors at glibc.

This is fixed on https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7749477876247199b0726d8dc6e93991a0c0c0f2

just need restart ci's cuirass. images jobs latest eval is "13 Oct 15:28 +0200".

>
> I guess it is too soon and this patch should wait until downloads can
> succeed.  Although Pinebook Pro has a broken link as well.
>
> That you used an image of a computer screen is ironic, because HDMI
> support has not arrived in upstream Linux last time I checked and
> according to [1], but this is not important IMHO.

or maybe Guix-package.png ? I don't have any good ideas

>
> Regards,
> Florian
>
> [1] https://wiki.postmarketos.org/wiki/StarFive_VisionFive_2_(starfive-visionfive2)
[signature.asc (application/pgp-signature, inline)]

Reply sent to "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>:
You have taken responsibility. (Thu, 24 Oct 2024 10:43:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Thu, 24 Oct 2024 10:43:02 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: 73811-done <at> debbugs.gnu.org
Subject: Re: [bug#73811] [guix-artwork PATCH] website: images: Add
 VisionFive2 latest barebones image.
Date: Thu, 24 Oct 2024 12:42:09 +0200
Pushed as 3997596f5d46957d44b5fd63afc753f11536b7c3,
accidentally with too wide a commit message.

I will soon send a patch to use a photograph of Visionfive 2 as the
image.

Z572 <zhengjunjie <at> iscas.ac.cn> writes:
> just need restart ci's cuirass. images jobs latest eval is "13 Oct 15:28 +0200".

Someone did, the image downloads and boots fine now.

Regards,
Florian




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

This bug report was last modified 261 days ago.

Previous Next


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