bug#37384: Daemon does not honor “useSubstitutes” on armhf

2019-09-11 Thread Timothy Sample
Timothy Sample writes: > The problem goes away if I move “useSubstitutes” above “reservedSize”, > which has type “off_t”. I’m guessing this is because of something fishy > with “_FILE_OFFSET_BITS”, but I’m not sure what just yet. Here’s my best guess as to what is going on. In “nix-daemon.cc”

bug#37369: Getting network-manager-openconnect to work

2019-09-11 Thread pelzflorian (Florian Pelz)
On Wed, Sep 11, 2019 at 10:46:56PM +0200, Ludovic Courtès wrote: > Something I don’t get: why does NM itself know about openconnect? > > There’s a network-manager-openconnect plugin, so I would expect > everything openconnect to happen there. Do you know why it’s not that > way? > > Thanks, > Lu

bug#37387: reconfigure does not recreate ~/.guix-profile

2019-09-11 Thread Joshua Branson via Bug reports for GNU Guix
Hey guix, ;tldr guix system reconfigure does not create a ~/.guix-profile, if the file was deleted, nor does it change the symlink if the username changed. This seems like 2 tiny bugs. I recently installed guix on my Thinkpad T400. (Thanks by the way! Sway works wonderfully!) When I first

bug#37089: texlive-union includes log files with timestamps

2019-09-11 Thread Ricardo Wurmus
Hi Maxim, I think this might be related to or a duplicate of these bugs: https://issues.guix.gnu.org/issue/28173 https://issues.guix.gnu.org/issue/27515 -- Ricardo

bug#37373: python-ipython-documentation build is not reproducible

2019-09-11 Thread Ricardo Wurmus
Hi Maxim, > --8<---cut here---start->8--- > diff -r > /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0/share/doc/python-ipython-documentation-7.5.0/html/sphinxext.html > > /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipyt

bug#37374: "Guix is too old and cannot be upgraded" (guix package -u)

2019-09-11 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: >> Wow, now I want to keep guix up-to-date all the time. How long has it >> been since you pulled/upgraded guix? > > There’s no need to worry about that. The mechanism to upgrade Guix has > changed significantly over the past years and has since stabilized. > This

bug#37386: ungoogled-chromium broken because of openssl update

