bug#57121: clojure-build-system fails to compile -- backtrace from language/tree-il/peval.scm

2022-08-19 Thread Maxime Devos
On 19-08-2022 22:37, Maxim Cournoyer wrote: Hi Maxime. Maxime Devos writes: Can't reproduce after touching java-utils.scm. I got this issue a couple times too. I attributed it (without analysis) to Guile's failure to keep track of changes to macro expanded code. It might be inlining. I

bug#57121: clojure-build-system fails to compile -- backtrace from language/tree-il/peval.scm

2022-08-19 Thread Maxim Cournoyer
Hi Maxime. Maxime Devos writes: > Can't reproduce after touching java-utils.scm. I got this issue a couple times too. I attributed it (without analysis) to Guile's failure to keep track of changes to macro expanded code. More like something to track on the side of Guile, I would think. I'd

bug#57268: rottlog create a /.lastweek file

2022-08-19 Thread Maxim Cournoyer
Hi, 宋文武 writes: > Our rottlog has an empty STATDIR, it will create a /.lastweek file when > running. Normally it should use /var/lib/rottlog/.lastweek. I've noticed a couple other odd things with rottlog as well: * the first rotated log has a .gz file extension; later rotated files have no

bug#57269: [rtl8812au-aircrack-ng-linux-module] Missing Source for hal/rtl8812a/hal8812a_fw.c (and probably other files ending in fw.c)

2022-08-19 Thread Maxim Cournoyer
Hi, Tobias Geerinckx-Rice writes: > Hi Jacob, > > Jacob K via Bug reports for GNU Guix 写道: >> Files such as hal8812a_fw.c [1] have large arrays that seem to be >> binary >> firmware encoded in text. My understanding is that source code is >> not >> available, so I believe the files are nonfree

bug#57302: Builder for python-afdko failed for development build

2022-08-19 Thread Maxim Cournoyer
tags 57302 moreinfo thanks Hi, It seems python-afdko failed to build, but we don't have the logs showing what failed. Could you please run in your VM: --8<---cut here---start->8--- guix describe guix build python-afdko --8<---cut

bug#57303: powerpc64le: rust build failure is bottleneck for many packages

2022-08-19 Thread Maxim Cournoyer
tags 57303 +notabug thanks Hi! Marcel van der Boom writes: > I use a Talos II machine as my daily driver and slowly migrating > as many packages to GUIX along the way. The kernel I am running > comes fromm https://archlinuxpower.org/ Cool! > For many packages, rust is getting to be the

bug#57303: powerpc64le: rust build failure is bottleneck for many packages

2022-08-19 Thread Marcel van der Boom
I use a Talos II machine as my daily driver and slowly migrating as many packages to GUIX along the way. The kernel I am running comes fromm https://archlinuxpower.org/ For many packages, rust is getting to be the bottleneck as a dependency that does not build. From what I can see

bug#57302: Builder for python-afdko failed for development build

2022-08-19 Thread Pim Kunis
Hi, I wanted to install the development build of Guix to check out Guix Home, but I couldn't install it (in a VM). It seems some python packages cannot be built. The error can be seen here: Install erorrs I have also attached the scm file generated by the installer (typed over by me so it

bug#57242: GNOME is missing default font (cantarell)

2022-08-19 Thread Maxim Cournoyer
Hello, Luis Felipe writes: > On Tuesday, August 16th, 2022 at 13:54, Liliana Marie Prikler > wrote: > >> Am Dienstag, dem 16.08.2022 um 12:04 +0200 schrieb Christophe Pisteur: >> [...] >> > ## Workaround >> > > >> > Thank to https://luis-felipe.gitlab.io/: >> > > >> > 1. guix install

bug#38528: Add test for `guix pull'

2022-08-19 Thread Maxim Cournoyer
Hi, Pierre Neidhardt writes: > Yes, I testsed on commit > 614a1e3fa2d731d4719f03912b1b87fb4fd309cb, which should be broken. Closing this forgotten "bug". Please do submit a patch if you'd like to document this. Thanks, Maxim

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

2022-08-19 Thread Maxim Cournoyer
tags 38529 +wontfix thanks Hi, Maxim Cournoyer writes: > Hi Pierre, > > Pierre Neidhardt writes: > >> --pure seems to be the more sensible behaviour. "Impure" environments >> can have unexpected behaviours, so it makes sense to only allow them >> when the user explicitly asks for it. > >

bug#38498: Fontconfig does not find fonts in non-default profiles

2022-08-19 Thread Maxim Cournoyer
Hi Pierre, Pierre Neidhardt writes: > The fontconfig package has this bit: > > (string-append "--with-add-fonts=" > "~/.guix-profile/share/fonts," > "/run/current-system/profile/share/fonts") > > If I understand correctly, fonts can only be installed at the system > level or in

bug#57215: ci: Fail to evaluate Guix specification

2022-08-19 Thread Maxim Cournoyer
Hi Mathieu, Mathieu Othacehe writes: > Hello, > > Since commit 0565cde, Cuirass fails to evaluate the guix > specification. The error messages do not give any clue, for instance: > https://ci.guix.gnu.org/eval/504294/log/raw. > > I tried to strace an evaluation process of the guix

bug#57296: opencolorio out of space on ci.guix.gnu.org

2022-08-19 Thread Maxim Cournoyer
Hi, Csepp writes: > http://ci.guix.gnu.org/build/1204208/details > > Could someone restart it? Done, thanks for the report! Maxim

bug#56444: Patch to fix Gitolite home directory permissions

2022-08-19 Thread Thompson, David
Hi Evgeny and whoever wants to do some code review, I have been experiencing this same issue for years now and have been manually chmod'ing /var/lib/gitolite every time I upgraded because I didn't understand what was happening. All this time I thought I had gitolite misconfigured, that maybe I

bug#57296: opencolorio out of space on ci.guix.gnu.org

2022-08-19 Thread Csepp
http://ci.guix.gnu.org/build/1204208/details Could someone restart it?

bug#57180: Graphical Installer Failure

2022-08-19 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Mathieu and imran, Let me add that the `guix system init` call that is part of the installer is the only thing not covered by the dumping mechanism we added, leading to such a raw backtrace without any bells and whistles. Maybe we could improve that part. Also, I'm currently quite busy with

bug#53005: cryptsetup-static aborts opening LUKS2 volume with Argon2i PBKDF

2022-08-19 Thread angry rectangle
I too have been affected by this bug for a long time and hope it will be fixed one day. For end-users, attached is a drop-in workaround you can use to make guix utilize the old cryptsetup build. It's sloppy, but at least the system can boot again. Thanks for the research, Simon. ;; workaround