GNU bug report logs -
#77393
[PATCH] gnu: deluge: Backport fix for deluge-console.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 30 Mar 2025 21:23:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
To reply to this bug, email your comments to 77393 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77393
; Package
guix-patches
.
(Sun, 30 Mar 2025 21:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 30 Mar 2025 21:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Without this fix, the command is not usable from scripting, since it always
fails to report the result with:
<Deferred at 0x7f29b3879780 current result: None>
Upstream already has a fix, and it will be present in 2.1.2, so let us
backport it for now.
* gnu/packages/bittorrent.scm (deluge)[arguments]<#:phases>: Add
'fix-deluge-console.
Change-Id: Ifdbcb541aeefbc727890cec2356d346c7fa1dd5d
---
I am not sure whether we usually backport fixes, but I needed this to get
deluge-console working for me, so I might as well send it. Feel free to close
if it goes against some policy.
gnu/packages/bittorrent.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index e946660ab7..05bea4c533 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2023 Clément Lassieur <clement <at> lassieur.org>
;;; Copyright © 2024 Noisytoot <ron <at> noisytoot.org>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2025 Tomas Volf <~@wolfsden.cz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -628,6 +629,12 @@ (define-public deluge
`(#:tests? #f
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'fix-deluge-console
+ (lambda _
+ ;; Backport patch for: https://dev.deluge-torrent.org/ticket/3582
+ (substitute* "deluge/ui/console/__init__.py"
+ ((" return Console\\(\\).start\\(\\)")
+ " Console().start()"))))
(add-after 'install 'wrap
(lambda* (#:key native-inputs inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
--
2.48.1
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 02 Apr 2025 12:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Wed, 02 Apr 2025 12:17:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77393-done <at> debbugs.gnu.org (full text, mbox):
Backporting fixes is perfectly fine! I have added a small comment that
it should be removed after the next release to make an update easier,
and pushed.
Thanks,
Andreas
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.