GNU bug report logs -
#77982
[PATCH] gnu: profanity: Fix build.
Previous Next
To reply to this bug, email your comments to 77982 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77982
; Package
guix-patches
.
(Tue, 22 Apr 2025 08:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tanguy Le Carrour <tanguy <at> bioneland.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Apr 2025 08:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (profanity)[arguments]: Remove a phase
deprecated by the upgrade to Python 3.11.
Change-Id: Iac74fb082fbdcea36c9eef0d2918f85fad1fee8a
---
gnu/packages/messaging.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 57c6976193..5c48c5ff73 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2283,14 +2283,7 @@ (define-public profanity
"--enable-otr"
"--enable-pgp"
"--enable-omemo"
- "--enable-icons-and-clipboard")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-python-plugins
- (lambda _
- ;; Py_XDECREF is a macro in Python 3.10
- (substitute* "src/plugins/python_plugins.c"
- (("Py_XDECREF") "_Py_XDECREF")))))))
+ "--enable-icons-and-clipboard")))
(native-inputs
(list autoconf
autoconf-archive
base-commit: c6ee7b0f79632d50ad491b75c240547be8f40c31
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77982
; Package
guix-patches
.
(Tue, 22 Apr 2025 10:40:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 77982 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
> * gnu/packages/messaging.scm (profanity)[arguments]: Remove a phase
> deprecated by the upgrade to Python 3.11.
>
> Change-Id: Iac74fb082fbdcea36c9eef0d2918f85fad1fee8a
> ---
> gnu/packages/messaging.scm | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> index 57c6976193..5c48c5ff73 100644
> --- a/gnu/packages/messaging.scm
> +++ b/gnu/packages/messaging.scm
> @@ -2283,14 +2283,7 @@ (define-public profanity
> "--enable-otr"
> "--enable-pgp"
> "--enable-omemo"
> - "--enable-icons-and-clipboard")
> - #:phases
> - #~(modify-phases %standard-phases
> - (add-after 'unpack 'patch-python-plugins
> - (lambda _
> - ;; Py_XDECREF is a macro in Python 3.10
> - (substitute* "src/plugins/python_plugins.c"
> - (("Py_XDECREF") "_Py_XDECREF")))))))
> + "--enable-icons-and-clipboard")))
> (native-inputs
> (list autoconf
> autoconf-archive
>
> base-commit: c6ee7b0f79632d50ad491b75c240547be8f40c31
> --
> 2.49.0
Thanks, this patch builds fine here. Much appreciated.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77982
; Package
guix-patches
.
(Tue, 22 Apr 2025 15:49:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 77982 <at> debbugs.gnu.org (full text, mbox):
The patch also builds for me.
Thanks,
Frank
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.