GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 18 Jun 2025 14:22:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #263 received at 78826 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/irc.scm (epic5): Update to 3.0.3.
[arguments]{tests-target}: Unset.
{tests?}: Disable them with an explanatory comment.
{phases}: Remove phase patch-bsdinstall.
---
gnu/packages/irc.scm | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index b5df78e209..a37654fa21 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -734,7 +734,7 @@ (define-public limnoria
(define-public epic5
(package
(name "epic5")
- (version "2.0.1")
+ (version "3.0.3")
(source
(origin
(method url-fetch)
@@ -745,11 +745,13 @@ (define-public epic5
version
".tar.xz"))
(sha256
- (base32 "1ap73d5f4vccxjaaq249zh981z85106vvqmxfm4plvy76b40y9jm"))))
+ (base32 "09nkg66rbkz107xrhqhg2xgda8vm1zqsya6pnmjhn10lbhhi3933"))))
(build-system gnu-build-system)
(arguments
(list
- #:test-target "test"
+ ;; XXX: No test-target, altough some tests in regress/
+ ;; The authors claim they run tests manually.
+ #:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-perl
@@ -757,16 +759,6 @@ (define-public epic5
(substitute* "regress/crash-irc"
(("perl5")
(search-input-file inputs "bin/perl")))))
- (add-after 'unpack 'patch-bsdinstall
- ;; If we just remove /bin/ some part of the bsdinstall breaks.
- ;; Furthermore bsdinstalls has a reference to /etc/chmod here, which
- ;; means if we leave /etc/ in, install fails.
- (lambda _
- (substitute* "bsdinstall"
- (("/bin/(chgrp|chmod|cp|mkdir|mv|rm|strip)" all bin)
- bin)
- (("/etc/")
- ""))))
(replace 'configure
(lambda* (#:key inputs #:allow-other-keys)
;; The tarball uses a very old version of autconf. It does not
--
2.49.0
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.