bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-20 Thread Ben Sturmfels
Thanks Gábor, adding zipfile fixes the build and Retux now runs. Patch attached and CC'd to guix-patches. Regards, Ben On Sun, 21 Jan 2018, Gábor Boskovits wrote: > I think unzip should be added to native-inputs. Can you try that? > > 2018-01-21 4:46 GMT+01:00 Ben Sturmfels : > > Hi Folks, > >

bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-20 Thread Gábor Boskovits
I think unzip should be added to native-inputs. Can you try that? 2018-01-21 4:46 GMT+01:00 Ben Sturmfels : > Hi Folks, > > I'd like to play the Retux game, but while the game starts up it crashes > on me after the "preloading levels" screen. > > There's no useful console output, but when runnin

bug#30116: [PATCH] `substitute' crashes when file contains NUL characters (core-updates)

2018-01-20 Thread Maxim Cournoyer
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Maxim Cournoyer skribis: > >> I've encountered the following crash when trying to use substitute on a >> file which contains NUL characters: > > Yes, that’s because Guile’s ‘regexp-exec’ simply wraps libc’s ‘regexec’, > which does not handle NULs.

bug#30189: Retux game halts after preloading levels (missing ucd.sqlite uniseg database)

2018-01-20 Thread Ben Sturmfels
Hi Folks, I'd like to play the Retux game, but while the game starts up it crashes on me after the "preloading levels" screen. There's no useful console output, but when running in the debugger, I see that the python-uniseg package is looking for a file called ucd.sqlite3 that doesn't exist, some

bug#30185: [PATCH] [core-updates] Put locales where libc will find them

2018-01-20 Thread Gábor Boskovits
I remember having a similar issue, and a patch was included to look for locales in version major+minor instead of the whole version string. This was tacked at: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29537 I think this might be relevant t

bug#30185: [PATCH] [core-updates] Put locales where libc will find them

2018-01-20 Thread Mark H Weaver
On my mips64el-linux GuixSD system, now updated to something close to core-updates (but with binutils-2.25.1), guile prints this warning: guile: warning: failed to install locale and 'locale' prints: mhw@yeeloong ~$ locale locale: Cannot set LC_CTYPE to default locale: No such file or dire

bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring

2018-01-20 Thread Efraim Flashner
On Sat, Jan 20, 2018 at 12:07:41PM +, Christopher Baines wrote: > Hey, > > I think something may have broken recently with the guix publish > service. I run this on a server with very basic configuration, just > setting the host, but I noticed recently that there were problems using > the serv

bug#30184: guix publish issue: guix substitute: error: corrupt input while restoring

2018-01-20 Thread Christopher Baines
Hey, I think something may have broken recently with the guix publish service. I run this on a server with very basic configuration, just setting the host, but I noticed recently that there were problems using the service. The following example is guix failing to download something from that serve