bug#45444: depmod: ERROR: could not open directory /lib/modules/5.10.2-gnu

2020-12-26 Thread Jonathan Brielmaier
depmod doesn't seem to be happy about our paths... ``` # depmod depmod: ERROR: could not open directory /lib/modules/5.10.2-gnu: No such file or directory depmod: FATAL: could not search modules: No such file or directory ``` Happens on up to date master branch: ``` $ guix system describe Genera

bug#45316: [PATCH]: Re-introduce Emacs packages specific installation prefix.

2020-12-26 Thread Leo Prikler
Hi Maxim, Am Samstag, den 26.12.2020, 00:01 -0500 schrieb Maxim Cournoyer: > > > > > While this change allowed to expose simply and directly the > > > > > packages > > > > > found in EMACSLOADPATH, it does introduce the risk of file > > > > > name > > > > > collisions when multiple Emacs packages

bug#45447: metapost: ``invalid option''

2020-12-26 Thread Holger Peters
Hi, I have trouble running the guix-supplied `mptopdf' which I think is related to the guix packaging / bundling. The file I run this on stems from my pre-guix times, so I think it should be fine. The error seems to stem from a bash invocation. % mptopdf --latex myfig.mp /gnu/store/87kif0bpf

bug#45450: Guix, third-party repositories and GNU FSDG

2020-12-26 Thread Adonay Felipe Nogueira via Bug reports for GNU Guix
Severity: critical According to the GNU FSDG ([1], emphasis are mine): > A free system distribution must not steer users towards obtaining any nonfree > information for practical use, or encourage them to do so. The system should > have no repositories for nonfree software and no specific recip

bug#45448: Emacs can't load org mode after last update

2020-12-26 Thread Marinus Savoritias
I update Guix yesterday and org-mode doesn't load anymore. The debug trace is this: Debugger entered--Lisp error: (error "Invalid version syntax: ‘’ (must start with a number)")   signal(error ("Invalid version syntax: ‘’ (must start with a number)"))   error("Invalid version syntax: `%s' (mus

bug#45451: lepton-eda recompiles Scheme files during launch

2020-12-26 Thread Ricardo Wurmus
Although lepton-eda installs pre-compiled Scheme .go files to /share/lepton-eda/ccache/, the lepton-schematic program still triggers a recompilation during launch. Here’s what I see when I launch the program: --8<---cut here---start->8--- $ lepton-schematic -s

bug#45444: depmod: ERROR: could not open directory /lib/modules/5.10.2-gnu

2020-12-26 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Jonathan, Jonathan Brielmaier 写道: depmod doesn't seem to be happy about our paths... ...and? :-) Would I be correct if I guessed that you're using some third-party script/how-to that thinks it should run depmod? That's not generally true. It's also incompatible with (or, irrelevant on

bug#26215: gschemas.compiled should not be added to the profile by multiple packages

2020-12-26 Thread pelzflorian (Florian Pelz)
Hello Leo! Thank you for going through old issues! So the issue appears to be fixed by commit de136f3ee7878dea139e751b7e4ca04c2542c91d (from year 2018) making sure a gschemas.compiled encompassing all packages in a Guix profile gets created. Reverting that commit does not print warnings today (I

bug#26215: gschemas.compiled should not be added to the profile by multiple packages

2020-12-26 Thread Leo Prikler
Hello Florian, Am Sonntag, den 27.12.2020, 01:02 +0100 schrieb pelzflorian (Florian Pelz): > [...] > I think the bug is done. Purging the gschemas.compiled files from > all > packages would need to be done in an extra phase for many build > systems (glib-or-gtk build system, cmake build system, m

bug#45453: Error when I try to build a package using a JSON definition

2020-12-26 Thread Ryan Prior via Bug reports for GNU Guix
Hi guix! Today I wrote a package in Guile and then decided to try and reproduce the same thing using JSON, but I hit a snag. I'm attaching the package definition in its Guile and JSON forms, along with the error I get when I try to build the package using `guix build -f countdown.json'. Any idea w

bug#45453: Error when I try to build a package using a JSON definition

2020-12-26 Thread Julien Lepiller
I'm surprised guix builds from a json file… doesn't it simply interpret it as a guile file, and fails at that? Anyway, in the log you attached, it seems the issue is with downloading the sources. For some reason it cannot resolve the github.com domain. I wonder if this is just a transient netwo

bug#45453: Error when I try to build a package using a JSON definition

2020-12-26 Thread Ryan Prior via Bug reports for GNU Guix
Julien Lepiller writes: > Anyway, in the log you attached, it seems the issue is with downloading the > sources. For some reason it cannot > resolve the github.com domain. I wonder if this is just a transient network > issue on your side? Have you tried again > later? I did try it twice, som

bug#45316: [PATCH]: Re-introduce Emacs packages specific installation prefix.

2020-12-26 Thread Maxim Cournoyer
Hi Leo, Leo Prikler writes: [...] >> If you want to have a clearer idea of how packages from ELPA and the >> likes are installed, you can have a peek into the 'package.el' file >> shipped with Emacs (spoiler: it's basically just extracting the >> contents >> of the package archive to a single d