Bug#1060099: telegram-desktop: FTBFS on mips64el: ./obj-mips64el-linux-gnuabi64/Telegram/./obj-mips64el-linux-gnuabi64/Telegram/gen/scheme.cpp:16435:(.text+0x1600a0): relocation truncated to fit: R_MI

2024-01-06 Thread Nicholas Guriev
Hello! On 06.01.2024 00:09:14 MSK you wrote: > CMakeFiles/td_scheme.dir/gen/scheme.cpp.o: in function `MTPDchannel::read(int > const*&, int const*)': > ./obj-mips64el-linux-gnuabi64/Telegram/./obj-mips64el-linux-gnuabi64/Telegram/gen/scheme.cpp:16435:(.text+0x1600a0): > relocation truncated to

Bug#1057687: telegram-desktop: calls broken due to old libsrtp not supporting openssl 3.0 on libtgowt (stable)

2023-12-23 Thread Nicholas Guriev
Control: tags -1 unreproducible Hello! I just retested in the current stable, bookworm, peer-to-peer calls and video chats (or group calls) and they work. Audio, video, and screenshare work okay. I checked both versions, 4.6.5+ds-2 and backported 4.8.1+ds-2~bpo12+1. These versions were built

Bug#1055656: bookworm-pu: package ms-gsl/4.0.0-2+deb12u1

2023-11-09 Thread Nicholas Guriev
:23.0 +0300 +++ ms-gsl-4.0.0/debian/changelog 2023-11-09 20:07:33.0 +0300 @@ -1,3 +1,9 @@ +ms-gsl (4.0.0-2+deb12u1) bookworm; urgency=medium + + * New Mark-gsl-not_null-constructors-as-noexcept.patch (Closes: #1051289) + + -- Nicholas Guriev Thu, 09 Nov 2023 20:07:33 +0300 + ms-gsl

Bug#1050929: telegram-desktop: System window decorations disabled on Wayland after 4.9.3

2023-09-12 Thread Nicholas Guriev
Hello! On Mon, 4 Sep 2023 21:35:22 -0300 z411 wrote: > Telegram already used Wayland before this (as do all Qt5/Qt6 apps) and > it had the option for system decorations. The icon also worked, for some > reason it doesn't work now. Since version 4.8.3 Telegram Desktop needs Qt6 for complete

Bug#1004914: Bug#1017679: still relevant

2023-09-07 Thread Nicholas Guriev
reassign 1004914 libclang-common-14-dev,libclang-common-15-dev,libclang-common-16-dev found 1004914 llvm-toolchain-14/1:14.0.6-13 found 1004914 llvm-toolchain-15/1:15.0.7-8 found 1004914 llvm-toolchain-16/1:16.0.6-11 thanks Hello! As of LLVM-16, the bug is not fixed yet. The compiler runtime

Bug#1051289: libmsgsl-dev: segfault in std::variant::emplace with gsl::not_null

2023-09-05 Thread Nicholas Guriev
Package: libmsgsl-dev Version: 4.0.0-2.1 Severity: important Forwarded: https://github.com/microsoft/GSL/issues/1134 gsl::not_null and std::variant from GNU's libstdc++ are not interoperable. The std::variant::emplace function of a template containing gsl::not_null of any type crashes due to

Bug#1051032: telegram-desktop: Duplicate telegram icon on Dash, with default icon and label "org.telegram"

2023-09-02 Thread Nicholas Guriev
Hello, On Fri, 01 Sep 2023 22:00:02 +0800 Eni wrote: > After upgrade telegram-desktop from 4.8.1+ds-2 to 4.9.3+ds-1, no matter > whether the > telegram-desktop is pin to dash (in GNOME), if launch telegram, it will show > a default > diamond icon with gears in dash, and if put pointer on it,

Bug#1050929: telegram-desktop: System window decorations disabled on Wayland after 4.9.3

2023-09-02 Thread Nicholas Guriev
Hello, On Thu, 31 Aug 2023 09:18:21 -0400 z411 wrote: > I use KDE Plasma under Wayland and I've always used the window system > decorations option in order to make my desktop visually consistent. > > But after updating to 4.9.3, this option has suddenly disappeared. I > asked upstream and they

Bug#1050067: dwz masks errors in writing output

2023-08-19 Thread Nicholas Guriev
Package: dwz Version: 0.15-1 Severity: minor Dear Maintainer, dwz(1) does not report actual errors in writing output binary. For example, $ gcc -g -x c - <<< 'int main(){return 0;}' $ dwz -o /dev/full dwz: a.out: elf_update failed /dev/full is a special device that always produces ENOSPC on

Bug#1037287: AttributeError: 'NoneType' object has no attribute 'hardlink_target'

2023-06-10 Thread Nicholas Guriev
Package: bup Version: 0.32-3 Severity: normal Dear Maintainer, Since some time bup is unable to backup my data. This is apparently related to hard links somehow. -- System Information: Debian Release: 11.7 APT prefers stable-security APT policy: (500, 'stable-security'), (500, 'stable'),

Bug#1037265: ITP: cppgir -- C++ binding wrapper generator for GObject introspection

2023-06-09 Thread Nicholas Guriev
Package: wnpp Severity: wishlist Owner: Nicholas Guriev * Package name: cppgir Upstream Author : Mark Nauwelaerts * URL : https://gitlab.com/mnauw/cppgir * License : MIT (know as Expat) Programming Lang: C++ Description : C++ binding wrapper generator

Bug#1035573: unblock: telegram-desktop/4.6.5+ds-2, libtgowt/0~git20230105.5098730+dfsg-2

2023-05-08 Thread Nicholas Guriev
Control: tags -1 - moreinfo On 07.05.2023 11:10:51 MSK Sebastian Ramacher wrote: > Please go ahead with the uploads. risc64 is not a release architecture > though, so I'd appreciate if adding that patch could be postponed to > trixie. > > Remove the moreinfo tag once the packages are available

Bug#1035573: unblock: telegram-desktop/4.6.5+ds-2, libtgowt/0~git20230105.5098730+dfsg-2

2023-05-05 Thread Nicholas Guriev
Control: unblock 1032927 by -1 Control: block 1032953 by -1 On Fri, 05 May 2023 19:37:56 +0300 Nicholas Guriev wrote: > The updates fix an important issue with group calls and live streams. See > detailed description in Bug#1032927, Bug#1035518, and in an upstream bug > report. So

Bug#1035573: unblock: telegram-desktop/4.6.5+ds-2, libtgowt/0~git20230105.5098730+dfsg-2

2023-05-05 Thread Nicholas Guriev
g-2). This +closes: #1032953, #1035518. + * New Always-use-std-to_string-to-serialize-ints.patch fixes an assert +violation in video chats (also known as group calls). + + -- Nicholas Guriev Fri, 05 May 2023 12:01:43 +0300 + telegram-desktop (4.6.5+ds-1) unstable; urgency=medium *

Bug#1035518: telegram-desktop: Can't join video chats (group calls)

2023-05-04 Thread Nicholas Guriev
Package: telegram-desktop Version: 3.7.3+ds-2 Severity: important Forwarded: https://github.com/telegramdesktop/tdesktop/issues/26108 A user can't join video chats (which are actually group calls). Steps to reproduce: 1. Find any active video chat or start one in any group (you need to be an

Bug#1016744: Test failure has become significantly rarer

2023-02-04 Thread Nicholas Guriev
severity 1016744 minor retitle 1016744 vim-ultisnips: flaky autopkgtest with-neovim stop I applied a patch [1] increasing attempts of tests with regular expressions. And now probability of failure is far less. Although, the initial issue with a race of I/O in tmux(1) was not completely fixed. I

Bug#1024816: RFP: cld3 -- Compact Language Detector v3

2022-11-25 Thread Nicholas Guriev
Package: wnpp Severity: wishlist * Package name: cld3 * URL : https://github.com/google/cld3 * License : Apache-2.0 Programming Lang: C++ Description : Compact Language Detector v3 CLD3 is a neural network model for language identification. The model outputs

Bug#1017965: telegram-desktop: ftbfs on riscv64 ("undefined reference to `__atomic_compare_exchange_1'")

