bug#48552: mesa 20.2.4 is not reproducible

2021-11-13 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > > Bone Baboon skribis: > >> When I run `guix challenge` it shows that these versions of mesa are not >> reproducible. >> >> ``` >> /gnu/store/2lyzzw7ybsm3s2n7fgqm17n33n62dl7c-mesa-20.2.4 >> /gnu/store/k72zqqiysk3qcwqj917hmlbvqs8shj0x-mesa-20.2.4 >> ``` >>

bug#51826: qt packages (e.g. pcmanfm-qt) missing wayland qt module

2021-11-13 Thread bdju
I am running Guix System with Sway guix (GNU Guix) 33a80e111096b05af3d60576dfcb2d67099dc60e Running `QT_QPA_PLATFORM=wayland pcmanfm-qt` results in failure to launch and the following errors: ``` 21:50:38.413|qt.qpa.plugin|W|Could not find the Qt platform plugin "wayland" in ""

bug#34605: ungoogled-chromium: proprietary codecs enabled?

2021-11-13 Thread Maxim Cournoyer
Hello, Ricardo Wurmus writes: > Giovanni Biscuolo writes: > >> Hello, >> >> I'm forwarding this, extracted from this message >> http://lists.nongnu.org/archive/html/gnu-linux-libre/2019-02/msg00083.html >> >> Luke writes: >> >> [...] >> >>> Some GN prefs missing from chromium.scm: >>> --- >>>

bug#44558: Mesa isn't update to date

2021-11-13 Thread Maxim Cournoyer
Hello, Marius Bakke writes: > Guillaume Le Vaillant writes: > >> I saw that issue 803 of gst-plugin-good has been closed with patch >> 2ce5909f; are there other things blocking the merge of the 'staging' >> branch into 'master'? > > Now 'gst-plugins-bad' fails on i686: > >

bug#51817: Git unable to find reference "refs/remotes/origin/HEAD"

2021-11-13 Thread Bastien Rivière
Hello, I have found an interesting bug with guix. When I try to import ~yasnippet~ from melpa, the command is unable to find the 'refs/remotes/origin/HEAD'. How to reproduce: #+begin_src shell :results output :epilogue ":" guix import elpa -a melpa yasnippet 2>&1 #+end_src #+RESULTS:

bug#24937: "deleting unused links" GC phase is too slow

2021-11-13 Thread Ludovic Courtès
Ludovic Courtès skribis: > In a nutshell: > > • Files < 1KiB contribute to 0.3% of the space savings; > > • Files < 4KiB contribute to 2.5% of the space savings; I get similar results on bayfront.guix.gnu.org (with 3.2M entries): … and on guix.bordeaux.inria.fr (2.0M entries): Files <

bug#24937: [PATCH 2/2] daemon: Do not deduplicate files smaller than 4 KiB.

2021-11-13 Thread Ludovic Courtès
Files smaller than 4 KiB typically represent ~60% of the entries in /gnu/store/.links but only contribute to ~2.5% of the space savings afforded by deduplication. Not considering these files for deduplication speeds up file insertion in the store and, more importantly, leaves 'removeUnusedLinks'

bug#24937: [PATCH 1/2] tests: Factorize 'file=?'.

2021-11-13 Thread Ludovic Courtès
* guix/tests.scm (file=?): Add optional 'stat' parameter. Add fast patch comparing inode numbers. * tests/gexp.scm ("imported-files with file-like objects"): Remove 'file=?' procedure and use the one from (guix tests). --- guix/tests.scm | 30 +- tests/gexp.scm | 11

bug#24937: "deleting unused links" GC phase is too slow

2021-11-13 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > I haven't done any analysis, just grabbed the result, but here it what > it looks for me: There’s a bit more than 35% of deduplicated files that are < 1KiB, and not much to be gained by deduplicating them. On IRC several people shared the results on their

bug#51811: Installer: Add an option to choose the preferred session manager

2021-11-13 Thread Jacob Hrbek
> > Could you report it, along with the configuration required to reproduce it? > > -- T G.R Submitted http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51813 -- Jacob "Kreyren" Hrbek Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, November 13th, 2021 at 2:01 PM,

bug#51811: Installer: Add an option to choose the preferred session manager

2021-11-13 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jacob, I've marked this nice-to-have improvement as such. Jacob Hrbek 写道: Currently the Guix Installer on Latest (13/11/2021-EU) is forcing gdm as session manager that just errors out with "Oh no!" following by useless error logs and messages that attempts to test your self control. Er,

bug#51812: On core-updates-frozen, vala-language-server does not build

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, vala-language-server (gnu packages gnome-xyz) does not build on core-updates-frozen, but the latest version builds fine. Best regards, Vivien From 782ff398d79f20409ee5561ee284bcd1396b0b07 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 13:51:58 + Subject:

bug#51811: Installer: Add an option to choose the preferred session manager

2021-11-13 Thread Jacob Hrbek
Currently the Guix Installer on Latest (13/11/2021-EU) is forcing gdm as session manager that just errors out with "Oh no!" following by useless error logs and messages that attempts to test your self control. Proposing to implement an option to choose alternative session managers especially

bug#51805: Don’t upgrade nautilus if you don’t want to

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
As a precision, the second patch is the only one required, apply the others at your discretion. Vivien signature.asc Description: PGP signature

bug#51808: [PATCH] Devhelp: On core-updates-frozen, upgrade to 41.2 to use webkit2 4.1

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, devhelp 41 gained support for building against webkit2 4.1. I think we should upgrade, right? Vivien From fadbf75a7667cfb9e2a25024913373a53310d06c Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 10:35:26 + Subject: [PATCH] gnu: devhelp: Upgrade to 41.2. *

bug#51806: [PATCH] Fix dconf-editor

2021-11-13 Thread Guillaume Le Vaillant
Closing.

bug#51806: Does this work?

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
I’d like to close 51806 :)

bug#51806: Acknowledgement ([PATCH] Fix dconf-editor)

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Please ignore, it has already been fixed, thanks :)

bug#51790: On core-updates-frozen, tracker-miners can’t find its tracker dependency

2021-11-13 Thread Ricardo Wurmus
Applied (with minor cosmetic changes), thanks! -- Ricardo

bug#51806: [PATCH] Fix dconf-editor

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Dear Guix, dconf-editor needs the old meson to build. Best regards, Vivien From 228729b7bd0bd0bf6249866d691ed8ab1f051a7b Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 09:33:20 + Subject: [PATCH] gnu: dconf-editor: Fix build. * gnu/packages/gnome.scm (dconf-editor)

bug#51731: [PATCH] gnome-tweaks fails to start on core-updates-frozen

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Hello! Liliana Marie Prikler writes: >> > > Subject: [PATCH 4/5] gnu: gnome-tweaks: Add bash-minimal as an >> > > input to wrap the program. >> > Split the long line. Also perhaps add a comment in the file itself >> > as to why this is needed if it's not already obvious from best >> >

bug#51805: Update nautilus on core-updates-frozen

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, If we update gnome-autoar (the tool to manage archives), we can update nautilus. What do you think? Vivien From bcdf96f406b6b108be3cd0e701ad9f08756dd450 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 08:57:15 + Subject: [PATCH 1/3] gnu: gnome-autoar: Upgrade

bug#51804: Manual: Add verification of storage drive sanity for the installation

2021-11-13 Thread Jacob Hrbek
My Guix installation(s) are keep failing, because people keep giving me free USB drivers that are faulty. Proposing to add some method to verify that the USB drive is sane in the manual for the installation to avoid weird, confusing and infuriating errors. -- Jacob "Kreyren" Hrbek Sent with

bug#51790: [PATCH] Re: bug#51790: Fix it (On core-updates-frozen, tracker-miners can’t find its tracker dependency)

2021-11-13 Thread Vivien Kraus via Bug reports for GNU Guix
It turns out that tracker-miners wants the same libsoup version as tracker, so we need libsoup-minimal-2. From e76c51853913686234ec008cc9cf6e3117a15fa2 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 08:19:09 + Subject: [PATCH] gnu: tracker-miners: Require the same