bug#29519: ./pre-inst-env: substitute: Failed to autoload make-session in (gnutls)

2017-12-04 Thread Ludovic Courtès
Hello, Adonay Felipe Nogueira skribis: > starting substituter program > `/home/adfeno/Projetos/Software/guix/nix/scripts/substitute' > substitute: guile: warning: failed to install locale > substitute: warning: failed to install locale: Invalid argument > substitute: guix substitute: warning: A

bug#29522: rustc-1.16.0 broken after jemalloc updated to 5.0.1

2017-12-04 Thread Ludovic Courtès
Hi, Jelle Licht skribis: > 2017-11-30 23:41 GMT+01:00 Adam Van Ymeren : > >> I haven't had time to dig in to this further, but in case anyone wants >> to fix rustc-1.16.0, it's broken after the upgrade of jemalloc to 5.0.1. >> >> Reverting commit 475b99fa5cf402430aa93a40e406e854ad2ff6e4 which re

bug#28034: elixir build fails

2017-12-04 Thread Ludovic Courtès
Hi nee, nee skribis: > Hello, thank you for the fast and detailed reply. > I made two patches that upgrade erlang and elixir and disable the > failing tests in elixir, and got it to build again. Great, I applied both patches and added a copyright line for you in elixir.scm. > I sometimes get t

bug#29537: Core updates broken

2017-12-04 Thread Ludovic Courtès
Hello! Marius Bakke skribis: > Ricardo Wurmus writes: > >> Marius Bakke writes: >> >>> Gábor Boskovits writes: >>> It seems, that we have a breakage in current core-updates. m4, gettext, and at least a few other packages fail to build. >>> >>> Hello! >>> >>> The problem is that the

bug#29537: Core updates broken

2017-12-04 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > From 41677631be815d58c36052de7b54d297ad496ec1 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Sun, 3 Dec 2017 02:32:16 +0100 > Subject: [PATCH] gnu: glibc: Don't use full version string in locale path. > > This is a follow-up to commit ee3ebf1a357bd4eb36a2fa179

bug#29546: Intermittent test failures in 'git'

2017-12-04 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > On Hydra, the following intermittent test failure in 'git' has occurred > twice in the last two days, and twice about a month ago: This was discussed in , which led to commit c03ba83c17c91e34e811a909fae0f63aab701ff9 to run tests sequ

bug#29537: Core updates broken

2017-12-04 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Marius Bakke skribis: > >> From 41677631be815d58c36052de7b54d297ad496ec1 Mon Sep 17 00:00:00 2001 >> From: Marius Bakke >> Date: Sun, 3 Dec 2017 02:32:16 +0100 >> Subject: [PATCH] gnu: glibc: Don't use full version string in locale path. >> >> This is a follow-

bug#29522: [bug#29555] [PATCH] gnu: rust: update rust to 1.22.1 and cargo to 1.23.0

2017-12-04 Thread Nikolai Merinov
I added "-lstdc++" to rust standard lib to overcome issue. Which solution is better: 1. change link flags for rust standard library, or 2. create rust-specific jemalloc as suggested in #29522? 4 декабря 2017 г. 19:33:31 GMT+05:00, Jelle Licht пишет: >2017-12-03 20:01 GMT+01:00 Nikolai Merinov >

bug#29492: tests/guix-system.sh failure on unbound variable check

2017-12-04 Thread Eric Bavier
Pushed in 42d16037d857aac02add38513bfa58535c1ddcfe Thanks, Eric Bavier, Scientific Libraries, Cray Inc. From: Ludovic Courtès Sent: Saturday, December 2, 2017 03:59 To: Eric Bavier Cc: '29...@debbugs.gnu.org' Subject: Re: bug#29492: tests/guix-system.sh

bug#29546: Intermittent test failures in 'git'

2017-12-04 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Hi Mark, > > Mark H Weaver skribis: > >> On Hydra, the following intermittent test failure in 'git' has occurred >> twice in the last two days, and twice about a month ago: > > This was discussed in , which led to commit > c03b

bug#29522: [bug#29555] [PATCH] gnu: rust: update rust to 1.22.1 and cargo to 1.23.0

2017-12-04 Thread Danny Milosavljevic
Hi, On Mon, 04 Dec 2017 19:54:13 +0500 Nikolai Merinov wrote: > I added "-lstdc++" to rust standard lib to overcome issue. Which solution is > better: > 1. change link flags for rust standard library, or Sounds hacky and I'm not sure why it helps or whether it will keep working. > 2. create

bug#29522: rustc-1.16.0 broken after jemalloc updated to 5.0.1

2017-12-04 Thread Adam Van Ymeren
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Jelle Licht skribis: > >> 2017-11-30 23:41 GMT+01:00 Adam Van Ymeren : >> >>> I haven't had time to dig in to this further, but in case anyone wants >>> to fix rustc-1.16.0, it's broken after the upgrade of jemalloc to 5.0.1. >>> >>> Reverting comm

bug#29522: rustc-1.16.0 broken after jemalloc updated to 5.0.1

2017-12-04 Thread Ludovic Courtès
Adam Van Ymeren skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi, >> >> Jelle Licht skribis: [...] >>> It seems that the bundled copy of jemalloc in the rustc repo is currently >>> pinned at 4.5.0 partially >>> because of this specific issue as well. >>> >>> I did find an issue on the

bug#29522: rustc-1.16.0 broken after jemalloc updated to 5.0.1

2017-12-04 Thread Adam Van Ymeren
l...@gnu.org (Ludovic Courtès) writes: > Adam Van Ymeren skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Hi, >>> >>> Jelle Licht skribis: > > [...] > It seems that the bundled copy of jemalloc in the rustc repo is currently pinned at 4.5.0 partially because of this spe

bug#29570: challenge Backtraces

2017-12-04 Thread Vagrant Cascadian
After a recent guix pull, I'm getting tracebacks when attempting to run guix challenge. I tried switching subsititues to a local caching proxy, not sure if that could possibly break anything. But after switching back to using the substitutes directly, the problem still persists. $ guix --version

bug#29522: [bug#29555] [PATCH] gnu: rust: update rust to 1.22.1 and cargo to 1.23.0

2017-12-04 Thread Nikolai Merinov
Please find new version of patch: I removed linkage with libstdc++ and added new jemalloc-without-c++ >From 7cc263d0cbed910c9fdfcef57b52538229054e6b Mon Sep 17 00:00:00 2001 From: Nikolay Merinov Date: Sun, 3 Dec 2017 19:55:24 +0500 Subject: [PATCH] gnu: rust: update rust to 1.22.1 and cargo to