Hi there!
I'm using GuixSD 0.12.0 and ran `guix package --install=mysql` (which
I gather gave me MariaDB 10.1.19), then created a database and tried to
reload a database dump of a decent sized existing database:
zcat dump.sql.gz | mysql DBNAME
which failed with:
ERROR 2006 (HY000) at line 2
On Wed, 11 Jan 2017 00:06:42 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> Presumably ‘gdk-pixbuf-query-loaders’, which generates ‘loaders.cache’,
> does not sort the entries returned by readdir(2).
Yep.
gdk-pixbuf/queryloaders.c line 355 uses g_dir_open.
Docs:
https://developer.gnome.org/glib
--8<---cut here---start->8---
ludo@ribbon ~/src/guix$ ./pre-inst-env guix challenge gdk-pixbuf
--substitute-urls="https://mirror.hydra.gnu.org https://bayfront.guixsd.org";
updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
updating list
Hi Ben,
Ben Woodcroft skribis:
> Since "#:use-module (guix docker)" is at the top of
> guix/scripts/refresh.scm and "#:use-module (json)" is at the top of
> guix/docker.scm, when the json module is unavailable make fails:
I believe commit 1545a012cb7cd78e25ed99ecee26df457be590e9 fixes that.
Th
Hi Nikolay,
Apologies for the delay.
Nikolay Merinov skribis:
> Thank you for answer about hibernation. Can you help me with similar
> issue with sleeping?
I’ve never had this problem with my laptops (an old Dell and a new HP
Elitebook): elogind suspends the system to RAM when I close the lid
Ludovic Courtès writes:
> ng0 skribis:
>
>> Ludovic Courtès writes:
>>
>>> Ricardo Wurmus skribis:
>>>
The package “tcc” fails to build. The check phase fails:
starting phase `check'
make -C tests test
make[1]: Entering directory
'/tmp/guix-build-tcc-0.9.26.drv-
ng0 skribis:
> Ludovic Courtès writes:
>
>> Ricardo Wurmus skribis:
>>
>>> The package “tcc” fails to build. The check phase fails:
>>>
>>> starting phase `check'
>>> make -C tests test
>>> make[1]: Entering directory
>>> '/tmp/guix-build-tcc-0.9.26.drv-0/tcc-0.9.26/tests'
>>> he