bug#62177: [PATCH] [WIP] update node to version 16

2023-03-14 Thread Jelle Licht
Hi Dr. Arne, "Dr. Arne Babenhauserheide" writes: > Hi, > > > this is an initial stab at getting node to version 16. [snip] Issue 59188 (https://issues.guix.gnu.org/59188) already updates node to the 18.X LTS series. Would that version also work for you, or do you have a specific need for the

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-14 Thread Simon Tournier
Hi Jonas, On Mon, 13 Mar 2023 at 20:59, Jonas Møller via Bug reports for GNU Guix wrote: >> Well, the issue when exporting ’rust-1.65’ is that it would possible >> incompatible with the Rust packages provided by Guix and compiled with >> ’rust’ (1.60). > > Rust has very strong stability

bug#62181: [PATCH 2/2] gnu: guile-gnutls: Do not expect gnulib shebangs to work.

2023-03-14 Thread Vivien Kraus via Bug reports for GNU Guix
* gnu/packages/tls.scm (guile-gnutls) [phase patch-more-shebangs]: Fix how autogen.sh invokes gnulib-tool, and how configure.ac invokes git-version-gen, so as not to rely on shebangs. --- gnu/packages/tls.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/tls.scm

bug#50092: The 'sqlparse<0.4.0, >=0.3.0' distribution was not found and is required by mycli

2023-03-14 Thread Rostislav Svoboda
Hello Michael, the bug doesn't come up anymore. Thanks. Chers Bost

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-14 Thread Jonas Møller via Bug reports for GNU Guix
I think it's fine for Guix to use a specific version of Rust internally, and to be conservative about updating that. But Guix becomes unsuitable for anyone developing software in Rust, if this technical detail in the package manager means that they can't use newer versions of the toolchain. I

bug#62181: [PATCH 1/2] gnu: gnulib: Reset the shebangs.

2023-03-14 Thread Vivien Kraus via Bug reports for GNU Guix
* gnu/packages/build-tools.scm (gnulib) [phase reset-shebangs]: After installation, rewrite the /gnu/store shebangs in the distributed build-aux files. [inputs, native-inputs]: Add bash-minimal. [phase let-autogen-execute-gnulib-tool]: Specify a shell to execute gnulib-tool from autogen.sh. ---

bug#62160: Guix reference manual link from guix.gnu.org?

2023-03-14 Thread Simon Tournier
Hi Simon, On Mon, 13 Mar 2023 at 13:11, Simon Josefsson via Bug reports for GNU Guix wrote: > I often go to guix.gnu.org to read the (excellent!) Guix manual. This > leads to this click pattern: guix.gnu.org -> Help -> GNU Guix Manual > 1.4.0 which leads me to a page (written in english) to

bug#49775: can't type in Matrix ID in Nheko

2023-03-14 Thread Csepp
Michael Rohleder writes: > [[PGP Signed Part:Undecided]] > Hi Raingloom! > > Thx for the bug-report! > > Is this still reproducable? > And if so, is this on a foreign distro? Seems to work now.

bug#62181: [PATCH 0/2] Re: bug#62181: Gnulib package keeps references to clisp, Python, Perl, and Bash

2023-03-14 Thread Vivien Kraus via Bug reports for GNU Guix
Hi! Le mardi 14 mars 2023 à 09:34 +0100, Ludovic Courtès a écrit : > The Gnulib package, which is meant to be source, retains references > to > several packages: > > --8<---cut here---start->8--- > $ guix describe > Generation 250 Mar 12 2023 23:58:03

bug#62181: Gnulib package keeps references to clisp, Python, Perl, and Bash

2023-03-14 Thread Ludovic Courtès
Hello, The Gnulib package, which is meant to be source, retains references to several packages: --8<---cut here---start->8--- $ guix describe Generation 250 Mar 12 2023 23:58:03(current) guix 1ed227d repository URL:

bug#62177: [PATCH] [WIP] update node to version 16

2023-03-14 Thread Dr. Arne Babenhauserheide
Hi, this is an initial stab at getting node to version 16. It is far from perfect, but I hope it gives someone a good starting point to move forward. The llhttp bootstrap fixes are currently commented out — I’m not sure what these should be doing and how they interact with node — so this cannot

bug#62192: Test failures in binfmt emulated builds

2023-03-14 Thread Greg Hogan
The following emulated build using binfmt should work according to the documentation example at https://guix.gnu.org/manual/en/html_node/Native-Builds.html $ uname -m x86_64 The package was previously built on an aarch64 offload machine: $ file $(guix build --system=aarch64-linux

bug#62160: Guix reference manual link from guix.gnu.org?

2023-03-14 Thread bokr
On +2023-03-14 12:29:11 +0100, Simon Tournier wrote: > Hi Simon, > > On Mon, 13 Mar 2023 at 13:11, Simon Josefsson via Bug reports for GNU Guix > wrote: > > > I often go to guix.gnu.org to read the (excellent!) Guix manual. This > > leads to this click pattern: guix.gnu.org -> Help -> GNU

bug#62176: [PATCH] Update Mesa to 22.2

2023-03-14 Thread Liliana Marie Prikler
Am Dienstag, dem 14.03.2023 um 06:31 +0100 schrieb Dr. Arne Babenhauserheide: > Hi, > > the attached patch updates mesa to version 22. Please do one patch per package and don't mix stylistic and functional changes. > The patch from core-updates is still missing. It may be a good idea > to add

bug#62174: Cannot use modules with an inferior kernel.

2023-03-14 Thread Liliana Marie Prikler
Am Montag, dem 13.03.2023 um 23:27 -0400 schrieb Robby Zambito: > Hi, > > I use an inferior to pin my kernel version, but it seems like I > cannot > use modules with it. The following works fine: > > ``` > (use-package-modules linux) > (operating-system >   ... >   (kernel linux-libre) >  

bug#62177: [PATCH] [WIP] update node to version 16

2023-03-14 Thread Dr. Arne Babenhauserheide
Hi Jelle, Jelle Licht writes: > Issue 59188 (https://issues.guix.gnu.org/59188) already updates node to > the 18.X LTS series. Would that version also work for you, or do you > have a specific need for the 16.X series? I ask because the "active" LTS > version is 18, while the 16 "maintenance"

bug#44877: bug#62140: enable LVM in Grub

2023-03-14 Thread Emmanuel Beffara
De Michael Rohleder le 13/03/2023 à 14:56: > Hello Emmanuel! > > Thx for the report! > > I think this is bug 44877, maybe we can/should merge it. > Here [1] is a patch (and testcase). > > > [1] https://issues.guix.gnu.org/60442 Indeed, it seems to be the same issue. However, the patch sets

bug#62160: Guix reference manual link from guix.gnu.org?

2023-03-14 Thread Bengt Richter
Hi, On +2023-03-14 18:35:36 +0100, b...@bokr.com wrote: [...] > BUT: A nit: > > In firefox-esr, if you do "save-as ...", it will prompt with a file name > seemingly pretty directly copying the URL characters, in this case > "GNU Guix Reference Manual.html" -- which has spaces in it. > Sorry, I

bug#62174: Cannot use modules with an inferior kernel.

2023-03-14 Thread Robby Zambito
Liliana Marie Prikler writes: > I think you should try to pin the kernel modules as well. If that > still doesn't work as intended (it very well might), we have a proper > case of something that should work but doesn't. > > Cheers Thanks for the suggestion. I tested with the following: ```