bug#31892: guix pull ignores --substitute-urls in some cases

2018-06-18 Thread Vagrant Cascadian
I've seen this a few times, and it seems like guix pull remembers old substitutes. I tried disabling one of the substitutes that guix-daemon is configured to use since it wasn't online at the time, but it tries to use it anyways: guix pull --substitute-urls='http://10.0.0.15:8081 http://10.0.0.15:

bug#31891: emacs-realgud fails to build

2018-06-18 Thread Maxim Cournoyer
Our emacs-realgud package is now failing, maybe since we've moved to Emacs 26.1. The error reads like: --8<---cut here---start->8--- configure: "Checking prerequiste packages" Trailing garbage following expression: ) configure: error: Can't continue until a

bug#31885: Bug when running guix system reconfigure after recent guix pull

2018-06-18 Thread swedebugia
Hi On June 18, 2018 10:45:42 PM GMT+02:00, "Clément Lassieur" wrote: > >The guix-service-type service needs to be modified because it is >already >in %desktop-services, and you can't have it twice. Got it! Now I understand the problem. >> ;;; Should I use parentese

bug#31890: elfutils failure in test suite on aarch64

2018-06-18 Thread Vagrant Cascadian
The test suite for elfutils is consistently failing on an aarch64 system running GuixSD on a SoftIron Overdrive 1000 system, although other people are able to build it fine. I'll see if I can reproduce on another aarch64 system. I think the following test is what's failing, but the full log is als

bug#31889: Filesystems must not depend on device mappings?

2018-06-18 Thread Taylan Ulrich Bayırlı/Kammer
If in my OS config I define some luks mappings, and define the corresponding filesystems with dependencies on the mapped devices, I get an error on 'guix system reconfigure'. Example: (operating-system ... (mapped-devices (list (mapped-device ... (target "root" (file-syste

bug#31887: Modules missing to boot on VMWare

2018-06-18 Thread Taylan Ulrich Bayırlı/Kammer
Although we don't want to support non-free software, perhaps it would be nice to support booting Guix on VMWare without the user needing to do anything extra. While experimenting, I found out that if we just add the following three Linux modules to the standard initrd, Guix can boot on VMWare just

bug#31885: Bug when running guix system reconfigure after recent guix pull

2018-06-18 Thread Clément Lassieur
Hello! swedebu...@riseup.net writes: > gnu/services.scm:703:40: In procedure service-kind: Wrong type argument: > #< slim: # gnu/packages/display-managers.scm:312 2963cc0> allow-empty-passwords?: > #t auto-login?: #t default-user: "annika" theme: #< base: > # url: > "git://git.savannah.gnu.org/gu

bug#31885: Bug when running guix system reconfigure after recent guix pull

2018-06-18 Thread swedebugia
Ran guix pull twice on commit b4eae997fe5b928f179c34d281e9f2c3eccd3670 See config attached or here: https://paste.debian.net/1029776/ root@antelope ~# guix --version guile: warning: failed to install locale warning: failed to install locale: Invalid argument guix (GNU Guix) b4eae997fe5b928f179c34d

bug#31831: CVE-2018-0495 Key Extraction Side Channel in Multiple Crypto Libraries

2018-06-18 Thread Leo Famulari
On Thu, Jun 14, 2018 at 03:50:49PM -0400, Leo Famulari wrote: > I'll try OpenSSL next. Patched pushed for both OpenSSL branches, closing bugs 31833 and 31834. signature.asc Description: PGP signature

bug#30665: ant-build-system: use-manifest-task

2018-06-18 Thread Gábor Boskovits
Fixed on staging, commit: 90ea1006a86518e523c510eee1214fd81e71da74.

bug#30665: [PATCH, STAGING] guix: ant-build-system: Use manifest task to create manifest.

2018-06-18 Thread Marius Bakke
Gábor Boskovits writes: > --- > guix/build/ant-build-system.scm | 13 + > 1 file changed, 5 insertions(+), 8 deletions(-) > > diff --git a/guix/build/ant-build-system.scm b/guix/build/ant-build-system.scm > index 3ed12b9f4..87c782d85 100644 > --- a/guix/build/ant-build-system.scm > +

bug#31814: setuid programs are not first in PATH

2018-06-18 Thread Marius Bakke
l...@gnu.org (Ludovic Courtès) writes: > In the example you give (inetutils), I suppose users want > /run/setuid-programs/ping to come first. I wonder if there are > situations where the current behavior is desirable; maybe not. The only cases I can think of involve 'sudo'. But it's easier to w

bug#31870: Provide a way to customize %harmless-collisions

2018-06-18 Thread Ludovic Courtès
Clément Lassieur skribis: > Ludovic Courtès writes: [...] >> I have IceCat installed but I don’t remember seeing collision warnings >> coming specifically from it. Do you have them around, out of curiosity? > > I meant that Firefox collides with Icecat (and with gtk-icon-themes). > That was t

bug#31870: Provide a way to customize %harmless-collisions

2018-06-18 Thread Clément Lassieur
Good morning, Ludovic, Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> Ludovic Courtès writes: > > [...] > >>> Did you have any concrete use case in mind? >> >> Yes, Firefox and Icecat have lots of collisions, and they are displayed >> even when I install unrelated

bug#30104: ant-bootstrap does not build reproducibly

2018-06-18 Thread Gábor Boskovits
Fixed on staging, commit cded3a759356ff66b7df668bcdbdfa0daf96f4c5.

bug#31870: Provide a way to customize %harmless-collisions

2018-06-18 Thread Ludovic Courtès
Hello Clément, Clément Lassieur skribis: > Ludovic Courtès writes: [...] >> Did you have any concrete use case in mind? > > Yes, Firefox and Icecat have lots of collisions, and they are displayed > even when I install unrelated stuff. But it's fine, I can definitely > live with it. Closing

bug#31825: guix offload fails with guix-authenticate error

2018-06-18 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > maxim@apteryx ~$ guix offload test > guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... > guix offload: '192.168.1.105' is running guile (GNU Guile) 2.2.3 > guix offload: Guix is usable on '192.168.1.105' (test returned > "/gnu/store/

bug#30665: [PATCH, STAGING] guix: ant-build-system: Use manifest task to create manifest.

2018-06-18 Thread Gábor Boskovits
--- guix/build/ant-build-system.scm | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/guix/build/ant-build-system.scm b/guix/build/ant-build-system.scm index 3ed12b9f4..87c782d85 100644 --- a/guix/build/ant-build-system.scm +++ b/guix/build/ant-build-system.scm @@ -