bug#37504: "legacy" NTP configuration fallback fails

2019-10-31 Thread Maxim Cournoyer
Hello Marius, Marius Bakke writes: [...] >>> Backtrace: >>> In srfi/srfi-1.scm: >>>592:29 19 (map1 (#< type: # …)) >>>592:29 18 (map1 (#< type: # …)) >>>592:29 17 (map1 (#< type: # …)) >>>592:29 16 (map1 (#< type: # …)) >>>592:29 15 (map1 (#< type: # …)) >>>592:29 14

bug#37504: "legacy" NTP configuration fallback fails

2019-10-31 Thread Marius Bakke
T460s laptop writes: > Hello Marius, > > Marius Bakke writes: > >> Hello, >> >> I have a configuration similar to this: >> >> (service ntp-service-type >>(ntp-configuration >> (servers '("10.1.1.1" "10.2.2.2" >> >> When running `guix system reconfigure`, I get this

bug#37999: clang fails to pickup/supply startfiles to ld

2019-10-31 Thread Marius Bakke
Mathieu Othacehe writes: > From f126146880e3904f39728313dfc10288b51fc23a Mon Sep 17 00:00:00 2001 > From: Mathieu Othacehe > Date: Thu, 31 Oct 2019 15:05:54 +0100 > Subject: [PATCH] gnu: clang-from-llvm: Fix set-glibc-file-names phase. > > * gnu/packages/llvm.scm (clang-from-llvm)[arguments]:

bug#26302: [website] translations

2019-10-31 Thread pelzflorian (Florian Pelz)
On Tue, Oct 22, 2019 at 02:10:59PM +0200, Ludovic Courtès wrote: > Sorry that it’s taken this long, but I’m happy to say that the > ‘wip-i18n’ branch of the manual is now visible at: > > https://guix.gnu.org/.i18n/de/ > https://guix.gnu.org/.i18n/en/ > I have finally rebased wip-i18n, so

bug#38005: Acknowledgement (org.gtk.Settings.FileChooser glib schema missing "show-type-column" key)

2019-10-31 Thread Josh Holland
I just checked, and in fact staging already has 3.24.12, which contains the missing key. So I suppose this will be resolved when staging gets merged. Thanks, -- Josh Holland

bug#37504: "legacy" NTP configuration fallback fails

2019-10-31 Thread T460s laptop
Hello Marius, Marius Bakke writes: > Hello, > > I have a configuration similar to this: > > (service ntp-service-type >(ntp-configuration > (servers '("10.1.1.1" "10.2.2.2" > > When running `guix system reconfigure`, I get this error: > > Backtrace: > In

bug#38005: org.gtk.Settings.FileChooser glib schema missing "show-type-column" key

2019-10-31 Thread Josh Holland
Hi, I'm using Guix on a foreign distro (Arch), and I have noticed that Firefox as installed by pacman crashes frequently. If I run it from a terminal, I see that the error is the following: (firefox:1166641): GLib-GIO-ERROR **: 15:05:20.437: Settings schema 'org.gtk.Settings.FileChooser' does

bug#37345: Icecat doesn't display numbers on Guix System

2019-10-31 Thread Matias Jose Seco Baccanelli
Hello! I confirm that installing font-dejavu also fixed the issue for me. Wondering if the problem arises on any system configuration setup or if it might be influenced by, for example, the locale; which mine is (locale "it_IT.utf8"). Blisfully, Matias pgpOzX6f6D1H5.pgp Description: OpenPGP

bug#37999: clang fails to pickup/supply startfiles to ld

2019-10-31 Thread Mathieu Othacehe
This patch is a bit more viable that the previous one I think. Mathieu >From f126146880e3904f39728313dfc10288b51fc23a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 31 Oct 2019 15:05:54 +0100 Subject: [PATCH] gnu: clang-from-llvm: Fix set-glibc-file-names phase. *

bug#37999: clang fails to pickup/supply startfiles to ld

2019-10-31 Thread Bengt Richter
Hi Carl, On +2019-10-30 20:48:55 +, Carl Dong wrote: > Hi all, > > Our clang toolchain seems to be quite broken at this time. In particular, it > fails to call `ld` in the right way such that the startfiles are picked up: > I suppose you know that guix ld is more complex than plain vanilla

bug#35591: Segfault on flatpak remote-add

2019-10-31 Thread Ben Sturmfels
On Sun, 05 May 2019, Jonathan Frederickson wrote: > I'm attempting to use Flatpak on my Guix system, and I'm experiencing > segfaults when attempting to add a remote repo. Provided below are the > output of the command I'm attempting to run, as well as some info > about my system. I learnt on

bug#37940: endless "try upgrading both" cycles

2019-10-31 Thread Danny Milosavljevic
Hi, On Mon, 28 Oct 2019 01:03:48 +0100 Arne Babenhauserheide wrote: > > Now, it doesn’t sound right that ‘util-linux’ is propagated from glib > > and from poppler…? > > Poppler needs glib at runtime and glib needs tools from util-linux at > runtime? That doesn't mean glib has to propagate

bug#37946: pingus build fails: ‘function’ in namespace ‘std’ does not name a template type

2019-10-31 Thread Pierre Neidhardt
Thanks! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#37999: clang fails to pickup/supply startfiles to ld

2019-10-31 Thread Mathieu Othacehe
Hello Carl, The attached patch fixes it for me, but this piece of code should be rewritten so that we don't have the same failure at every clang major version update. WDYT? Mathieu >From ac0cf4e25f9acdb02bee402b45a8f31a4830fcb7 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 31 Oct