2019-09-11 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Jelle, Jelle Licht 写道: Commit cf065aba1ec14bdacab7a5a6bddbdfd7661cd409 seems to have broken node, which subsequently broke ungoogled-chromium. It should still be possible to upgrade node to the latest LTS version 10.16.3, but this requires an upgrade to the following rebuild-the-world package

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-09-11 Thread Jan
> Do not run ./configure alone, always specify --localstatedir=/var > unless you plan to run the daemon from the repo too (then it's fine > without the option, but you won't be able to pull or you'll get into > trouble iiuc). Thank you all for advice, after running ./configure --localstatedir=/va

bug#37386: ungoogled-chromium broken because of openssl update

2019-09-11 Thread Jelle Licht
Commit cf065aba1ec14bdacab7a5a6bddbdfd7661cd409 seems to have broken node, which subsequently broke ungoogled-chromium. It should still be possible to upgrade node to the latest LTS version 10.16.3, but this requires an upgrade to the following rebuild-the-world packages: - libuv - nghttp2 What

bug#37369: Getting network-manager-openconnect to work

2019-09-11 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > From 8de7675a2dc2c1385d312e35136f8fa9eb4f9825 Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Tue, 10 Sep 2019 12:59:19 +0200 > Subject: [PATCH] gnu: network-manager: Enable openconnect helper. > > * gnu/packages/gnome.scm (network-manag

bug#37384: Daemon does not honor “useSubstitutes” on armhf

2019-09-11 Thread Timothy Sample
Timothy Sample writes: > it gives me different addresses depending on whether I’m printing from > the main daemon loop or from the “querySubstitutablePathInfos” method. > The addresses suspiciously differ by eight. The problem goes away if I move “useSubstitutes” above “reservedSize”, which has

bug#37380: gdm doesn't load pam-limits

2019-09-11 Thread Ricardo Wurmus
Hi Jesse, > I have been trying to set up ardour, but jackd doesn't start in real- > time mode. I made an os definition that replicates this issue when I > use a VM[0]. > [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg00065.html > I asked the gnome and gdm IRC and found out gdm loads

bug#37384: Daemon does not honor “useSubstitutes” on armhf

2019-09-11 Thread Timothy Sample
Currently, the “guix” package cannot build on armhf due to test failures: . (I can confirm this on my local machine, too.) It looks like there is some confusion about the layout of the “Settings” struct. At least, if I add some print statements in t

bug#37380: gdm doesn't load pam-limits

2019-09-11 Thread Jesse Gibbons
On Wed, 2019-09-11 at 09:12 -0600, Jesse Gibbons wrote: > I have been trying to set up ardour, but jackd doesn't start in real- > time mode. I made an os definition that replicates this issue when I > use a VM[0]. > [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg00065.htm > l > I asked

bug#37363: emacs and other programs do not display special characters

2019-09-11 Thread quiliro
El Mar, 10 de Septiembre de 2019, 11:40 am, Ricardo Wurmus escribió: > > quil...@riseup.net writes: > >> Also with (locale "es_ES.utf8"), the system is all in English and Gnome >> Terminal will not start: >> quiliro@GSD3 ~$ gnome-terminal >> # Locale not supported by C library. >> #Using the fa

bug#37380: gdm doesn't load pam-limits

2019-09-11 Thread Jesse Gibbons
I have been trying to set up ardour, but jackd doesn't start in real- time mode. I made an os definition that replicates this issue when I use a VM[0]. [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg00065.html I asked the gnome and gdm IRC and found out gdm loads the gdm-password pam c

bug#37373: python-ipython-documentation build is not reproducible

2019-09-11 Thread Maxim Cournoyer
Hello Gábor, Gábor Boskovits writes: > Hello, > > > Maxim Cournoyer ezt írta (időpont: 2019. szept. > 11., Sze, 2:30): > >> Here's the diff produced by diffoscope: >> >> --- >> /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0 >> +++ >> /gnu/store/crwhhm91cgms8fnydv

bug#37369: Getting network-manager-openconnect to work

2019-09-11 Thread pelzflorian (Florian Pelz)
On Wed, Sep 11, 2019 at 10:38:22AM +0300, Efraim Flashner wrote: > Instead of adding openconnect to network-manager, would it be enough to > > (substitute* "the-file" > (("/usr/sbin/openconnect") "openconnect")) > > No, at least the comment documenting nm_utils_file_search_in_paths says: /**

bug#31365: libvirt/virt-manager: Embeds full path to qemu-system in saved .xml files

2019-09-11 Thread 宋文武
Vagrant Cascadian writes: > When i create a new libvirt instance with virt-manager, it embeds the > full path to the qemu binary used at the time. For the machine named > "networkboot": > > # grep qemu-system /etc/libvirt/qemu/networkboot.xml > > /gnu/store/0rzb7rjri2kb258j58asndw2pnp0xv9p-q

bug#37209: [PATCH] gnu: libvirt: Don't wrap with PATH

2019-09-11 Thread 宋文武
iyzs...@member.fsf.org (宋文武) writes: > Hello, this patch will make libvirt use > "/run/current-system/profile/bin/qemu-system-x86_64" > in machine's definition, and it can use 'ovs-vsctl' in PATH: > >>From e463ef6952009a46c96981df0647cee414fb71a6 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE

bug#37373: python-ipython-documentation build is not reproducible

2019-09-11 Thread Gábor Boskovits
Hello, Maxim Cournoyer ezt írta (időpont: 2019. szept. 11., Sze, 2:30): > Here's the diff produced by diffoscope: > > --- > /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0 > +++ > /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0-check

bug#37369: Getting network-manager-openconnect to work

2019-09-11 Thread Efraim Flashner
Instead of adding openconnect to network-manager, would it be enough to (substitute* "the-file" (("/usr/sbin/openconnect") "openconnect")) -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or re

bug#37374: "Guix is too old and cannot be upgraded" (guix package -u)

2019-09-11 Thread Ricardo Wurmus
Hi Jesse, > Wow, now I want to keep guix up-to-date all the time. How long has it > been since you pulled/upgraded guix? There’s no need to worry about that. The mechanism to upgrade Guix has changed significantly over the past years and has since stabilized. This error will usually only hit y