2022-09-24 Thread Nicholas Guriev
Well, the compilation progressed through the final linking but unfortunately failed at dwz(1) optimization due to an obscure error. dh_dwz -- -L none dwz: debian/telegram-desktop/usr/bin/telegram-desktop: Couldn't find DIE at [4c73c94e] referenced by DW_AT_type from DIE at [4c74305c] dh_dwz:

Bug#1017965: telegram-desktop: ftbfs on riscv64 ("undefined reference to `__atomic_compare_exchange_1'")

2022-09-21 Thread Nicholas Guriev
Control: tag -1 pending Hello! On 23.08.2022 04:13:45 MSK you wrote: > /usr/bin/ld: > ../../../lib_crl/CMakeFiles/lib_crl.dir/crl/common/crl_common_queue.cpp.o: in > function `std::__atomic_base::compare_exchange_strong(bool&, bool, > std::memory_order, std::memory_order)': >

Bug#1018725: rlottie: FTBFS on riscv64

2022-09-10 Thread Nicholas Guriev
Control: tag -1 pending Hello! I rewrote the Atomic-render.patch with std::atomic_flag that does not demand linking against libatomic on riscv64. At least cross-compiling works. https://salsa.debian.org/debian/rlottie/-/commit/d45c764f0c3c3857ab8eb137f6444f3edd924020 signature.asc

Bug#1018065: On disappeared reactions and animated stickers

2022-09-10 Thread Nicholas Guriev
clone 1018065 -2 reassign -2 librlottie0-1 0.1+dfsg-3 retitle -2 rlottie: invisible animation with separated layers retitle 1018065 telegram-desktop: dangling decoding threads due to video stickers thanks Hi, everyone interested! I am splitting this bug report into two as Alexander Kernozhitsky

Bug#1018065: On disappeared reactions and animated stickers

2022-09-03 Thread Nicholas Guriev
Thank you for the reproducer. I am investigating the issue. I noticed that with the librlottie0-1 package of version 0.1+dfsg-2 tdesktop is able to render all the stickers and the reactions there. You can find the previous version of rLottie at the snapshot.d.o site.

Bug#1018065: On disappeared reactions and animated stickers

2022-09-03 Thread Nicholas Guriev
Alexander Kernozhitsky, thank you for many clarifications. Can you please extract somehow the buggy sticker (animation)? So that the bug in rLottie could be fixed. If you do not know which particular sticker causes the glitch, point out the problem sticker set. signature.asc Description: This

Bug#1018842: telegram-destop: FTBFS with libabsl20220623

2022-09-01 Thread Nicholas Guriev
Control: tag -1 ftbfs I haven't opportunity to check this yet. But it seems the libtgowt package needs to be rebuild as well. This package contains a static library and so brings the abseil dependency. For some reason, libtgowt is not in the transition plan, though there is libabsl-dev on the

Bug#1016406: telegram-desktop: Segfault in librlottie.so.0.1.0-1

2022-08-06 Thread Nicholas Guriev
Control: reassign -1 librlottie0-1 0.1+dfsg-2 Control: affects -1 telegram-desktop Hello! The segfault definitely occurred because of an animated sticker. But I do not know how to catch the buggy sticker. The issue is undoubtedly relates to the librlottie.so library. So reassigning the bug. I

Bug#1015952: Acknowledgement of maintainer-only report (vim-tlib: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. diffstat for vim-tlib-1.27 vim-tlib-1.27 control |4 +- rules |2 - vim-tlib.dirs |2 - vim-tlib.install | 19 +-- vim-tlib.neovim-addon |1 vim-tlib.postinst | 41

Bug#1015950: Acknowledgement of maintainer-only report (vim-tabular: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. The README.Debian file mentioned vim-addons, and I removed the file. As far as I can see, vim-tabular was activated automatically in the postinst script. diffstat for vim-tabular-1.0 vim-tabular-1.0 README.Debian| 19

Bug#1015948: Acknowledgement of maintainer-only report (vim-snippets: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. diffstat for vim-snippets-1.0.0 vim-snippets-1.0.0 control |4 - vim-snippets.install | 11 +-- vim-snippets.neovim-addon |1 vim-snippets.postinst | 41 - vim-snippets.preinst |

Bug#1015947: Acknowledgement of maintainer-only report (vim-snipmate: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. The README.Debian file mentioned vim-addons, and I removed the file. As far as I can see, vim-snipmate was activated automatically in the postinst script. diffstat for vim-snipmate-0.87 vim-snipmate-0.87 README.Debian | 19

Bug#1015941: Acknowledgement of maintainer-only report (vim-fugitive: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. The README.Debian file mentioned vim-addons, and I removed the file. As far as I can see, vim-fugitive was activated automatically in the postinst script. diffstat for vim-fugitive-3.4 vim-fugitive-3.4 README.Debian | 19

Bug#1015937: Acknowledgement of maintainer-only report (vim-airline-themes: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. diffstat for vim-airline-themes-0+git.20210713-97cf3e6 vim-airline-themes-0+git.20210713-97cf3e6 control |4 install |3 postinst| 22 --- preinst

Bug#1015935: Acknowledgement of maintainer-only report (vim-addon-mw-utils: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. diffstat for vim-addon-mw-utils-0.2 vim-addon-mw-utils-0.2 control |4 +-- vim-addon-mw-utils.dirs |1 vim-addon-mw-utils.install |5 +--- vim-addon-mw-utils.neovim-addon |1

Bug#1015934: Acknowledgement of maintainer-only report (vim-airline: remove strict dependency on vim-addon-manager(1) and migrate to dh_vim-addon(1))

2022-07-24 Thread Nicholas Guriev
Control: tag -1 patch Hi! I have a debdiff fixing this. diffstat for vim-airline-0.11 vim-airline-0.11 control |4 +- install |3 - postinst | 22 preinst | 24 -- prerm|

Bug#1015899: RFS: vim-ultisnips/3.2-1 [ITA] -- snippet solution for Vim

2022-07-23 Thread Nicholas Guriev
Package: sponsorship-requests Dear mentors, I am looking for a sponsor for my package "vim-ultisnips": * Package name: vim-ultisnips Version : 3.2-1 Upstream Author : Holger Rapp * URL : https://github.com/SirVer/ultisnips * License : GPL-3+ * Vcs

Bug#1015149: vim-addon-manager is no longer desirable for packaging Vim plugins

2022-07-17 Thread Nicholas Guriev
On 17.07.2022 00:30:45 MSK Antonio Terceiro wrote: > Did you also, or are you planning to, report bugs against all packages > that currently rely on vim-addon-manager? e.g. Yeah, I have a template for mass-bug(1). And I am going to file bugs of serious severity on the next weekend. Starting from

Bug#1015149: vim-addon-manager is no longer desirable for packaging Vim plugins

2022-07-16 Thread Nicholas Guriev
Package: vim-addon-manager This message states that deprecated vim-addon-manager(1) should not be used within Debian codebase. VAM was written in aughts to simplify installation of third-party scripts for Vim editor. Nowadays this editor has got a built-in replacement, Vim packages (see doc in

Bug#982604: O: vim-ultisnips -- snippet solution for Vim

2022-07-16 Thread Nicholas Guriev
Control: owner -1 ! I am working on updating this package. You can see my current progress at https://salsa.debian.org/mymedia/vim-ultisnips There is however a problem with autookgtest which I set up. The test runner seems to detect NeoVim wrongly.

Bug#1014244: dhelp: Cron weekly gives email with /etc/cron.weekly/dhelp: error

2022-07-02 Thread Nicholas Guriev
Control: reassign -1 swish++ Control: forcemerge 803342 -1 On 02.07.2022 21:05:42 MSK you wrote: > Tried to follow steps in https://bugs.debian.org/cgi-> > bin/bugreport.cgi?bug=803342 and was ineffective. This seems to be the same problem. Sorry the bug is not fixed yet, and indexing in dhelp

Bug#1004815: qtox: FTBFS with ffmpeg 5.0

2022-06-28 Thread Nicholas Guriev
On March 7th, upstream author Anthony Bilinski released new version 1.17.6 addressing this issue. We should package it as far as possible in order to unblock FFmpeg transition. I am working on an NMU and discovered that Git packaging repository which d/control refers to, does not match source

Bug#967718: qtox: depends on deprecated GTK 2

2022-06-28 Thread Nicholas Guriev
qTox does not seem to use GTK / GDK / Glib stuff, though d/control still lists them in Build-Depends. File statusnotifier.c still includes their headers, but this file is not mentioned in CMake scripts and does not affect the result. So these dependencies can be safely removed with no harm, and

Bug#1004637: libquicktime: FTBFS with ffmpeg 5.0

2022-06-26 Thread Nicholas Guriev
Control: tag -1 patch Here is a possible patch. Not tested, though. Upstream author decided to disable FFmpeg plugin with the new version of the library. Perhaps, we have to do the same. https://sourceforge.net/p/libquicktime/git/ci/974ad1489bb1d7d1ebc94f301508702f8ac2083b/ ---

Bug#1004821: libam7xxx: FTBFS with ffmpeg 5.0

2022-06-25 Thread Nicholas Guriev
This patch should help. Although, call to deprecated av_init_packet() remains. It is to be replaced with av_packet_alloc() / av_packet_free() logic.--- a/examples/am7xxx-play.c +++ b/examples/am7xxx-play.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include @@

Bug#1013636: doxygen: please package new upstream version 1.9.4

2022-06-24 Thread Nicholas Guriev
Source: doxygen Version: 1.9.1-2 Severity: whishlist Dear maintainer, On 5 May, upstream authors published new Doxygen version, 1.9.4. Please package it into Debian. It has got a valuable fix of non-deterministic documentation generating. I ran into some issues with reproducible builds of

Bug#1013222: src:qt6-wayland: please package private headers

2022-06-19 Thread Nicholas Guriev
Source: qt6-wayland Severity: wishlist Dear Maintainer, Please package private QtWaylandClient headers and related CMake config. Telegram authors offer a forked plugin for XDG shell integration. In order to build the telegram-desktop package against Qt6 keeping all features with Wayland, the

Bug#995659: coturn: FTBFS with OpenSSL 3.0

2022-06-02 Thread Nicholas Guriev
+0300 +++ coturn-4.5.2/debian/changelog 2022-06-02 12:41:25.0 +0300 @@ -1,3 +1,11 @@ +coturn (4.5.2-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * New No-FIPS-140-mode.patch fixes build against OpenSSL 3.0 +(Closes: #995659, LP: #1967018) + + -- Nicholas Guri

Bug#1005650: squid: FTBFS with OpenSSL 3.0

2022-06-01 Thread Nicholas Guriev
+ + * Non-maintainer upload. + + [ Nicholas Guriev ] + * Fixing build against OpenSSL 3.0 (Closes: #1005650, LP: #1946205) + + * debian/rules +- Do not fail on errors about deprecated declarations from OpenSSL. +- Remove -Wall in CFLAGS from the debian/rules file since upstream build

Bug#1005718: mosh: FTBFS with OpenSSL 3.0

2022-05-28 Thread Nicholas Guriev
: #1005718) + + -- Nicholas Guriev Sat, 28 May 2022 10:01:51 +0300 + mosh (1.3.2-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru mosh-1.3.2/debian/rules mosh-1.3.2/debian/rules --- mosh-1.3.2/debian/rules 2017-08-25 01:04:25.0 +0300 +++ mosh-1.3.2/debian/rules 2022

Bug#1011974: RFS: mosh/1.3.2-2.2 [NMU] [RC] -- Mobile shell that supports roaming and intelligent local echo

2022-05-28 Thread Nicholas Guriev
Package: sponsorship-requests Severity: important Control: block 1005718 by -1 Dear mentors, I am looking for a sponsor for the package "mosh":  * Package name    : mosh    Version : 1.3.2-2.2    Upstream Author : Keith Winstein  * URL : https://mosh.org  * License

Bug#1011015: libkf5wayland-dev 4:5.93.0-1 breaks the include search of reverse dependencies

2022-05-15 Thread Nicholas Guriev
Control: clone -1 -2 Control: reassign -2 src:telegram-desktop 3.7.3+ds-1 Hello! On Sun, 15 May 2022 14:27:01 +0300 Adrian Bunk wrote: > https://buildd.debian.org/status/logs.php?pkg=telegram-desktop=3.7.3%2Bds-1%2Bb1 > > ... >

Bug#1008156: telegram-desktop: Crash when switch account

2022-04-04 Thread Nicholas Guriev
Control: tags -1 - upstream On Пн, 2022-03-28 at 13:20 +0300, Nicholas Guriev wrote: > This will be fixed somehow in the upcoming upstream release, 3.6.2. I was wrong and did incorrect test. In actual fact, the crash happens due to memory allocator from glibc that is in use by default. Can

Bug#1008085: telegram-desktop: Please use system decorations by default, they make it buggy on pinephone

2022-03-28 Thread Nicholas Guriev
Hello! In general, I would not like to deviate from the original application appearance or to patch the code beyond a necessity to better fit our environment. But could you please attach some screenshots of the issue? Then we can discuss this with the upstream developer and propose a possible

Bug#1008156: telegram-desktop: Crash when switch account

2022-03-28 Thread Nicholas Guriev
Control: tag -1 upstream On Ср, 2022-03-23 at 11:49 +0100, Stefano Callegari wrote: > after last upgrade, when I try to switch to my second Telegram account (added > before), the program crashes. This will be fixed somehow in the upcoming upstream release, 3.6.2. signature.asc Description:

Bug#1003713: bullseye-pu: package telegram-desktop/3.1.1+ds-1~deb11u2

2022-03-24 Thread Nicholas Guriev
Hello! On Sat, 19 Mar 2022 17:28:49 +0100 Julien Cristau wrote: > Unfortunate, but I guess we don't have much of a choice, so go ahead. Okay. I've uploaded the telegram-desktop package and its build dependency, libtgowt, to proposed-updates (bullseye). > How often do such incompatible changes

Bug#1008199: pristine-tar: failed to generate delta / pristine-xz failed to reproduce build

2022-03-24 Thread Nicholas Guriev
Package: pristine-tar Version: 1.49 Followup-For: Bug #851285 Dear Maintainer, I encountered a similar error with libtgowt. ️ $ wget https://snapshot.debian.org/archive/debian/20210731T211848Z/pool/main/libt/libtgowt/libtgowt_0%7Egit20210627.91d836d%2Bdfsg.orig.tar.xz $ sha256sum

Bug#1007948: buster-pu: package phpliteadmin/1.9.7.1-2+deb10u1

2022-03-19 Thread Nicholas Guriev
:20.0 +0300 +++ phpliteadmin-1.9.7.1/debian/changelog 2022-03-19 09:37:15.0 +0300 @@ -1,3 +1,9 @@ +phpliteadmin (1.9.7.1-2+deb10u1) buster; urgency=medium + + * Fix CVE-2021-46709, an XSS issue with the num POST parameter + + -- Nicholas Guriev Sat, 19 Mar 2022 09:37:15

Bug#1007947: bullseye-pu: package phpliteadmin/1.9.8.2-1+deb11u1

2022-03-19 Thread Nicholas Guriev
+++ phpliteadmin-1.9.8.2/debian/changelog 2022-03-19 09:25:56.0 +0300 @@ -1,3 +1,9 @@ +phpliteadmin (1.9.8.2-1+deb11u1) bullseye; urgency=medium + + * Fix CVE-2021-46709, an XSS issue with the newRows GET parameter. + + -- Nicholas Guriev Sat, 19 Mar 2022 09:25:56 +0300 + phpliteadmin

Bug#1006372: telegram-desktop: Segfault on entering an specific conversation.

2022-02-24 Thread Nicholas Guriev
Hello! On Чт, 2022-02-24 at 15:45 +0100, Jorge wrote: > And when entering one specific chat i get: > fish: Job 1, 'telegram-desktop' terminated by signal SIGSEGV (Address boundary > error) Not so useful. Can you please gather stack-trace of the crash? Install the telegram-desktop-dbgsym package,

Bug#1005363: telegram-desktop: Cannot compile telegram debian’s source

2022-02-12 Thread Nicholas Guriev
Saluton! On Сб, 2022-02-12 at 04:54 +0100, Alexandre François Garreau wrote: > /usr/bin/ld: > CMakeFiles/Telegram.dir/SourceFiles/media/view/media_view_playback_progress.cpp.o: > error adding symbols: Eraro de en-eligo > collect2: error: ld returned 1 exit status This means in Esperanto

Bug#1005316: telegram-desktop: music resumes after a call, even if the call has been very long and it’s the middle of the night

2022-02-12 Thread Nicholas Guriev
Hello! On Пт, 2022-02-11 at 07:23 +0100, Alexandre François Garreau wrote: > I was calling a friend for quite long until late at night (5am), and at > some point internet access (which is actually mobile broadband) went > away (which is common with mobile data). So the call unexpectedly > ended.

Bug#1004767: telegram-desktop: FTBFS with ffmpeg 5.0

2022-02-11 Thread Nicholas Guriev
Hello! I have prepared the telegram-desktop package for the FFmpeg transition by means of FFmepeg-v5.0.patch (sorry for a typo, I will rename the patch in a next upload). For success, it is also necessary to rebuild the libtgowt package, I mentioned in the previous email [1]. Or we end up with

Bug#1005255: telegram-desktop: error: ‘Config’ is not a member of ‘webrtc’

2022-02-11 Thread Nicholas Guriev
Hello! The error in the tgcalls module happened due to an incompatibility with the libtgowt package. I was updating Telegram Desktop, and it is tied a much to the library, dedicated WebRTC fork. I uploaded a new upstream version yesterday and the error was gone. Sorry for the inconvenience.

Bug#1004914: libclang-common-13-dev: /usr/bin/s390x-linux-gnu-ld: cannot find /usr/lib/llvm-13/lib/clang/13.0.1/lib/linux/libclang_rt.builtins-s390x.a: No such file or directory

2022-02-03 Thread Nicholas Guriev
Package: libclang-common-13-dev Dear maintainer, The package seems to be missing libclang_rt.builtins-s390x.a, compiler runtime library, and so Clang is unable to produce useful binaries on s390x platform. Can you please look at this error? This is especially critical for C++ code with

Bug#1003169: telegram-desktop: ”Internal server error.“ when confirming the phone number

2022-01-05 Thread Nicholas Guriev
Hello! To fix login issue, please install more recent version of Telegram Desktop. You can use 3.1.1 from backports. It should work. I mean the buster-backports-sloppy suite that you can activate via sources.list(5). signature.asc Description: This is a digitally signed message part

Bug#1002654: reportbug: Please report Desktop Environment which a user has logged in

2021-12-27 Thread Nicholas Guriev
Hello! Thank you for quick feedback. I can judge from my point of view only. There are some bugs in the telegram-desktop package where this information would be useful. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859172 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916589

Bug#1001050: telegram-desktop: Image preview is (again) broken - another effect on another computer

2021-12-27 Thread Nicholas Guriev
It is okay. The code related to file dialogs was being rewritten several times in the near past. So from an end user's perspective, it looks like regression of the similar bug. And it is maintainer's duty to sort the issue out and forward bug to appropriate sub-system if needed. May I ask you to

Bug#1001977: src:telegram-desktop: fails to migrate to testing for too long: FTBFS on mipsel

2021-12-26 Thread Nicholas Guriev
Control: fixed -1 3.3.0+ds-2 Hello! The latest version I have uploaded is successfully built on every release architecture. And the package is now permitted to go to testing if no critical issues arise. signature.asc Description: This is a digitally signed message part

Bug#1002654: reportbug: Please report Desktop Environment which a user has logged in

2021-12-26 Thread Nicholas Guriev
Package: reportbug Severity: wishlist Dear Maintainers, reportbug(1) supplies system information when generating a bug template. > -- System Information: > Debian Release: buster/sid > APT prefers testing > APT policy: (500, 'testing') > Architecture: amd64 (x86_64) > > Kernel: Linux

Bug#1002602: gdb: Dwarf Error: wrong unit_type in compilation unit header (is DW_UT_split_compile (0x05), should be DW_UT_type (0x02))

2021-12-25 Thread Nicholas Guriev
ternal use. + + -- Nicholas Guriev Sat, 25 Dec 2021 10:45:33 +0300 + gdb (10.1-2) unstable; urgency=high * Acknowledge past contributions from Matthias and Samuel. diff -Nru gdb-10.1/debian/patches/Fix-wrong-unit_type-Dwarf-Error.patch gdb-10.1/debian/patches/Fix-wrong-unit_type-Dwarf-Error.pat

Bug#1001050: telegram-desktop: Image preview is (again) broken - another effect on another computer

2021-12-18 Thread Nicholas Guriev
Hello! Telegram Desktop relies on xdg-desktop-portal to show a file dialog if the org.freedesktop.portal.FileChooser interface is available. If not, tdesktop fallbacks to QFileDialog from Qt. A distinctive attribute is that the latter one has no preview. Upstream patched[1] Qt to display the

Bug#1001596: libabsl-dev: please do not override the --as-needed linker flag

2021-12-12 Thread Nicholas Guriev
Package: libabsl-dev Version: 0~20200923.3-3 Dear Maintainer, CMake exported targets from the libabsl-dev package expose the -Wl,--no-as-needed flag to dependent projects for linking. In fact, this negates an effect of -Wl,--as-needed. From what I know, it is default in Debian nowadays. Please

Bug#1001016: telegram-desktop backports request

2021-12-04 Thread Nicholas Guriev
Hello! On Пт, 2021-12-03 at 19:44 +, piorunz wrote: > Testing has got 3.1.1. I hope bullseye-backports can update it? CC to > maintainer, Nicholas Guriev! Thanks in advance. I have uploaded this version to Backports. It is already available on mirrors and should work okay.

Bug#1001016: telegram-desktop: Version in stable (2.6.1) becoming unusable

2021-12-03 Thread Nicholas Guriev
Hello! Could you test version 2.9.2 from backports? Does the message appear there? For a backports guide see: https://backports.debian.org/Instructions/ If even this version is considered ancient, I could backport 3.1.1 from testing. I am sure it still is working. From what I know, versions

Bug#994614: Fixed upstream

2021-11-30 Thread Nicholas Guriev
Hello again! I have applied that fix in Git repository last week. You can test a preliminary package built on Salsa CI. https://salsa.debian.org/debian/rlottie/-/jobs/2224295/artifacts/browse/debian/output/ So far I am not planning on uploading the new version to the main archive till New Year.

Bug#994614: Fixed upstream

2021-11-22 Thread Nicholas Guriev
Hello! Thank you for pointing out a commit with the correct fix. I recall there was a similar bug in LottieShapeData::lerp() and I tried to apply a patch to avoid the crash. But I apparently didn't take account of all border cases.

Bug#996656: celluloid: can't parse backslash in MPV options

2021-10-16 Thread Nicholas Guriev
Package: celluloid Version: 0.20-2 Dear maintainer, Celluloid crashes or hangs if encounters backslash \ in a config. In both cases below, the app cannot recover even after restarting. Steps to reproduce the first case: 1. Go to Preferences > Miscellaneous. 2. In the Extra MPV options

Bug#995194: libopenal1: i386 baseline violation

2021-10-03 Thread Nicholas Guriev
On Ср, 2021-09-29 at 22:41 +0200, bret curtis wrote: > Does anyone actually run or want to run openal-soft on a Pentium Pro? Frankly, I have no so old hardware. My bug report was primarily about an inconsistency. Wiki says i386 packages cannot use streaming extensions. We should either avoid SIMD

Bug#995194: libopenal1: i386 baseline violation

2021-09-27 Thread Nicholas Guriev
Package: libopenal1 Version: 1:1.19.1-2 Dear maintainer, The library is not usable on the i386 Debian platform which is in fact i686 with no MMX nor SSE. This is roughly corresponds to Pentium Pro released in late 1995 (it's even older than me ️).

Bug#994075: RM: libtgvoip -- ROM; superseded by telegram-desktop

2021-09-11 Thread Nicholas Guriev
Package: ftp.debian.org Severity: normal Please remove my old package libtgvoip from experimental and unstable (and testing as well). The library is used for legacy voice calls in Telegram and it is now built as part of the telegram-desktop package since 2.9.0+ds1-2 version. signature.asc

Bug#993968: buster-pu: package telegram-desktop/2.6.1+ds-1+deb11u1

2021-09-09 Thread Nicholas Guriev
Hello! Thank you for the quick feedback! I do take your point. On Чт, 2021-09-09 at 08:52 +0100, Jonathan Wiltshire wrote: > > On Wed, Sep 08, 2021 at 10:49:30PM +0300, Nicholas Guriev wrote: > > A possible test-case is described in the aforementioned bug report. > > It is, bu

Bug#993968: buster-pu: package telegram-desktop/2.6.1+ds-1+deb11u1

2021-09-08 Thread Nicholas Guriev
/debian/changelog 2021-09-07 15:08:28.0 +0300 @@ -1,3 +1,9 @@ +telegram-desktop (2.6.1+ds-1+deb11u1) bullseye; urgency=medium + + * Add Schedule-TTL-check.patch (Closes: #993243). + + -- Nicholas Guriev Tue, 07 Sep 2021 15:08:28 +0300 + telegram-desktop (2.6.1+ds-1) unstable; urgency

Bug#993629: error: : cannot open

2021-09-04 Thread Nicholas Guriev
Control: forcemerge 993243 -1 On Сб, 2021-09-04 at 07:25 -0300, Wellington Almeida wrote: > [2021.09.04 07:11:28] Assertion Failed! "timeout >= 0 && timeout <= > std::numeric_limits::max()" timer.cpp:101 It happened due to very long time to live of an incoming message. There is already a bug

Bug#993629: error: : cannot open

2021-09-03 Thread Nicholas Guriev
Hello! On Пт, 2021-09-03 at 17:23 -0300, Wellington Almeida wrote: > When running the application after a few moments it unexpectedly closes with > the following error message. Could you please attach Telegram logs after the crash, file ~/.local/share/TelegramDesktop/log.txt ? Do you have the

Bug#993243: telegram-desktop: Assertion Failed! "timeout >= 0 && timeout <= std::numeric_limits::max()" timer.cpp:101

2021-08-29 Thread Nicholas Guriev
Package: telegram-desktop Version: 2.6.1+ds-1 Severity: important Tags: upstream patch Control: fixed -1 2.9.0+ds-1 Telegram Desktop before 2.9.0 crashes when it sets auto-deleting timer for more than 2147483 seconds (about 24 days 21 hours) due to limitations of 32-bit the QTimer class. See

Bug#991799: Telegram Desktop on Wayland does not stick to screen edge

2021-08-02 Thread Nicholas Guriev
Package: telegram-desktop Version: 2.9.0+ds-1 Severity: minor Telegram Desktop incorrectly sets window size, and Wayland considers a translucent border with shades around the window as a part of application window. This is somehow related to upstream patched fork of xdg-shell, Wayland plugin for

Bug#991681: unblock: telegram-desktop/2.8.10+ds-1 (pre-approval)

2021-07-30 Thread Nicholas Guriev
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: 991...@bugs.debian.org Dear release team, This request is for discuss the present situation with the telegram-desktop package. On July 16, under CVE-2021-36769 were disclosed

Bug#991493: telegram-desktop: CVE-2021-36769

2021-07-26 Thread Nicholas Guriev
Hello! I skimmed the paper you pointed out and commit history in the upstream Git repository, and I came to conclusion that to address the issue, it is simpler and safer to upload the latest upstream release rather than collecting and backporting targeted fixes despite of the final stage of

Bug#951374: RFP: gh -- the GitHub CLI

2021-07-23 Thread Nicholas Guriev
Hello! I personally find that "gh" is quite short name for a package that will go into a general purpose software catalog like Debian repository. Would you mind choosing something like "github-cli" as source and binary package name and mentioning the sortcut "gh" in a package description? So

Bug#769812: vim-youcompleteme: Please migrate to dh_vim-addon(1)

2021-06-30 Thread Nicholas Guriev
Package: vim-youcompleteme Version: 0+20200825+git2afee9d+ds-2 Followup-For: Bug #769812 Dear Maintainer, We have dh_vim-addon(1) nowadays that is more preferable way for building packages provides Vim addons. It can create symbolic links from /usr/share/vim/vimfiles/pack/dist-bundle/{start,opt}

Bug#990466: ModuleNotFoundError: No module named 'distutils.sysconfig'

2021-06-30 Thread Nicholas Guriev
Package: ycmd Version: 0+20201028+git1d415c5+ds-1build1 Severity: normal Dear Maintainer, File /usr/lib/ycmd/ycm_extra_conf.py imports unused get_python_inc name from distutils. However, python3-distutils is not mentioned as dependency. Without the package, context autocompletion feature does

Bug#990046: iperf3: ufw profile

2021-06-18 Thread Nicholas Guriev
Package: iperf3 Version: 3.9-1 Severity: wishlist Dear Maintainer, Please, provide a ufw profile for the iperf application. It would be nice to have out-of-box configuration. mymedia@aster:~$ cat /etc/ufw/applications.d/iperf3 [iperf3] title=iperf3 description=Rewritten network performance

Bug#990045: iperf: ufw profile

2021-06-18 Thread Nicholas Guriev
Package: iperf Version: 2.0.13+dfsg1-1build1 Severity: wishlist Dear Maintainer, Please, provide a ufw profile for the iperf application. It would be handy to have an out-of-box config. mymedia@aster:~$ cat /etc/ufw/applications.d/iperf [iperf] title=iperf description=Network performance

Bug#989697: RFP: jpegqs -- JPEG artifacts removal tool

2021-06-10 Thread Nicholas Guriev
Package: wnpp Severity: wishlist X-Debbugs-Cc: Michael Shigorin * Package name    : jpegqs   Version : 1.20210408   Upstream Author : Ilya Kurdyukov - https://github.com/ilyakurdyukov * URL : https://github.com/ilyakurdyukov/jpeg-quantsmooth * License : LGPL-2.1  

Bug#988885: CVE-2021-31323 CVE-2021-31322 CVE-2021-31321 CVE-2021-31320 CVE-2021-31319 CVE-2021-31318 CVE-2021-31317 CVE-2021-31315

2021-05-21 Thread Nicholas Guriev
Hello! Thank you for pointing out these CVEs. I investigated deeper into the issues and reviewed the code as of 0.1+dfsg-1 version of the package. Luckily, most of these issues are not related to rlottie as currently packaged in Debian. Below are some of my notes. They do not imply 100%

Bug#985647: telegram-desktop: Actively works against KDE Window rules

2021-03-21 Thread Nicholas Guriev
Hello! If you prefer to see KDE's titlebar on Telegram Desktop, set the System window frame checkbox in advanced settings inside the app. signature.asc Description: This is a digitally signed message part

Bug#981422: xdg-utils: autopkgtest failure: make: dh: No such file or directory

2021-03-02 Thread Nicholas Guriev
On Mon, 2021-03-01 at 10:40 +0100, Emilio Pozuelo Monfort wrote: > You can ship the files directly in the debian.tar by adding them to > debian/source/include-binaries, and that way you don't need to call chmod as > their mode will be preserved. That would probably help with this autopkgtest >

Bug#982556: telegram-desktop: Check failed: (_thread_checker_)->IsCurrent()

2021-02-11 Thread Nicholas Guriev
Package: telegram-desktop Version: 2.5.8+ds-1 Prerequisites: 1. Have no video camera or unplug it. 2. Our you may block access to the camera unmounting udev filesystem inside a chroot environment. Steps to reproduce: 1. Start the app. 2. Go to Settings > Advanced > Call settings. What

Bug#968448: telegram-desktop: Again no preview for images in file selection dialog

2021-02-06 Thread Nicholas Guriev
On Sat, 2021-02-06 at 21:30 +0100, Andreas Tille wrote: > I confirm that your last commit for 2.5.8+ds-1 is fixing also this problem. > It would be great if you could upload this soon. I am glad to hear this! Unfortunately, the version that I pushed to Salsa Git (latest commit 96698c658) crashes

Bug#981877: yasm: Please mark the package with Multi-Arch: foreign or allowed

2021-02-04 Thread Nicholas Guriev
Package: yasm Severity: wishlist Dear Maintainer, Please add a Multi-Arch field into a paragraph about a binary package to allow installing for cross-building. When a package build depends on yasm, it likely would invoke the program on a build machine for assembling. I do not fully understand

Bug#981422: xdg-utils: autopkgtest failure: make: dh: No such file or directory

2021-01-30 Thread Nicholas Guriev
Hello! On Sat, 2021-01-30 at 21:54 +0100, Paul Gevers wrote: > You recently added an autopkgtest to your package xdg-utils, great. > However, it fails. Currently this failure is blocking the migration to > testing [1]. Can you please investigate the situation and fix it? There are several ways

Bug#902846: uscan: gitmode=recursive [proposal]

2021-01-30 Thread Nicholas Guriev
Hi! On Mon, 02 Jul 2018 18:27:54 +1000 Dmitry Smirnov wrote: > I'm struggling to produce comprehensive orig.tar from upstream repository > with submodules. I hoped that "gitmode=full" would be helpful but it looks > like we need new "gitmode=recursive" to "git clone --recursive" in order to >

  1   2   >