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

2017-01-12 Thread myglc2
On 01/11/2017 at 23:14 Ludovic Courtès writes: > Could you tell me if this bug is still relevant? Hi Ludo’, Sorry for the delay, I had to swap hardware around to revisit this. I am now able to assemble 3 arrays as shown below, so I think you should close the bug. config: (define md0 (mapped

bug#25415: MySQL "server has gone away" when reloading database dump due to "max_allowed_packet" default

2017-01-12 Thread Ben Sturmfels
On 13/01/17 01:22, Ludovic Courtès wrote: >> Could it be worth setting max_allowed_packet to 16M in Guix's >> `mysql-configuration-file` function for consistency with Debian? > > Definitely. I would add a ‘max-allowed-packet’ field in > in (gnu services databases) and make sure it’s > honored.

bug#25430: `guix system reconfigure' fails with "symlink: File exists"

2017-01-12 Thread Arun Isaac
`guix system reconfigure' fails on my machine with the following backtrace. In ice-9/boot-9.scm: 160: 11 [catch #t # ...] In unknown file: ?: 10 [apply-smob/1 #] In ice-9/boot-9.scm: 66: 9 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 8 [eval # #] In ice-9/boot-9.scm: 2404: 7 [sav

bug#23776: Perl's .pod files include timestamps, making Perl package builds non-deterministic

2017-01-12 Thread Marius Bakke
Ludovic Courtès writes: > Leo Famulari skribis: > >> On Thu, Jun 16, 2016 at 11:39:27AM -0400, Leo Famulari wrote: >>> On Thu, Jun 16, 2016 at 01:33:46PM +0200, Ludovic Courtès wrote: >>> > The problem is described in >>> > : >>> > >>> > --8<---cut here---start-

bug#25425: cannot express search path

2017-01-12 Thread Ricardo Wurmus
Ludovic Courtès writes: > I think this should work: > >(search-path-specification > (variable "LUA_PATH") > (separator ";") > (files '("share/lua/5.3")) > (file-pattern "\\.lua$") > (file-type 'regular)) I tried this very same thing but it do

bug#25425: cannot express search path

2017-01-12 Thread Ludovic Courtès
Ricardo Wurmus skribis: > It seems that the “search-path-specification” cannot be used to include > placeholders such as “?” as required by LUA_PATH and LUA_CPATH. The > search paths in Lua are not directories and they are not actual file > names. Indeed. > I suggest adding an optional “placeh

bug#25415: MySQL "server has gone away" when reloading database dump due to "max_allowed_packet" default

2017-01-12 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > Reloading the same dump works for me on default MySQL in Trisquel 7. > The database dump was created on Debian with `mysqldump --no-create-db > DBNAME`. > > On Guix, I was able to reload the dump by running mysqld with a custom > config file with max_allowed_pack

bug#25414: gdk-pixbuf@2.34.0 does not build deterministically

2017-01-12 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> Sounds like the right approach, would you like to test it? :-) > > In principle yes, I mean, can you apply the patch and build it with: guix build gdk-pixbuf --rounds=2 -K ? > but even without the patch I get (using current master): > > $ ./pre-in

bug#25425: cannot express search path

2017-01-12 Thread Ricardo Wurmus
It seems that the “search-path-specification” cannot be used to include placeholders such as “?” as required by LUA_PATH and LUA_CPATH. The search paths in Lua are not directories and they are not actual file names. I suggest adding an optional “placeholder” field to “search-path-specification”,

bug#25425: lua does not set search paths

2017-01-12 Thread Ricardo Wurmus
The lua interpreter packages do not set native search paths, so they cannot find lua modules. $ guix environment --ad-hoc lua lua-lpeg $ lua > require('lpeg') … ERROR … However: $ guix environment --ad-hoc lua lua-lpeg $ export LUA_PATH="$GUIX_ENVIRONMENT/share/lua/5.3/?.lua;$GUIX_E