guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PHP on core-updates


From: Leo Famulari
Subject: Re: PHP on core-updates
Date: Fri, 3 Mar 2017 14:31:31 -0500
User-agent: Mutt/1.8.0 (2017-02-23)

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 <address@hidden>
> 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 <address@hidden>
> 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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]