bug#58316: 5.19.12 kernel causes issues with Intel laptops

2022-10-05 Thread Declan Rixon
Hi all, I ran guix pull and system reconfigure today, updating my kernel to 5.19.12. On rebooting I was unable to get much past the bootloader before the screen started flashing. Aparrently there's a regression in 5.19.12 that couses this issue in some intel laptops. Because guix is guix I just

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Dr. Arne Babenhauserheide
Liliana Marie Prikler writes: > Am Mittwoch, dem 05.10.2022 um 10:25 +0200 schrieb Dr. Arne > Babenhauserheide: >> +(define-public gst-plugins-base-gl >> + (package (inherit gst-plugins-base) >> +(name "gst-plugins-base-gl") > Is there a cycle between gst-plugins-base and mesa otherwise?

bug#58321: make issues.guix.gnu.org a little easier in the desktop

2022-10-05 Thread jbranso--- via Bug reports for GNU Guix
October 5, 2022 5:12 PM, "jbranso--- via Bug reports for GNU Guix" wrote: > This is a minor wishlist for a desktop guix's issues. Whoops, sent the email before I had finished the email... Consider https://issues.guix.gnu.org/24937#10 Ludo's message is at the top of the webpage. It might be

bug#58321: make issues.guix.gnu.org a little easier in the desktop

2022-10-05 Thread jbranso--- via Bug reports for GNU Guix
This is a minor wishlist for a desktop guix's issues.

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-05 Thread Ludovic Courtès
Hello! On AMD EPYC processors, as found on the build nodes of ci.guix.gnu.org, childhurd VMs fail to boot when running with ‘qemu-system-i386 -enable-kvm’ (the kvm-amd Linux kernel module is used), with the Hurd startup process hanging before /hurd/exec has been started: --8<---cut

bug#58309: [BUG Report] found a bug? followup

2022-10-05 Thread Frank Pursel
Performed another 'guix pull' to receive one more change which led to the additional reporting: guile-ssh-0.15.1-debug 238KiB 227.0MiB/s 00:00 [##] 100.0% Backtrace:: 15 (primitive-load "/gnu/store/k76q0ikk8a7769b0d2b9y3jj2mpaywh0-compute-guix-derivation") In

bug#58309: [BUG Report] found a bug?

2022-10-05 Thread Frank Pursel
Dutifully reporting the output from today's 'guix pull': gnutls-3.7.2-doc 1.0MiB 659KiB/s 00:01 [### ] 84.1-Backtrace: 18 (primitive-load "/gnu/store/8b0z5hm1kxha84g367yfshxjf1q4kka2-compute-guix-derivation") In ice-9/eval.scm: 155:9 17 (_ _) 159:9 16 (_

bug#58308: guix import -r swallows errors

2022-10-05 Thread Ricardo Wurmus
Consider this: $ ./pre-inst-env guix import elpa -r syslog $ echo $? 0 And now this: $ ./pre-inst-env guix import elpa syslog guix import: error: failed to download package 'syslog' $ echo $? 1 The recursive importer swallows the error. -- Ricardo

bug#58149: guix pull error

2022-10-05 Thread zimoun
Hi Matthieu, On Wed, 5 Oct 2022 at 12:48, Matthieu Haefele wrote: > >sudo -i guix package -r guix -i \ > > /gnu/store/n8vdar2f60mvq62g7mngpqwykbm9rw1q-guix-1.2.0rc2-1.0d4b1af > > I am getting an error when trying to remove the guix package as it is not > part of the profile, so I just

bug#58149: guix pull error

2022-10-05 Thread Matthieu Haefele
Le 05/10/2022 à 17:02, zimoun a écrit : Hi Matthieu, On Wed, 5 Oct 2022 at 12:48, Matthieu Haefele wrote: sudo -i guix package -r guix -i \ /gnu/store/n8vdar2f60mvq62g7mngpqwykbm9rw1q-guix-1.2.0rc2-1.0d4b1af I am getting an error when trying to remove the guix package as it is

bug#58149: guix pull error

2022-10-05 Thread Matthieu Haefele
Sorry I overlooked your last answer Le 05/10/2022 à 11:34, Ludovic Courtès a écrit : collect2: error: ld returned 1 exit status make[2]: *** [../../gcc-5.5.0/gcc/c/Make-lang.in:71: cc1] Error 1 I don’t see an error message in the snippet you pasted. Could it be OOM, or was there a clue in

bug#58203: Cuirass fails to respect (target-x86-32?) in some circumstances

2022-10-05 Thread Ludovic Courtès
Hi Marius, (Cc: Mathieu for the search box issue below.) Marius Bakke skribis: > Ludovic Courtès skriver: [...] >> The good news is that with today’s ‘staging’, everything’s fine: > > Not quite: > > https://ci.guix.gnu.org/search?query=system%3Ai686-linux+imath > > Imath has no

bug#58149: guix pull error

2022-10-05 Thread Matthieu Haefele
Hi Ludo, Still lzip missing... Sorry for bothering so much... Le 05/10/2022 à 11:34, Ludovic Courtès a écrit : Hi Matthieu, I figured there’s an easier option: guix build \ /gnu/store/n8vdar2f60mvq62g7mngpqwykbm9rw1q-guix-1.2.0rc2-1.0d4b1af ok, it goes throug with substitution.

bug#58149: guix pull error

2022-10-05 Thread Matthieu Haefele
It looks like it is not installing what has been built just before and thus try to install it with substitute that are compressed with lzip, right ? Le 05/10/2022 à 12:47, Matthieu Haefele a écrit : Hi Ludo, Still lzip missing... Sorry for bothering so much... Le 05/10/2022 à 11:34, Ludovic

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Liliana Marie Prikler
Am Mittwoch, dem 05.10.2022 um 10:25 +0200 schrieb Dr. Arne Babenhauserheide: > +(define-public gst-plugins-base-gl > + (package (inherit gst-plugins-base) > +(name "gst-plugins-base-gl") Is there a cycle between gst-plugins-base and mesa otherwise? If not, we could merge them on staging. >

bug#58149: guix pull error

2022-10-05 Thread Ludovic Courtès
Hi Matthieu, I figured there’s an easier option: guix build \ /gnu/store/n8vdar2f60mvq62g7mngpqwykbm9rw1q-guix-1.2.0rc2-1.0d4b1af sudo -i guix package -r guix -i \ /gnu/store/n8vdar2f60mvq62g7mngpqwykbm9rw1q-guix-1.2.0rc2-1.0d4b1af This will install Guix 1.2 in root’s profile (with

bug#58198: topological-sort does not sort topologically in case of diamonds

2022-10-05 Thread Maxime Devos
Currently trying out https://srfi.schemers.org/srfi-234/srfi-234.html, let's see how that works out. Greetings, Maixme. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Dr. Arne Babenhauserheide
Hi, the following patch adds a base gstreamer plugins package with opengl support: From 515535c638bd079839882a7a3c2fcf89defee984 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 24 Nov 2021 01:58:32 +0100 Subject: [PATCH] gnu: gst-plugins-base-gl: add package version that