bug#31708: 'gcc-strmov-store-file-names.patch' causes GCC segfaults

2018-06-04 Thread Ludovic Courtès
Hello, On current ‘core-updates’, we have: --8<---cut here---start->8--- $ readlink -f $(type -P gcc) /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0/bin/gcc ludo@ribbon /home/ludo/src/guix/+core-updates$ cat strmov-ice.c #define _GNU_SOURCE #include vo

bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix

2018-06-04 Thread Ludovic Courtès
Hello! Konrad Hinsen skribis: > Just wondering: does this mean that I could substitute Guix from my local > source tree simply by doing > >./pre-inst-env guix package -p ~/.config/guix/current -i guix That would just install the snapshot that the ‘guix’ package refers to (it’s defined in (g

bug#31700: Make clean deletes french manuals

2018-06-04 Thread Ludovic Courtès
Hi Gábor, Gábor Boskovits skribis: > Make clean removes: > doc/contributing.fr.texi > doc/guix.fr.texi > > We had a discussion on #guix with roptat, and a few others. > I have found out, that after removing $(TRANSLATED_INFO) > from $(BUILT_SOURCES) in doc/local.mk these files are not > deleted

bug#31711: qutebrowser is broken

2018-06-04 Thread Rutger Helling
Hi Guix, qutebrowser fails to start with the recent python-pyqt upgrade, possibly due to the removed qtwebkit input. The following error occurs: --- Fatal error: QtWebEngine is required to run qutebrowser but could not be imported! Maybe it's not installed? The error encountered was: No module

bug#31700: Make clean deletes french manuals

2018-06-04 Thread Gábor Boskovits
2018-06-04 13:45 GMT+02:00 Ludovic Courtès : > Hi Gábor, > > Gábor Boskovits skribis: > > > Make clean removes: > > doc/contributing.fr.texi > > doc/guix.fr.texi > > > > We had a discussion on #guix with roptat, and a few others. > > I have found out, that after removing $(TRANSLATED_INFO) > > fr

bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix

2018-06-04 Thread Pjotr Prins
On Sun, Jun 03, 2018 at 10:29:43PM +0200, Ludovic Courtès wrote: > Pjotr Prins skribis: > > > On Fri, Jun 01, 2018 at 02:13:10PM +0200, Ludovic Courtès wrote: > >> Thanks for your support! We’ll still have to make the whole build > >> process faster but yeah, that’s one important step towards 1.

bug#31714: Cannot use usb-storage initrd module.

2018-06-04 Thread pelzflorian (Florian Pelz)
My laptop broke and now I use my formerly internal hard disk as an external hard disk in another laptop. It booted fine but I could not reconfigure maybe because Guix checks for a wrong spelling of the usb-storage module. When I pulled 1458f768c1049812166228b8526128b199518e50 and reconfigured I

bug#31708: 'gcc-strmov-store-file-names.patch' causes GCC segfaults

2018-06-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > On current ‘core-updates’, we have: > > $ readlink -f $(type -P gcc) > /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0/bin/gcc > ludo@ribbon /home/ludo/src/guix/+core-updates$ cat strmov-ice.c > #define _GNU_SOURCE > #include > > void foo (char *x) >