bug#37509: [core-updates] [PATCH] gnu: gcc: Fix mingw cross compiler.

2019-09-26 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hello, > LGTM! Glad you found out how to fix it. Thanks, yes. I'm not all too happy that I cannot find others having trouble with this, let alone creating a bug report for either gcc or mingw-w64. Oh well... Pushed to core-updates as

bug#37520: maxima x86_64/linux build failure

2019-09-26 Thread Diego Nicola Barbato
Hey Christopher, Christopher Howard writes: > Running guix overlaid on Debian 9 amd64. Ran guix pull && guix package -u. > Ran guix install wxmaxima. Build fails with > > / 'configure' phasebuilder for > `/gnu/store/m5r9y68mhya0kv828mp62y28bfm0lrmv-maxima-5.42.2.drv' failed with > exit code

bug#37506: [core-updates] Inferiors cannot reference master branch

2019-09-26 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > On the 'core-updates' branch, if you try to reference the 'master' > branch in an inferior, your system will fail to build like so: Could you provide a manifest or something to reproduce this? Thanks, Ludo’.

bug#37522: TBB is not bit-reproducible

2019-09-26 Thread Ludovic Courtès
Ludovic Courtès skribis: > Looks like a timestamp + uname issue, as shown by diffoscope: Fixed in 7647c0dec993159432534d0e3815367a5e8e3b76.

bug#34580: Service ssh-daemon could not be started

2019-09-26 Thread Ludovic Courtès
Hi Brand, "Brant Gardner" skribis: > I'll cheerfully do the experiment, but I don't know how - can you direct me > for how to add strace where you need it to a booting system? You could try something like the patch below. When ‘ssh-daemon’ fails to start, you’ll have to make sure to grab

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-26 Thread Jan Wielkiewicz
Hi, I've tried this solution already, but it didn't work for me then and it doesn't work now. When I try to reconfigure my system, guix throws: guix system: error: failed to load '/etc/config.scm': /etc/config.scm:66:57: Wrong type to apply: #< name: "pl" variant: "legacy" model: #f options: ()>

bug#37482: Guix fails to build libreoffice

2019-09-26 Thread Ludovic Courtès
Hello, Jan skribis: > Is there a way to skip building libreoffice, if the substitute isn't > available? There’s no way to skip it. However, there are a couple of tricks: • The ‘--dry-run’ option always shows what would be built or downloaded, so you can run, say, ‘guix upgrade

bug#37509: [core-updates] [PATCH] gnu: gcc: Fix mingw cross compiler.

2019-09-26 Thread Ludovic Courtès
Hello, Jan Nieuwenhuizen skribis: >>From 051e4a62cbc6d48015f0f2f807141ad92ac73cf2 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Tue, 24 Sep 2019 20:23:31 +0200 > Subject: [PATCH] gnu: gcc: Fix mingw cross compiler. > > * gnu/packages/patches/gcc-7-cross-mingw.patch: New file. > *

bug#37357: Is there a workaround?

2019-09-26 Thread Konrad Hinsen
Konrad Hinsen writes: > I suspect that I am a victim of this bug as well. Is there a workaround? > I tried removing next, doing another gc to get a clean slate, and then > re-installed next. But it still complains that it can't find the > next-gtk-webkit executable. This actually does work, if

bug#37357: Is there a workaround?

2019-09-26 Thread Konrad Hinsen
I suspect that I am a victim of this bug as well. Is there a workaround? I tried removing next, doing another gc to get a clean slate, and then re-installed next. But it still complains that it can't find the next-gtk-webkit executable. Konrad.

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-26 Thread Wiktor Żelazny
On Mon, Sep 16, 2019 at 12:23:22AM +0200, Jan Wielkiewicz wrote: > I've tried using the default Polish keyboard layout with SLiM and it > doesn't seem to work Hi, In case you haven’t found the solution, yet, perhaps this snippet from my config.scm will help you. You will need to trim it to

bug#37523: Print hint if build fails due to invalid character in package source base name

2019-09-26 Thread Hartmut Goebel
Followup to : guix shall print a hint if building fails due to the package source base name containing a character invalid in a store filename (e.g. "@" or "%"). Currently, when building such a package, one gets an error message like: guix build: error:

bug#26175: [bug#36976] [PATCH 1/1] download: Map file-name characters not allowed in store.

2019-09-26 Thread Hartmut Goebel
Done, see dec845606d2d184da31065fa26cd951b84b3ce2d and -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

bug#37522: TBB is not bit-reproducible

2019-09-26 Thread Ludovic Courtès
Here’s what I see: --8<---cut here---start->8--- $ diff -ru /gnu/store/0zj8i5c6cbk9k1rj4kj4ql8bwwzci0nq-tbb-2019_U8{,-check} Ciferecaj dosieroj /gnu/store/0zj8i5c6cbk9k1rj4kj4ql8bwwzci0nq-tbb-2019_U8/lib/libtbbmalloc.so.2 kaj

bug#37520: maxima x86_64/linux build failure

2019-09-26 Thread Christopher Howard
Running guix overlaid on Debian 9 amd64. Ran guix pull && guix package -u. Ran guix install wxmaxima. Build fails with / 'configure' phasebuilder for `/gnu/store/m5r9y68mhya0kv828mp62y28bfm0lrmv-maxima-5.42.2.drv' failed with exit code 1 build of

bug#37207: guix.gnu.org Last Modified at epoch

2019-09-26 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > Turning these off will of course prevent all caching. I don't know if > that would add measurable load to guix.gnu.org (it would be more > problematic if we used a CDN, but it might still make a difference). > > Nix does something both interesting

bug#33517: Problem booting when using btrfs subvolume for /gnu/store

2019-09-26 Thread Maxim Cournoyer
Hi Christopher, Christopher Baines writes: > Ludovic Courtès writes: > >> Hello, >> >> Christopher Baines skribis: >> >>> Unfortunately, it's not a proper solution, as it obviously breaks when >>> you actually want to strip the mount point off so that grub can find the >>> right files. >> >>