From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 75943@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#75943] [PATCH] gnu: perl-sdl: Fix build.
Date: Thu, 30 Jan 2025 19:55:54 +0800 [thread overview]
Message-ID: <fe29e36beffd2ea120f7e7ac0f1f0b320dac4fc5.1738238147.git.iyzsong@member.fsf.org> (raw)
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/perl.scm (perl-sdl)[arguments]: Add 'skip-failing-test phase.
Change-Id: I44627e1d19a4a4d37f7b2663738cde2f0dc598ee
---
gnu/packages/perl.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 773c8f8813..13d9db9959 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -13096,6 +13096,16 @@ (define-public perl-sdl
(sha256
(base32 "1dagpmcpjnwvd4g6mmnc312rqpd4qcwx21rpi2j7084wz8mijai5"))))
(build-system perl-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-failing-test
+ (lambda _
+ ;; XXX: This test fails with:
+ ;; Can't use an undefined value as a subroutine reference
+ ;; during global destruction.
+ (substitute* "t/core_events.t"
+ (("^SDL::Events::set_event_filter") "#")))))))
(native-inputs
(list perl-alien-sdl
perl-capture-tiny
base-commit: c994e9262f9dbe4d688f688c92aedb3ee7ba4dfc
--
2.47.1
next reply other threads:[~2025-01-30 11:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-30 11:55 iyzsong--- via Guix-patches via [this message]
2025-02-02 6:58 ` bug#75943: [PATCH] gnu: perl-sdl: Fix build 宋文武 via Guix-patches via
2025-02-03 9:51 ` [bug#75943] " Jessica Diedericks
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=fe29e36beffd2ea120f7e7ac0f1f0b320dac4fc5.1738238147.git.iyzsong@member.fsf.org \
--to=guix-patches@gnu.org \
--cc=75943@debbugs.gnu.org \
--cc=iyzsong@envs.net \
--cc=iyzsong@member.fsf.org \
/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).