bug#44402: `guix pull` crashes on current master

2020-11-06 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > In unknown file: >1 (primitive-load-path "gnu/services/shepherd" # 71cc3500 at ice-9/boot-9.scm:3514:37 ()>) > In gnu/services/shepherd.scm: >107:21 0 (_) > > gnu/services/shepherd.scm:107:21: In procedure allocate-struct: Wrong type > argument i

bug#38529: Make --pure the default for `guix environment'?

2020-11-06 Thread Ludovic Courtès
Hi! Christopher Lemmer Webber skribis: > It suddenly struck me today that there is an easy way to change the > default behavior while supporting the legacy behavior. > > How about we have a new command, "guix env", what is --ad-hoc by > default? Then "guix environment" sticks around as legacy f

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-06 Thread Ludovic Courtès
Hi, Luis Felipe skribis: > ‐‐‐ Original Message ‐‐‐ > On Tuesday, November 3, 2020 11:32 PM, zimoun > wrote: > >> Hi, >> >> > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=76ea70bd70aeb76570445c11cea2f98139192b54 >> >> Clever workaround! What are now the performances on previou

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-06 Thread Ludovic Courtès
Hello, zimoun skribis: >> So it would seem we cannot simply used the pre-built database from >> ‘shared-mime-info’ and merge it with that of the other packages, at >> least not without changing ‘update-mime-database’ or re-implementing >> parts of it on our side. > > ’shared-mime-info’ is simply

bug#44445: json-c cross-build fails from x86-64 to armhf

2020-11-06 Thread Ludovic Courtès
Hi, Jesse Gibbons skribis: > ~$ guix build --system=armhf-linux json-c Like Danny hinted, this is *not* cross-compilation: this is native compilation on ARMv7. It works because either you’ve set up offloading to an actual ARMv7 machine, or you’ve set up transparent QEMU emulation. In the latt

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-06 Thread Ludovic Courtès
Hi, divoplade skribis: > I cannot add the "guile-3.0" package in any system configuration (the > part that reads (packages (append (list ... %base-packages. When I > do that, I get: ‘%base-packages’ already contains Guile (‘guile-3.0-latest’ specifically) so maybe you just don’t need to do

bug#44452: Clash between guile-3.0 and guile-3.0-latest

2020-11-06 Thread divoplade
Hi! Le vendredi 06 novembre 2020 à 11:07 +0100, Ludovic Courtès a écrit : > ‘%base-packages’ already contains Guile (‘guile-3.0-latest’ > specifically) so maybe you just don’t need to do anything? You're right! I just filtered out guile-3.0-latest from %base-packages and it works! Thank you. di

bug#44455: [ARTWORK] website: Not enough context for translation of None

2020-11-06 Thread pelzflorian (Florian Pelz)
On Thu, Nov 05, 2020 at 06:51:20PM +0100, Miguel Ángel Arruga Vivas wrote: > Feel free to push these three together with the one for > German when you have it ready. Pushed as fc8ec5409bd3d7221afc2f9feaac4ce36d5c1192 and following. Thank you for doing the work and thinking it through! Regards, Fl

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-06 Thread zimoun
Hi, On Thu, 05 Nov 2020 at 17:59, Luis Felipe wrote: Therefore, it is nice improvement! :-) > real 0m56,245s > user 0m4,324s > sys 0m0,218s > real 0m43,272s > user 0m4,214s > sys 0m0,200s Because, I bet that most of the time is spent in the “time-machine” part. I mean, compare with:

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-06 Thread Luis Felipe via Bug reports for GNU Guix
‐‐‐ Original Message ‐‐‐ On Friday, November 6, 2020 9:10 AM, Ludovic Courtès wrote: > Hi, > > Luis Felipe luis.felipe...@protonmail.com skribis: > > > ‐‐‐ Original Message ‐‐‐ > > On Tuesday, November 3, 2020 11:32 PM, zimoun zimon.touto...@gmail.com > > wrote: > > > > > Hi, > >

bug#44480: Guix System graphics issues with GNOME

2020-11-06 Thread musics--- via Bug reports for GNU Guix
My computer with Guix System has these graphics issues. My graphics: NVIDIA GT 720

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-11-06 Thread Jonathan Brielmaier
In the mean time I did a quick fix on my system in config.scm: ``` (use-modules (gnu) (gnu packages ci) (guix packages) (guix utils)) (define-public cuirass/queue-1 (package/inherit cuirass (name "cuirass-queue-1") (arguments (substitute-keyword-arguments (packag

bug#44428: Graphical Installer window clipping on "small" displays

2020-11-06 Thread Mathieu Othacehe
Hello Eric, > I can understand if this is not a configuration that we need to > "support", but was hoping that there might be something that could bedone to > help. > These pictures were taken using the 1.1.0 release installer, but an > installer I created for i686 at commit 8a7bbc35 seems to be

bug#44480: Guix System graphics issues with GNOME

2020-11-06 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Musics, Thanks for reporting this. musics--- via Bug reports for GNU Guix 写道: My computer with Guix System has these graphics issues. My graphics: NVIDIA GT 720 The good news is that these issues aren't related to your system, but simply a reproducible bug in how some SVG icons are built on

bug#44437:

2020-11-06 Thread musics--- via Bug reports for GNU Guix
Fortunately, the problem was solved. It had a simple solution, I copied the private key of the last part of the ovpn file from under and pasted it into another file and saved it with the "key" extension; In the last step, after inserting the ovpn file, I put the key file in the last place (call

bug#44480:

2020-11-06 Thread musics--- via Bug reports for GNU Guix

bug#44480:

2020-11-06 Thread musics--- via Bug reports for GNU Guix
Thanks, I hope this issue is resolved soon.

bug#44437:

2020-11-06 Thread musics--- via Bug reports for GNU Guix

bug#36376: Application menu of desktop environment not automatically updated

2020-11-06 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > From a79645c565e56ac201e66936d9f9883ad9387b06 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Thu, 5 Nov 2020 00:24:29 -0500 > Subject: [PATCH] gdesktopappinfo: Fix monitoring of a Guix profile > XDG_DATA_DIR. > MIME-Version: 1.0 > Content-Type: te

bug#44402: `guix pull` crashes on current master

2020-11-06 Thread Leo Famulari
On Fri, Nov 06, 2020 at 09:41:33AM +0100, Ludovic Courtès wrote: > For posterity, do you know which commit(s) led to the failure above? At the time of the failure, HEAD was dfed0eca93b355fb04e7183a950362dc2ee3a846 (gnu: snap: Update to 6.2.4.). I don't recall which commit I was "on" at the time,

bug#44453: MPEG-4 AAC decoder plugin is not installed

2020-11-06 Thread Leo Famulari
On Wed, Nov 04, 2020 at 10:27:33PM +0100, musics--- via Bug reports for GNU Guix wrote: > To play a video with totem, I have this problem: > > An error occurred > The playback of this movie requires a MPEG-4 AAC decoder plugin which is not > installed. > > What package should be installed? I'

bug#36620: alpine crashes while sending mail

2020-11-06 Thread Jack Hill
I'm no longer seeing this problem with the latest alpine, 2.24 from guix 0e25fe420e710cbea84b7410964481468d14150f, so this issues can be closed. Best, Jack

bug#36376: Application menu of desktop environment not automatically updated

2020-11-06 Thread Maxim Cournoyer
Hey Ludovic, Ludovic Courtès writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> From a79645c565e56ac201e66936d9f9883ad9387b06 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Thu, 5 Nov 2020 00:24:29 -0500 >> Subject: [PATCH] gdesktopappinfo: Fix monitoring of a Guix profile >> X

bug#44453: MPEG-4 AAC decoder plugin is not installed

2020-11-06 Thread Mark H Weaver
Leo Famulari writes: > On Wed, Nov 04, 2020 at 10:27:33PM +0100, musics--- via Bug reports for GNU > Guix wrote: >> To play a video with totem, I have this problem: >> >> An error occurred >> The playback of this movie requires a MPEG-4 AAC decoder plugin which is not >> installed. >> >> Wha

bug#44491: Support GUIX_DISABLE_NETWORK_TESTS environment variable

2020-11-06 Thread Vagrant Cascadian
The following patch adds a GUIX_DISABLE_NETWORK_TESTS environment variable and disables tests that require network access when it is set. This is needed for packaging GNU Guix in Debian, where packaging policies prohibit network access during builds, but may not technically block network access du

bug#44353: guix system disk-image -t raw fails with grub-efi-bootloader

2020-11-06 Thread Maxim Cournoyer
Hello! Jesse Gibbons writes: > To replicate: > cd to a git checkout of the source code, gnu/system/examples > The hash for my current checkout is > d7e033b9a153a9e60f52ff64f4eb355c1c3d0a6e which is also the hash for my > current version of guix. > guix system disk-image -t raw lightweight-deskto