On Fri, Mar 03, 2017 at 10:28:55AM +0100, julien lepiller wrote: > I think they are good now. How could I investigate glib's failure?
I typically investigate hangs by attaching to the guix-daemon as root with `strace -f -p $(pgrep guix-daemon | head -n1)` to see what it's doing. The output is extremely verbose, but it usually helps me figure out the problem. > From c6bede4feb365304d0cce71445070aa342d9db4d Mon Sep 17 00:00:00 2001 > From: Julien Lepiller <jul...@lepiller.eu> > Date: Mon, 27 Feb 2017 11:09:11 +0100 > Subject: [PATCH 1/2] gnu: gd: Fix an issue with XBM decoding. > > * gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: New file. > * gnu/local.scm (dist_patch_DATA): Add it. > * gnu/packages/gd.scm (gd)[source]: Use it. > From ebe4eb669f1cf4a87a961452425513a3185becbe Mon Sep 17 00:00:00 2001 > From: Julien Lepiller <jul...@lepiller.eu> > Date: Mon, 27 Feb 2017 11:15:29 +0100 > Subject: [PATCH 2/2] gnu: php: Update to 7.1.2. > > * gnu/packages/php.scm (php): Update to 7.1.2. > [inputs]: Add gnutls. > (gd-for-php): Remove variable. > * gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch: Remove file. > * gnu/packages/patches/*gd-fix-truecolor-format-correction.patch: Remove file. > * gnu/local.mk (dist_patch_DATA): Remove them. Pushed to core-updates!