From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: PHP on core-updates Date: Fri, 3 Mar 2017 14:31:31 -0500 Message-ID: <20170303193131.GA14384@jasmine> References: <2bee7b80c8191cfb12bd4346100f841f@lepiller.eu> <87efyf8vp9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170302171852.GB30793@jasmine> <005c3e43fc87e28745fe656ac5f28ab3@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjsvR-0007dk-PI for guix-devel@gnu.org; Fri, 03 Mar 2017 14:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjsvO-0002ac-IK for guix-devel@gnu.org; Fri, 03 Mar 2017 14:31:37 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57139) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjsvO-0002aW-AD for guix-devel@gnu.org; Fri, 03 Mar 2017 14:31:34 -0500 Content-Disposition: inline In-Reply-To: <005c3e43fc87e28745fe656ac5f28ab3@lepiller.eu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: julien lepiller Cc: guix-devel@gnu.org 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 > 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 > 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!