GNU bug report logs - #72962
php-8.3.10 build failure

Previous Next

Package: guix-patches;

Reported by: Marek Paśnikowski <marek <at> marekpasnikowski.pl>

Date: Mon, 2 Sep 2024 11:39:03 UTC

Severity: normal

Tags: patch

Merged with 72940, 72943

Full log


View this message in rfc822 format

From: Rutherther <rutherther <at> protonmail.com>
To: 72962 <at> debbugs.gnu.org
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: [bug#72962] php-8.3.10 build failure
Date: Mon, 02 Sep 2024 17:27:59 +0000
Hello everyone,

note that the linked issue solves this only partially.
It fixes gd itself, but then there are still three
failing tests in php.

I suggest this as current workaround locally:
---
(use-modules
 (guix packages)
 (gnu packages gd)
 (gnu packages php))

(define gd-fixed
  (package/inherit gd
    (name "gd-fixed")
    (propagated-inputs
     (package-inputs gd))))

(define php
  (package/inherit php
    (inputs (modify-inputs (package-inputs php)
              (replace "gd" gd-fixed)))))

php






This bug report was last modified 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.