bug#59279: Mpv also won't play video on Guix System

2022-11-16 Thread Markus Nilsson
I can confirm that on Guix System mpv also fails after the upgrade to 0.35 . Mpv won't play videos but it can play audio in the terminal. When trying to play videos it will give the following error: "[vo/gpu] VT_GETMODE failed: Inappropriate ioctl for device

bug#58858: Installation script fails on distributions that use busybox

2022-11-16 Thread Maxim Cournoyer
Hi, conses writes: > Hi, > > Following the instructions in the manual, I attempted to install the > package manager in Alpine Linux via the official installation > script. However, after completing the first prompts I got the error > "mktemp: (null): Invalid argument". Upon closer inspection of

bug#58606: Emacs next pgtk crashes when pasting to other app

2022-11-16 Thread Joshua Branson via Bug reports for GNU Guix
Declan Tsien writes: > Andrew Tropin writes: > >> Recently discovered a problem, which reproduces this way: >> - Open a new emacs instance. >> - Yank anything with M-w or select with mouse. >> - Paste yanked text to chromium/icecat. >> >> Both browser and emacs are hanging up for a while and

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-16 Thread Tanguy LE CARROUR
Hi, Quoting Tanguy LE CARROUR (2022-11-16 09:13:00) > Quoting Denis 'GNUtoo' Carikli (2022-11-16 04:17:15) > > I've found an idea: guix pull can pull to a precise commit: > > > --commit=COMMITdownload the specified "guix" channel COMMIT > > > > So maybe it works with a commit close to

bug#59200: reproducibility

2022-11-16 Thread Guillaume Le Vaillant
ykonai skribis: > Hi, > > It turns out this was due to the fact that I had ironclad git cloned on > my computer, which was accidentally visible via :tree in the ASDF > configuration. ASDF detected that a different ironclad was used and > tried to compile-file to the gnu/store. I thought it was

bug#59200: reproducibility

2022-11-16 Thread ykonai via Bug reports for GNU Guix
Hi, It turns out this was due to the fact that I had ironclad git cloned on my computer, which was accidentally visible via :tree in the ASDF configuration. ASDF detected that a different ironclad was used and tried to compile-file to the gnu/store. I thought it was guix-related since it did

bug#59277: Latest guix documentation - version number scrambled ?

2022-11-16 Thread Sébastien FARGE
I totally agree your more convulated solution.And thanks for the explanation, indeed.envoyé : 16 novembre 2022 à 10:06de : zimoun à : Sébastien FARGE , 59...@debbugs.gnu.orgobjet : Re: bug#59277: Latest guix documentation - version number scrambled ?Hi,On Tue, 15 Nov 2022 at 16:56, Sébastien

bug#59200: reproducibility

2022-11-16 Thread Guillaume Le Vaillant
ykonai via Bug reports for GNU Guix skribis: > I can definitely consistently reproduce this issue. Maybe something in > your filesystem could interfere with this? Try: > guix shell sbcl sbcl-uuid --container -- sbcl --eval '(require :asdf)' > --eval '(asdf:load-system :uuid)' > > This is on guix

bug#59277: Latest guix documentation - version number scrambled ?

2022-11-16 Thread zimoun
Hi, On Tue, 15 Nov 2022 at 16:56, Sébastien FARGE wrote: >>> A consequence is that all links using the version number are broken. >>> >>> For exemple, on the page : >>> https://guix.gnu.org/en/manual/devel/en/html_node/USB-Stick-and-DVD-Installation.html#Copying-to-a-USB-Stick >> >>

bug#59278: how gcc-toolchain can depends a package who doesn't exists?

2022-11-16 Thread zimoun
Hi, On Tue, 15 Nov 2022 at 22:42, bbb ee wrote: > It is just a little confusing for newcomers to guix. If we really want to > improve something, I think that could be to give a more rigorous > specification of the guix command: I agree that the manual does not speak about the concept of

bug#59196: guix pull fails on A20-OlinuXino-LIME2-eMMC

2022-11-16 Thread Tanguy LE CARROUR
Hi, Quoting Denis 'GNUtoo' Carikli (2022-11-16 04:17:15) > I've found an idea: guix pull can pull to a precise commit: > > --commit=COMMITdownload the specified "guix" channel COMMIT > > So maybe it works with a commit close to Guix 1.3. If that's the case > we can probably bisect it