unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rutherther via Guix-patches via <guix-patches@gnu.org>
To: 72962@debbugs.gnu.org
Cc: Tobias Geerinckx-Rice <me@tobias.gr>
Subject: [bug#72962] php-8.3.10 build failure
Date: Mon, 02 Sep 2024 17:27:59 +0000	[thread overview]
Message-ID: <87frqi2cf6.fsf@protonmail.com> (raw)
In-Reply-To: <87plpmiaey.fsf@marekpasnikowski.pl>


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






       reply	other threads:[~2024-09-02 21:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87plpmiaey.fsf@marekpasnikowski.pl>
2024-09-02 17:27 ` Rutherther via Guix-patches via [this message]
2024-09-11  3:29 ` [bug#72962] php-8.3.10 build failure Nathan Dehnel
2024-09-03  0:19 [bug#72943] [PATCH] gnu: gd: Requires.private to propagated inputs Carlo Zancanaro
2024-09-03  1:54 ` [bug#72943] [PATCH 2/2] gnu: php: Disable tests relating to BICUBIC interpolation Carlo Zancanaro
2024-09-04  6:50   ` [bug#72962] php-8.3.10 build failure guix-patches--- via
2024-09-04  7:27     ` [bug#72943] bug#72962: " Carlo Zancanaro
2024-09-04  7:43       ` [bug#72962] " guix-patches--- via
2024-09-04  7:59       ` guix-patches--- via
2024-09-04 10:32       ` guix-patches--- via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87frqi2cf6.fsf@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=72962@debbugs.gnu.org \
    --cc=me@tobias.gr \
    --cc=rutherther@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).