bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices

2018-01-15 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Diego Nicola Barbato skribis: >> >>> When running `guix system reconfigure /etc/config.scm' as root I get the >>> following error: >>> >>> guix system: error: failed to load

bug#30124: "guix pull" broken on master

2018-01-15 Thread Danny Milosavljevic
On Mon, 15 Jan 2018 14:58:49 +0100 Danny Milosavljevic wrote: > guix/build/ruby-build-system.scm:219:6: warning: possibly unbound variable > `read-line' > > Probably missing module (ice-9 rdelim). I've gone ahead and fixed this on guix master now, commit

bug#30130: Add ‘guix whereis’ command

2018-01-15 Thread Mathieu Lirzin
Hello, I would find really useful if Guix was providing a tool similar to what ‘dnf whatprovides’ or ‘apt-file’ does. I mean something to check what packages provides a particular file (executable/manual/library). My main use-case is when running a ‘configure’ script which checks an arbitrary

bug#22384: Requirements for an ARM port?

2018-01-15 Thread Mathieu Lirzin
Hello, Jookia <166...@gmail.com> writes: > I'm considering seeing if I can get GuixSD to work on an ARM board of mine. > I'd > like to know what the main blockers are that I'll need to pass. From what I've > read and understood, the reason there's no ARM port now is lack of work and > reliance

bug#30121: python-matplotlib broken.

2018-01-15 Thread Konrad Hinsen
Fis Trivial writes: >> Do you have a matplotlibrc file that sets a Qt-based backend? The default >> backend is TkAgg, which does not require Qt. (Note that PySide is a Qt >> interface for Python.) >> > I myself have never created such a file. > > I searched home with

bug#30123: claws-mail plugins not updated

2018-01-15 Thread Danny Milosavljevic
Hi Julien, On Mon, 15 Jan 2018 14:52:30 +0100 julien lepiller wrote: > claws-mail has a plugin system to add functionnality. For instance, to > add PGP support, one has to load 3 plugins from the claws-mail package. > By default, claws-mail looks in its store directory to

bug#30121: python-matplotlib broken.

2018-01-15 Thread Fis Trivial
> > Do you have a matplotlibrc file that sets a Qt-based backend? The default > backend is TkAgg, which does not require Qt. (Note that PySide is a Qt > interface for Python.) > I myself have never created such a file. I searched home with `find . -iname "*matplotlib*"`, didn't find the rc

bug#29727: changing contributing.texi does not trigger rebuild of “info” target

2018-01-15 Thread Mathieu Lirzin
Hello, Ricardo Wurmus writes: > After modifying “doc/contributing.texi” the command “make info” does not > rebuild “guix.info”. “contributing.texi” is included from “guix.texi”. > > Only after touching “guix.texi” does “make info” rebuild “guix.info”. Here is a fix for

bug#30124: "guix pull" broken on master

2018-01-15 Thread Danny Milosavljevic
guix/build/ruby-build-system.scm:219:6: warning: possibly unbound variable `read-line' Probably missing module (ice-9 rdelim).

bug#30124: "guix pull" broken on master

2018-01-15 Thread Danny Milosavljevic
First: ok: $ guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f... guix pull: warning: failed to load '(wip pascal)': ERROR: Unbound variable: custom-gccx The following derivation will be

bug#30123: claws-mail plugins not updated

2018-01-15 Thread julien lepiller
Hi, claws-mail has a plugin system to add functionnality. For instance, to add PGP support, one has to load 3 plugins from the claws-mail package. By default, claws-mail looks in its store directory to propose available plugins. When upgrading claws-mail, the configuration doesn't change.

bug#25296: fully functional desktop installation

2018-01-15 Thread myglc2
On 01/15/2018 at 14:26 Mathieu Lirzin writes: [...] > IMHO Guix should mimic what Debian is doing in this particular case. > Meaning having desktop packages that contain a “full” desktop with > default applications for common usages. +1 Benefit: Helps "less-hackerly" users get started.

bug#30121: python-matplotlib broken.

2018-01-15 Thread Konrad Hinsen
On 15/01/2018 14:04, Fis Trivial wrote: * Steps to reproduce: $ python from matplotlib import pyplot Do you have a matplotlibrc file that sets a Qt-based backend? The default backend is TkAgg, which does not require Qt. (Note that PySide is a Qt interface for Python.) Konrad.

bug#25296: fully functional desktop installation

2018-01-15 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Quiliro skribis: >>> It would be nice to create a desktop.scm file that contains all necessary packages to have a fully

bug#30122: python-pygobject with gtk+ broken.

2018-01-15 Thread Fis Trivial
* Steps to reproduce: Install python-pygobject with guix: `guix package -i python-pygobject` Install gtk+ with guix: `guix package -i gtk+` $ python >>> from gi.repository import Gtk * Full message --8<---cut here---start->8--- Python 3.5.3 (default, Jan 1

bug#30121: python-matplotlib broken.

2018-01-15 Thread Fis Trivial
* Steps to reproduce: $ python >>> from matplotlib import pyplot * Full message: --8<---cut here---start->8--- Python 3.5.3 (default, Jan 1 1970, 00:00:01) [GCC 5.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from