GNU bug report logs -
#76140
[PATCH 0/2] gnu: emacs-telega: Update to 0.8.441.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Sat, 8 Feb 2025 07:33:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76140 in the body.
You can then email your comments to 76140 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Sat, 08 Feb 2025 07:33:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 08 Feb 2025 07:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Updates tdlib and emacs-telega to the latest version.
Sergey Trofimov (2):
gnu: tdlib: Update to 1.8.44.
gnu: emacs-telega: Update to 0.8.441.
gnu/packages/emacs-xyz.scm | 6 +++---
gnu/packages/messaging.scm | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Sat, 08 Feb 2025 08:35:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76140 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (tdlib): Update to 1.8.44.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f6ac865512..83c967bb08 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2714,11 +2714,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "056963e48fa8d3f89556239c22d6ac843d3c8a5b")
+ (let ((commit "28c6f2e9c045372d50217919bf5768b7fbbe0294")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.39" revision commit))
+ (version (git-version "1.8.44" revision commit))
(source
(origin
(method git-fetch)
@@ -2726,7 +2726,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "1prgq4v4l29g8zrldj0z7zgwl7mp5nh35dqmx45pwk41giiaw3x5"))
+ (base32 "10lrbk17z93mxpcr9ixwg293ili5w6lnp549apc2qgdvafkdb7r1"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.48.1
Information forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Sat, 08 Feb 2025 08:35:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76140 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.441.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 707afc1c5f..4978085fbc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37335,11 +37335,11 @@ (define-public emacs-telega-server
(license license:gpl3+))))
(define-public emacs-telega
- (let ((commit "0368bae5646193d421a04130ed5e046fe47946d3")
+ (let ((commit "02c68bcea96edbb30d559885d28ca429a1e73d72")
(revision "0"))
(package
(name "emacs-telega")
- (version (git-version "0.8.391" revision commit))
+ (version (git-version "0.8.441" revision commit))
(source
(origin
(method git-fetch)
@@ -37347,7 +37347,7 @@ (define-public emacs-telega
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "05q8nrbp9r6hkdck2d8zwl9dwww3sqjlfka1ifxwwgcrndni3nx8"))
+ (base32 "1ms5vmpsqvjxrp28bpdv2b8y6hv7wfwqsminhz807gry4gr6sqhk"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Sat, 08 Feb 2025 21:17:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello!
I tried running it with ./pre-inst-env guix shell emacs emacs-telega and
run into a couple of problems:
1. I have a lot of messages like this in messages buffer:
> telega: Error while processing cmd ("event" (:@type "stickers"
> :stickers [] :@extra 1239))
2. When I try to open a chat, i see a lot of errors:
>---[telega bug]
>PP-ERROR: telega-chatbuf-msg--pp ==>
> (void-function custom-face-get-current-spec-unfiltered)
>------
Reported version by running telega-version is:
> telega v0.8.420 (TDLib v1.8.44-GITDIR-) (telega-server v0.8.2)
When running with the guix shell emacs emacs-telega from the current
guix master I cannot see any of these issues.
Of course, I removed the ~/.telega directory before each of the
experiments.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Sat, 08 Feb 2025 21:17:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
sarg <at> sarg.org.ru, rodion <at> goritskov.com, guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Tue, 04 Mar 2025 12:30:03 GMT)
Full text and
rfc822 format available.
Message #20 received at 76140 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (tdlib): Update to 1.8.44.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1ee8255593..91532d62b4 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2716,11 +2716,11 @@ (define-public telegram-purple
(license license:gpl2+)))
(define-public tdlib
- (let ((commit "056963e48fa8d3f89556239c22d6ac843d3c8a5b")
+ (let ((commit "28c6f2e9c045372d50217919bf5768b7fbbe0294")
(revision "0"))
(package
(name "tdlib")
- (version (git-version "1.8.39" revision commit))
+ (version (git-version "1.8.44" revision commit))
(source
(origin
(method git-fetch)
@@ -2728,7 +2728,7 @@ (define-public tdlib
(url "https://github.com/tdlib/td")
(commit commit)))
(sha256
- (base32 "1prgq4v4l29g8zrldj0z7zgwl7mp5nh35dqmx45pwk41giiaw3x5"))
+ (base32 "10lrbk17z93mxpcr9ixwg293ili5w6lnp549apc2qgdvafkdb7r1"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
base-commit: a5f7f73edfb44e4f860039d6a3d50ed6c1159eb8
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
--
2.48.1
Information forwarded
to
sarg <at> sarg.org.ru, rodion <at> goritskov.com, andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Tue, 04 Mar 2025 12:30:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 76140 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.441.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2994780504..f5876a342c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37714,11 +37714,11 @@ (define-public emacs-telega-server
(license license:gpl3+))))
(define-public emacs-telega
- (let ((commit "0368bae5646193d421a04130ed5e046fe47946d3")
+ (let ((commit "85ad1717de4a47ebeb293e836e5a89e901b55dbd")
(revision "0"))
(package
(name "emacs-telega")
- (version (git-version "0.8.391" revision commit))
+ (version (git-version "0.8.441" revision commit))
(source
(origin
(method git-fetch)
@@ -37726,7 +37726,7 @@ (define-public emacs-telega
(url "https://github.com/zevlg/telega.el")
(commit commit)))
(sha256
- (base32 "05q8nrbp9r6hkdck2d8zwl9dwww3sqjlfka1ifxwwgcrndni3nx8"))
+ (base32 "099a9269fb9p4hj9v8lqgij9cnc2zr0ayzxws4bh3w82qz5hvi22"))
(file-name (git-file-name "emacs-telega" version))
(patches
(search-patches "emacs-telega-path-placeholder.patch"
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Tue, 04 Mar 2025 13:33:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 76140 <at> debbugs.gnu.org (full text, mbox):
Rodion Goritskov <rodion <at> goritskov.com> writes:
> Hello!
>
> I tried running it with ./pre-inst-env guix shell emacs emacs-telega and
> run into a couple of problems:
>
> 1. I have a lot of messages like this in messages buffer:
>
>> telega: Error while processing cmd ("event" (:@type "stickers"
>> :stickers [] :@extra 1239))
>
> 2. When I try to open a chat, i see a lot of errors:
>
>>---[telega bug]
>>PP-ERROR: telega-chatbuf-msg--pp ==>
>> (void-function custom-face-get-current-spec-unfiltered)
>>------
>
> Reported version by running telega-version is:
>> telega v0.8.420 (TDLib v1.8.44-GITDIR-) (telega-server v0.8.2)
>
> When running with the guix shell emacs emacs-telega from the current
> guix master I cannot see any of these issues.
>
> Of course, I removed the ~/.telega directory before each of the
> experiments.
Thanks for trying it. As you can see, the reported version (0.8.420) is different
from the expected one (0.8.441), because I've somehow used an earlier
commit. I've fixed it in the next patchset.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76140
; Package
guix-patches
.
(Tue, 04 Mar 2025 23:33:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 76140 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 76140 + reviewed-looks-good
thanks
Hi!
Patch applies, tdlib and telega build and work fine with the updated
patch version.
Thank you for the patch!
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Wed, 05 Mar 2025 19:36:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Wed, 05 Mar 2025 19:36:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 76140-done <at> debbugs.gnu.org (full text, mbox):
Applied. Thank you Sergey and Rodion!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 03 Apr 2025 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.