bug#24703: Store references in 8-byte chunks in compiled code

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 09:40:05PM +0100, Ludovic Courtès wrote: > I read much more code than I wanted just to end up in gcc/builtins.c. > In 8033772363b287ca529461e575ceb4a69d7af942 I added a patch for GCC 5.x > and 6.x that disables the ‘movabs’ optimization for strcpy/memcpy when > the source

bug#24130: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-11-09 Thread Ludovic Courtès
Hi myglc2, myglc2 skribis: > I am attempting to set up RAID. First, following the doc, I ended up > with system39.scm, attached, excerpt below: Sorry for the looong delay. In addition to the doc, there’s no a system test in (gnu tests install) (search for “raid-root-os”)

bug#24703: Store references in 8-byte chunks in compiled code

2016-11-09 Thread Ludovic Courtès
Hello! I read much more code than I wanted just to end up in gcc/builtins.c. In 8033772363b287ca529461e575ceb4a69d7af942 I added a patch for GCC 5.x and 6.x that disables the ‘movabs’ optimization for strcpy/memcpy when the source is a string constant that contains “/gnu/store” (I followed Mark’s

bug#15890: Please provide a way to delete old build directories.

2016-11-09 Thread Ludovic Courtès
Hi, Hartmut Goebel skribis: > any news on this? Did anybody pass this to the Nix project? No, but it shouldn’t be too hard: look for ‘settings.keepFailed’ in libstore/build.cc and drop a chown -R in there. We need to propagate the UID of the client who connected