Bug#999931: virtuoso-opensource: depends on obsolete pcre3 library

2024-03-04 Thread Yavor Doganov
Hi Andreas, On Wed, 28 Feb 2024 18:36:04 +0200, Andreas Beckmann wrote: > On Wed, 20 Dec 2023 21:18:20 +0200 Yavor Doganov wrote: > > Please find attached a patch; > > Thanks for the patch, I uploaded it to Debian and so far noone > complained ;-) Thanks! Complaints usuall

Bug#999921: xymon: depends on obsolete pcre3 library

2024-02-12 Thread Yavor Doganov
Hi Roland, Roland Rosenfeld wrote: > Oh, now I see the problem: pcre_copy_substring() returns the length of > the string on match, while pcre2_substring_copy_bynumber() returns 0 > on success. So the above has to be changed from "> 0" to "== 0". Of course... Many thanks for finding and fixing

Bug#1000093: mysql-workbench: depends on obsolete pcre3 library

2024-01-09 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, basically only build-tested (I also ran it but I find it difficult to test specifically the affected code). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/193 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-09

Bug#1000113: kodi: depends on obsolete pcre3 library

2024-01-07 Thread Yavor Doganov
/1000113 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-07 --- --- kodi-20.2+dfsg.orig/cmake/modules/FindPCRE.cmake +++ kodi-20.2+dfsg/cmake/modules/FindPCRE.cmake @@ -77,45 +77,34 @@ else() # Populate paths for find_package_handle_standard_args - find_path(PCRE_INCLUDE_DIR

Bug#1000100: eiskaltdcpp: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/1000100 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- eiskaltdcpp-2.4.2.orig/cmake/FindPCRE.cmake +++ eiskaltdcpp-2.4.2/cmake

Bug#1000005: passwordmaker-cli: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/105 Bug: https://forums.passwordmaker.org/index.php?topic=1834.0 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- passwordmaker-cli-1.5+dfsg.orig

Bug#999956: snort: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch (it applies to the latest upstream release 2.9.20 as well but not to the 3.x series). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/56 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- snort-2.9.15.1

Bug#1000126: gpt: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/1000126 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- gpt.orig/configure.ac +++ gpt/configure.ac @@ -109,10 +109,10 @@ # AC_MSG_CHECKING(for pcre

Bug#999938: trafficserver: depends on obsolete pcre3 library

2023-12-29 Thread Yavor Doganov
to PCRE2. Bug-Debian: https://bugs.debian.org/bug=38 Bug: https://github.com/apache/trafficserver/issues/8780 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-29 --- --- trafficserver-9.2.3+ds.orig/build/pcre.m4 +++ trafficserver-9.2.3+ds/build/pcre.m4 @@ -45,12 +45,12 @@ fi

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-24 Thread Yavor Doganov
Axel Beckert wrote: > sorry for the late reply, but I only managed to continue on this now > as I'm on holidays now. No problem at all, we are all busy. And it's not late according to my standards. :) > I though got another crash on this line: > > Dec 24 06:43:16 c6 kernel: net_ratelimit: 1

Bug#1000112: kjs: depends on obsolete pcre3 library

2023-12-23 Thread Yavor Doganov
/show_bug.cgi?id=457338 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-23 --- --- kjs-5.107.0.orig/cmake/FindPCRE.cmake +++ kjs-5.107.0/cmake/FindPCRE.cmake @@ -11,10 +11,10 @@ # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -if (PCRE_INCLUDE_DIR AND PCRE_PCREPOSIX_LIBRARY

Bug#999975: rdup: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch -- build-tested after adding -Wno-error to CFLAGS due to #941101. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/75 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- rdup-1.1.15.orig/configure.ac

Bug#1000014: mydumper: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/114 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- mydumper-0.10.1.orig/cmake/modules/FindPCRE.cmake +++ mydumper-0.10.1/cmake

Bug#999919: zoneminder: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/19 Bug: https://github.com/ZoneMinder/zoneminder/issues/3384 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- zoneminder-1.36.33+dfsg1

Bug#1000010: ohcount: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/110 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-21 --- --- ohcount-4.0.0.orig/build +++ ohcount-4.0.0/build @@ -31,7 +31,7 @@ # You shouldn't have to change

Bug#999937: tup: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
ted a backport in git but there is at least one linker > flag missing. That's right; the attached patch makes the build succeed for me but I have not tested further (sorry for the patch noise; it's because I had to "quilt refresh"). >From 2b6f55b4d9f476646072d2be197b4fc1defcf7ac Mon Sep 17 00:00:0

Bug#999921: xymon: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
cleanly to the latest upstream release (4.4-alpha) but I am ready and willing to rebase it, whenever you decide to package it. Just let me know. >From d626686d8e004bbb9e1f5f0074ff825f27d1c2e5 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Thu, 21 Dec 2023 18:44:44 +0200 Subject: [PATCH] P

Bug#999922: xneur: depends on obsolete pcre3 library

2023-12-20 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/22 Author: Yavor Doganov ya...@gnu.org> Forwarded: no Last-Update: 2023-12-20 --- --- xneur.orig/configure.ac +++ xneur/configure.ac @@ -143,7 +143,7 @@ AC_DEF

Bug#999931: virtuoso-opensource: depends on obsolete pcre3 library

2023-12-20 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only (although the package's own testsuite has some checks which test this functionality). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/31 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-20

Bug#999954: [Pkg-sugar-devel] Bug#999954: squeak-vm: depends on obsolete pcre3 library

2023-12-19 Thread Yavor Doganov
Jonas Smedegaard wrote: > Quoting Yavor Doganov (2023-12-19 11:21:34) > > Please find attached a patch; > > Is it a patch that you composed yourself, or did you work based off of > some upstream changeset. The former. I checked the new upstream release (downloaded with uscan

Bug#999954: squeak-vm: depends on obsolete pcre3 library

2023-12-19 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; unfortunately I could not find a way to test it. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/54 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-19 --- --- squeak-vm.orig/platforms/unix/CMakeLists.txt

Bug#999960: sipxtapi: depends on obsolete pcre3 library

2023-12-18 Thread Yavor Doganov
Control: tags -1 + patch Attached is a patch which I tested with the demo program at the end of sipXportLib/src/utl/UtlRegex.cpp. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/60 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-18 --- --- sipxtapi-3.3.0~test18+dfsg

Bug#984331: sipxtapi: ftbfs with GCC-11

2023-12-18 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Fix FTBFS with GCC 11+. Bug-Debian: https://bugs.debian.org/984331 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-18 --- --- sipxtapi-3.3.0~test18+dfsg.1.orig/sipXtackLib/src/net/SipMessage.cpp +++ sipxtapi-3.3.0

Bug#1058941: sipxtapi: FTBFS: PlgSpeex.c:21:10: fatal error: speex/speex.h: No such file or directory

2023-12-18 Thread Yavor Doganov
Source: sipxtapi Version: 3.3.0~test18+dfsg.1-0.1 Severity: serious Tags: sid ftbfs patch This package fails to build from source because it has to build-depend on libspeex-dev (libspeexdsp-dev only suggests it). The exact error is: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../..

Bug#999964: shush: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/64 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-17 --- --- shush-1.2.3.orig/configure.ac +++ shush-1.2.3/configure.ac @@ -60,9 +60,19 @@ # Checks for libraries

Bug#999965: shadowsocks-libev: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, build-tested only. >From a214f32480e417c9bf3358652f96d29d51325560 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 17 Dec 2023 14:23:39 +0200 Subject: [PATCH] Port to PCRE2 (#65) --- debian/changelog | 7 ++ deb

Bug#999968: sagan: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/68 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-17 --- --- sagan-1.2.0.orig/configure.ac +++ sagan-1.2.0/configure.ac @@ -392,14 +392,25

Bug#999984: prads: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. I could not observe problems while testing it. >From 014406e858e3e2af471bfb2b392ea693674120e3 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 17 Dec 2023 00:53:23 +0200 Subject: [PATCH] Port to PCRE2 (#84) --- debian/change

Bug#1058817: picom: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Source: picom Version: 10.2-1 Severity: serious Tags: sid trixie fixed-upstream User: matthew-pcre...@debian.org Usertags: obsolete-pcre3 Dear maintainer, During the mass bug filing for the pcre3->pcre2 transition [*], this package was left out somehow. I am filing this (edited copy)

Bug#1000001: pgpcre: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
rom f46d9ca762751a3c856369d781cf69554c31e001 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sat, 16 Dec 2023 22:29:20 +0200 Subject: [PATCH] Port to PCRE2 (#101). --- debian/changelog | 6 + debian/control | 2 +- debian/control.in | 2 +- debian/patches/pc

Bug#1000009: opencollada: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Tested with an example COLLADA file. >From f1772e60500e6cbdf3231792a6f7216eb1ac53e0 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sat, 16 Dec 2023 15:34:11 +0200 Subject: [PATCH] Port to PCRE2 (#109) --- debian/change

Bug#1050187: mvdsv: depends on obsolete pcre3 library

2023-12-14 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch (build-tested only). >From e7127e5a2fa57f84dc12cc6d63671c872c48d28b Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Thu, 14 Dec 2023 18:31:41 +0200 Subject: [PATCH] Port to PCRE2 (#1050187) --- debian/changelog | 7 + deb

Bug#1000015: mp4h: depends on obsolete pcre3 library

2023-12-10 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. >From 4ead19b22c1564097192c50e2ec42c07351ef8de Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 10 Dec 2023 17:12:31 +0200 Subject: [PATCH] Port to PCRE2 (#115) --- debian/changelog | 7 + debian/cont

Bug#1000047: libsynthesis: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
Control: tags -1 + patch The patch available at the forwarded URL that Adrian Bunk added some time ago looks decent to me -- I have build-tested it and include it here in a form that can be directly dropped in debian/patches. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/147

Bug#1050183: httest: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Debian-Bug: https://bugs.debian.org/1050183 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-09 --- --- httest-2.4.23.orig/configure.ac +++ httest-2.4.23/configure.ac @@ -54,9 +54,9 @@ fi

Bug#1000065: grok: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
_vector, REGEXP_OVEC_SIZE * 3); + md = pcre2_match_data_create(REGEXP_OVEC_SIZE * 3, g_gen_ctxt); + ret = pcre2_match(regexp_predicate_op, (PCRE2_SPTR)args, args_len, 0, 0, +md, g_match_ctxt); if (ret < 0) { fprintf(stderr, "An error occurred in grok_predicate_regexp_init.\n&q

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-06 Thread Yavor Doganov
On Mon, 04 Dec 2023 15:46:29 +0200, Yavor Doganov wrote: > I guess I need to revisit my patch and find some way to fix this. Here it is -- no memory leaks and I could not obtain crash or abort with the logs I've tested. Note that while my original patch introduced some leaks, it also fixes s

Bug#1000041: ganglia: depends on obsolete pcre3 library

2023-12-05 Thread Yavor Doganov
f the code), pcre is used only for parsing name_match in the configuration file. But it seems I cannot trigger a match or do something else improperly. Please test and let me know if corrections are needed. >From 7d05aca52f9cf1b579b80f719bed47cfd6ba7b7b Mon Sep 17 00:00:00 2001 From: Yavor Doganov Dat

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-04 Thread Yavor Doganov
Axel Beckert wrote: > A local test on my /var/log/syslog immediately ran into a segfault, > though, so I guess, that's one of the plugins you couldn't test. I tested it but I guess results depend on the contents of the log; apparently my log didn't trigger this code. > Culprit is this line,

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-03 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached (I was not able to test all plugins). >From 1b55bb243cb69c8f1ce006f237187eca7fb47793 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 3 Dec 2023 20:13:33 +0200 Subject: [PATCH] Port to PCRE2 (#144) --- debian/change

Bug#1055981: wmforecast: Does not retrieve data; shows error

2023-11-15 Thread Yavor Doganov
Package: wmforecast Version: 1.9.0-1 Severity: grave X-Debbugs-Cc: Yavor Doganov Since some time (about 2 weeks, but I'm not entirely sure) wmforecast displays an image with a question mark along with the text "ERROR". The following message(s) appear on the console: $ LC_ALL=C

Bug#1028579: src:sope: FTBFS with gnustep-base/1.29.0

2023-06-17 Thread Yavor Doganov
On Fri, Jan 13, 2023 at 09:39:04AM +0200, Yavor Doganov wrote: > On Fri, Jan 13, 2023 at 09:28:11AM +0200, Yavor Doganov wrote: > > Tags: patch > > Here it is. It looks like I made a mistake; please find attached the correct one. >From e3d7ed13d3b764c834dc25776a8f845756f820f0 M

Bug#1031442: gnustep-base: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 messages=yes returned exit code 2

2023-02-17 Thread Yavor Doganov
Lucas Nussbaum wrote: > Source: gnustep-base > Version: 1.28.1+really1.28.0-5 > Severity: serious > Justification: FTBFS > During a rebuild of all packages in sid, your package failed to build > on amd64. Thanks for the report; I believe this is due to tzdata #1031395. I cannot reproduce with

Bug#1028189: gnustep-base/1.28.1-2 should not migrate to testing

2023-01-08 Thread Yavor Doganov
Source: gnustep-base Version: 1.28.1-1 Severity: serious Justification: API/ABI break Filing this bug to block migration to testing. This upload will be reverted as it introduced silent API/ABI break.

Bug#1017818: elpa-jabber: Fails to compile with Emacs 28: Error: Wrong number of arguments: make-obsolete, 2

2022-08-21 Thread Yavor Doganov
Package: elpa-jabber Version: 0.8.92+git98dc8e-7 Severity: serious The upgrade from Emacs 27 to 28 aborts because byte-compilation of elpa-jabber fails with the following error(s): | In toplevel form: | jabber-vcard.el:67:1: Error: Wrong number of arguments: make-obsolete, 2 The full log is:

Bug#995007: gnustep-base ftbfs with updated autoconf/automake

2021-10-03 Thread Yavor Doganov
On Sat, 02 Oct 2021 16:01:45 +0300, Peter Green wrote: > I see a fix for this issue has been uploaded to mentors, do you want > me to sponsor it? I'd be very grateful, thanks in advance! My usual sponsor is not answering...

Bug#963081: src:camera.app: Please switch to using pkg-config for libgphoto2

2020-07-20 Thread Yavor Doganov
Sudip Mukherjee wrote: > On Fri, Jun 19, 2020 at 09:41:22PM +0300, Yavor Doganov wrote: > > wf...@niif.hu wrote: > > > Yavor Doganov writes: > > > > Thanks; I'll fix this shortly -- the upload will depend on my sponsor > > > > though. Meanwhile, feel f

Bug#963478: gworkspace.app: Crashes on startup

2020-06-22 Thread Yavor Doganov
Package: gworkspace.app Version: 0.9.4-2+b1 Severity: grave User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-gui0.28-transition gnustep-transition (gdb) r Starting program: /usr/bin/GWorkspace [Thread debugging using libthread_db enabled] Using host libthread_db library

Bug#963081: src:camera.app: Please switch to using pkg-config for libgphoto2

2020-06-19 Thread Yavor Doganov
wf...@niif.hu wrote: > Yavor Doganov writes: > > > Thanks; I'll fix this shortly -- the upload will depend on my sponsor > > though. Meanwhile, feel free to upload libgphoto2 whenever you like > > and raise the severity of this bug to serious. > > Did so, thanks

Bug#936681: gwyddion: Python2 removal in sid/bullseye

2019-11-20 Thread Yavor Doganov
20, 2019 at 12:20:38PM +0200, Yavor Doganov wrote: > > IMO the only chance to keep gwyddion in bullseye is to build it with > > the option --disable-pygwy. > > I fully agree here. OK, I'll start working on this then and I'll ping you when I'm done (I have commit access to

Bug#936681: gwyddion: Python2 removal in sid/bullseye

2019-11-20 Thread Yavor Doganov
On Sun, Sep 29, 2019 at 08:27:59PM +0100, Shayan Doust wrote: > Just a notice to those who read this: it seems like with the python2 -> > python3 migration, python-gtk2-dev becomes redundant and should be avoided. It's more complex than that. PyGTK is strictly tied to Python 2 and GTK 2. To

Bug#939119: gnustep-base-runtime: Upgrading to Debian 10 causes gdomap network service to become enabled

2019-09-14 Thread Yavor Doganov
Control: severity -1 important On Sun, 01 Sep 2019 14:24:05 +0300, Alan Jenkins wrote: > Package: gnustep-base-runtime > Version: 1.26.0-4 > Severity: grave > Tags: security > Justification: user security hole Many thanks for the report but like Michael Biebl I disagree with the severity. This

Bug#924010: wmbiff: Built without TLS support

2019-03-08 Thread Yavor Doganov
On Fri, Mar 08, 2019 at 07:21:22PM +0100, Andreas Metzler wrote: > On 2019-03-08 Yavor Doganov wrote: > > | checking for gzopen in -lz... no > > | GNUTLS support requires libz.a and libgdbm.a > > Actually ./configure seems to wrong, GNUTLS suppport does not require &

Bug#924010: wmbiff: Built without TLS support

2019-03-08 Thread Yavor Doganov
[ssh-askpass] 1:7.9p1-9 -- no debconf information >From 6c6acf935e8fa7679537c0b34dcf535853a7a5c1 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Fri, 8 Mar 2019 11:59:31 +0200 Subject: [PATCH] debian/control: Add zlib1g-dev to Build-Depends. --- debian/control | 3 ++- 1 file changed

Bug#920609: lynkeos.app: Does not start; assertion failure

2019-01-29 Thread Yavor Doganov
Control: tags -1 + pending On Sun, 27 Jan 2019 14:11:06 +0200, Yavor Doganov wrote: > Package: lynkeos.app > Version: 2.10+dfsg1-3+b2 > Severity: grave > > $ Lynkeos > Lynkeos: malloc.c:2385: sysmalloc: Assertion `(old_top == initial_top (av) && > old_size == 0)

Bug#920629: Bug#920629: volumecontrol.app: Cannot quit, blocks under some circumstances

2019-01-27 Thread Yavor Doganov
Gürkan Myczko wrote: > Hi Yavor many thanks would you mind doing a pr for that on github? I don't have a GitHub account and don't plan to make one at least until it is possible to do it off the web, with one of the cli tools that are available. I can send you the modified .gorm file in private

Bug#920629: volumecontrol.app: Cannot quit, blocks under some circumstances

2019-01-27 Thread Yavor Doganov
Package: volumecontrol.app Version: 0.7-1+b1 Severity: grave The Quit menu item is greyed out and does not work. Selecting missing controls (Bass/Treble for my card) makes the "Control missing" dialog appear but you can't get rid of it. The app then becomes completely unusable. There are

Bug#920609: lynkeos.app: Does not start; assertion failure

2019-01-27 Thread Yavor Doganov
Package: lynkeos.app Version: 2.10+dfsg1-3+b2 Severity: grave $ Lynkeos 2019-01-27 14:04:19.881 Lynkeos[10492:10492] styleoffsets ... guessing offsets 2019-01-27 14:04:19.882 Lynkeos[10492:10492] styleoffsets ... guessing offsets 2019-01-27 14:04:20.852 Lynkeos[10492:10492] Selected non-scalable

Bug#920605: fortunate.app: Does not start: Bad application class '(null)' specified

2019-01-27 Thread Yavor Doganov
Package: fortunate.app Version: 3.1-2 Severity: grave $ Fortunate 2019-01-27 12:44:44.637 Fortunate[7927:7927] Bad application class '(null)' specified And the reason is: $ ls -la /usr/lib/GNUstep/Applications/Fortunate.app/Resources/ общо 8 drwxr-xr-x 2 root root 4096 яну 17 11:47 .

Bug#885742: linsmith: GTK+ 3 / GooCanvas port may be available upstream

2019-01-12 Thread Yavor Doganov
On Wed, 09 Jan 2019 07:24:00 +0200, Jeremy Bicha wrote: > We'd like to remove those libraries soon, but I am willing to wait a > bit longer for someone to port linsmith to gtk3. JFTR, I don't intend to work on this package. I don't have time at the moment, but more importantly I don't have the

Bug#907624: Help for SIGSEGV in test suite needed when built with gcc 8.2 what works nicely with gcc 6.3

2019-01-11 Thread Yavor Doganov
On Wed, 09 Jan 2019 22:42:43 +0200, Andreas Tille wrote: > The values of the structure are set in line 350[3] and are OK there. What looks suspicious to me is that an unsigned long long value is assigned to struct members of type size_t. In the previous upstream release that worked, the return

Bug#915714: gnustep-base: Please use pkg-config to detect icu

2019-01-02 Thread Yavor Doganov
Hugh McMaster wrote: > Control: severity -1 serious > Control: tags -1 + patch > As the removal of icu-config from Debian is imminent, I have prepared a > patch for gnustep-base so its build system uses pkg-config to detect icu. Thanks for the patch but AFAICT this is a cosmetic issue that

Bug#911166: gtksourceview2: Do not release with Buster

2018-10-21 Thread Yavor Doganov
Jeremy Bicha wrote: > On Sun, Oct 21, 2018 at 5:07 PM Yavor Doganov wrote: > > This is slightly confusing to me; there is src:gtksourceview3 but I > > cannot find src:gtksourceview4. > > Here are some links: > https://tracker.debian.org/pkg/gtksourceview4 I feel s

Bug#911166: gtksourceview2: Do not release with Buster

2018-10-21 Thread Yavor Doganov
On Tue, Oct 16, 2018 at 12:49:36PM -0400, Jeremy Bicha wrote: > Please port your package to gtk3 and gtksourceview4. This is slightly confusing to me; there is src:gtksourceview3 but I cannot find src:gtksourceview4. It's not in the NEW queue either. Is it going to be a new source package? If

Bug#856086: Bug#885037: Patch for monster-masher

2018-10-21 Thread Yavor Doganov
Markus Koschany wrote: > I only noticed that the Close button in the "Info" submenu doesn't > work as intended. There is no "Info" submenu; I guess you mean the Close button in the About dialog? None of the patches touches this code and I can reproduce with 1.8.1-7+b1 so it's not a regression.

Bug#885037: Port to Gio::Settings

2018-10-21 Thread Yavor Doganov
-dev from B-D, please consider adding gconf2 to Recommends; see #907826. Description: Eliminate libgnome dependency. Bug-Debian: https://bugs.debian.org/885037 Author: Yavor Doganov Forwarded: no Last-Update: 2018-10-21 --- --- monster-masher-1.8.1.orig/configure.ac +++ monster-masher-1.8.1

Bug#856086: Patch

2018-10-21 Thread Yavor Doganov
; make sounds playable. Bug-Debian: https://bugs.debian.org/848052 Bug-Debian: https://bugs.debian.org/856086 Author: Yavor Doganov Forwarded: no Last-Update: 2018-10-20 --- --- monster-masher-1.8.1.orig/configure.ac +++ monster-masher-1.8.1/configure.ac @@ -18,7 +18,8

Bug#868411: gniall: Port to GTK+ 3

2018-10-15 Thread Yavor Doganov
Jeremy Bicha wrote: > Yavor, I'm planning to orphan gniall now. Are you interested in being > its maintainer in Debian? It's ok if you don't want to. No, but if it gets orphaned, I can prepare a QA upload fixing other packaging issues and take care of it in the future (I'm already subscribed to

Bug#868411: gniall: Port to GTK+ 3

2018-10-15 Thread Yavor Doganov
Jeremy Bicha wrote: > On Mon, Oct 15, 2018 at 9:13 AM Yavor Doganov wrote: > > Please do what you think is best. > > No. I'm delegating this decision to you. There is no upstream. There > is no Debian maintainer. You're the closest we have to either one of > those for t

Bug#868411: gniall: Port to GTK+ 3

2018-10-15 Thread Yavor Doganov
Jeremy Bicha wrote: > On Sun, Oct 14, 2018 at 5:00 PM Yavor Doganov wrote: > > I am not in a position to decide the faith of a package that I do not > > maintain. > > With its very low popcon and the fact that it has no maintainer in > Debian (or anywhere), I think

Bug#868411: gniall: Port to GTK+ 3

2018-10-14 Thread Yavor Doganov
Jeremy Bicha wrote: > I think it would be better for Debian for gnial to be removed from > Debian. [...] Please let me know what you think we should do here. I am not in a position to decide the faith of a package that I do not maintain. It looks like a tiny little program that doesn't appear

Bug#885115: Patch to eliminate scrollkeeper build-dependency

2018-10-09 Thread Yavor Doganov
tags 885115 + patch thanks The dependency can be safely dropped as well; it is unnecessary. Description: Eliminate scrollkeeper build-dependency. Bug-Debian: https://bugs.debian.org/885115 Author: Yavor Doganov Forwarded: no Last-Update: 2018-10-09 --- --- grdesktop-0.23+d040330.orig/help/C

Bug#868425: Port to GIO

2018-10-08 Thread Yavor Doganov
.pc. Description: Port to GIO. Bug-Debian: https://bugs.debian.org/868425 Author: Yavor Doganov Forwarded: no Last-Update: 2018-10-08 --- --- gmotionlive-1.0.orig/Makefile +++ gmotionlive-1.0/Makefile @@ -5,7 +5,7 @@ all: gmotionlive gmotionlive: gmotionlive.c - $(CC) gmotionlive.c -o

Bug#868382: gbatnav: Port to GTK+ 3

2018-09-26 Thread Yavor Doganov
-style ~/.gnome2 configuration files to GSettings. Bug-Debian: https://bugs.debian.org/868382 Author: Yavor Doganov Forwarded: no Last-Update: 2018-09-26 --- --- gbatnav-1.0.4cvs20051004.orig/configure.in +++ gbatnav-1.0.4cvs20051004/configure.in @@ -12,13 +12,14 @@ AC_HEADER_STDC AC_ARG_PROGRAM

Bug#868424: gnome-breakout: Port to GooCanvas / GTK+ 3

2018-09-11 Thread Yavor Doganov
om old-style ~/.gnome2 configuration file to GSettings. + Use libgnome-games-support as replacement of libgnome's gnome-scores. +Bug-Debian: https://bugs.debian.org/868424 +Author: Yavor Doganov +Forwarded: no +Last-Update: 2018-09-11 +--- + +--- gnome-breakout-0.5.3.orig/configure.in gnome-br

Bug#822590: Patch to remove python-gtksourceview2 dependency

2018-09-06 Thread Yavor Doganov
tags 822590 + patch thanks Attached is a simplistic patch that fixes this bug. --- liblunar-2.0.1.orig/configure.ac +++ liblunar-2.0.1/configure.ac @@ -153,12 +153,10 @@ if test "x$have_python" != "xno"; then PYGOBJECT_REQUIRED=2.15.4 PYGTK_REQUIRED=2.12.0 -

Bug#790584: Bug fixed upstream

2018-09-06 Thread Yavor Doganov
tags 790584 + fixed-upstream thanks This bug is fixed in the latest upstream release.

Bug#790196: rasmol: Port to GTK+ 3 / VTE 2.91

2018-09-06 Thread Yavor Doganov
any issues that arise as a result of my porting attempt. >From 0545dcee54c57128d82872e2a016f8c43978530a Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Thu, 6 Sep 2018 13:53:09 +0300 Subject: [PATCH 1/3] Port to GTK+ 3 / VTE 2.91 --- debian/control|3 +- debian/patc

Bug#885823: evolution-rss: raising severity of gconf dependency bug

2018-09-02 Thread Yavor Doganov
retitle 885823 evolution-rss: Unnecessary Build-Depends on libgconf2-dev thanks On Mon, Mar 12, 2018 at 03:40:35PM -0400, Jeremy Bicha wrote: > Please try to port your package away from gconf. AFAICS it's already ported and the code uses conditionals based on EVOLUTION_VERSION, which evaluate to

Bug#907691: petri-foo: License incompatibility: links with OpenSSL

2018-08-31 Thread Yavor Doganov
Package: petri-foo Version: 0.1.87-4 Severity: serious This package is licensed under GPLv2 only but links with the OpenSSL library which makes it impossible for distribution as the licenses are incompatible. See https://www.gnu.org/licenses/license-list.html#OpenSSL

Bug#885740: gnomekiss: Port to GTK+ 3

2018-08-21 Thread Yavor Doganov
Yavor Doganov wrote: > Please find attached a patch that ports the program to GTK+ 3. I wasn't careful enough; my patch introduces memory leaks. Please find attached an updated version (compressed); please use it instead. Thanks. gtk3-port.patch.xz Description: Binary data

Bug#885742: linsmith: GTK+ 3 / GooCanvas port may be available upstream

2018-08-20 Thread Yavor Doganov
I started working on this bug but fortunately discovered fairly quickly that upstream is on the way of moving to GTK+ 3: https://sourceforge.net/p/linsmith/discussion/389360/thread/90b515fb/#01e5/f302 You might want to check the status, it would be a pity if this package has to be removed for

Bug#885740: gnomekiss: Port to GTK+ 3

2018-08-20 Thread Yavor Doganov
and GSettings. Bug-Debian: https://bugs.debian.org/885740 Author: Yavor Doganov Forwarded: no Last-Update: 2018-08-20 --- --- gnomekiss-2.0.orig/configure.in +++ gnomekiss-2.0/configure.in @@ -10,7 +10,7 @@ AM_PROG_CC_STDC AC_HEADER_STDC -pkg_modules="libgnomeui-2.0" +pkg_modules

Bug#906522: price.app: Does not start: Bad application class '(null)' specified

2018-08-17 Thread Yavor Doganov
Package: price.app Version: 1.3.0-2 Severity: grave $ PRICE 2018-08-18 02:38:40.000 PRICE[5441:5441] Bad application class '(null)' specified 2018-08-18 02:38:40.440 PRICE[5441:5441] styleoffsets ... guessing offsets 2018-08-18 02:38:40.441 PRICE[5441:5441] styleoffsets ... guessing offsets

Bug#903829: myspell-bg: Package not installable; upgrades from 4.1-4 impossible

2018-07-15 Thread Yavor Doganov
Package: myspell-bg Version: 4.1-5 Severity: serious This change (commit 311c4d9) * make myspell-bg a transitional package depending on hunspell-bg (Closes: #898709) does not work as intended, because hunspell-bg conflicts with myspell-bg. It also prevents migration to testing: $

Bug#896939: wmweather+: Segfaults on startup

2018-04-26 Thread Yavor Doganov
Package: wmweather+ Version: 2.15-1.1+b2 Severity: grave Happens with or without user configuration file. Here's the backtrace: Program received signal SIGSEGV, Segmentation fault. __strcasecmp_l_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:173 173

Bug#893442: lynkeos.app: FTBFS on ppc64el: AltiVec argument passed to unprototyped function

2018-03-22 Thread Yavor Doganov
Frédéric Bonnard wrote: > I'm not an altivec expert but I was interested to look into this and > maybe help. Many thanks for taking the time and effort, this is exactly the response I was hoping for. > When I compile : > __vector unsigned char Va = vec_pack(vec_pack(vec_ctu(Vperma, 0), >

Bug#893442: lynkeos.app: FTBFS on ppc64el: AltiVec argument passed to unprototyped function

2018-03-18 Thread Yavor Doganov
Source: lynkeos.app Version: 2.10+dfsg1-2 Severity: serious Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el I would appreciate if someone knowledgeable from -powerpc confirms that the attached patch is correct. The build failure is: gcc

Bug#893097: lynkeos.app: FTBFS on many architectures - PAGE_SIZE undeclared

2018-03-16 Thread Yavor Doganov
tags 893097 + pending thanks James Cowgill wrote: > lynkeos.app FTBFS on many architectures (all except for x86, s390x and > alpha) with the error: Right; I've already fixed this in the Git repository, exactly in the way you suggest.

Bug#890070: textedit.app: Does not start after upgrade; missing resources

2018-02-10 Thread Yavor Doganov
Package: textedit.app Version: 5.0-1 Severity: grave Hi Gürkan, TextEdit does not start after upgrading from 4.0+20061029-3.5: $ TextEdit 2018-02-10 21:27:48.951 TextEdit[16231:16231] Bad application class '(null)' specified 2018-02-10 21:27:49.027 TextEdit[16231:16231] Xlib does not support

Bug#889536: libaddressview0: Missing dependencies

2018-02-04 Thread Yavor Doganov
Package: libaddressview0 Version: 0.4.8-2+b2 Severity: serious Justification: Policy 10.2 $ ldd -r /usr/lib/libAddressView.so.0 linux-gate.so.1 (0xb773a000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb76d5000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6

Bug#889534: libaddresses0: Missing dependencies

2018-02-04 Thread Yavor Doganov
Package: libaddresses0 Version: 0.4.8-2+b2 Severity: serious Justification: Policy 10.2 $ ldd -r /usr/lib/libAddresses.so.0 linux-gate.so.1 (0xb77cc000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7765000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0

Bug#886305: gnumail.app: links against openssl

2018-01-04 Thread Yavor Doganov
Package: gnumail.app Version: 1.2.2-1.1 Severity: serious Justification: license incompatibility This is a reincarnation of #756852, a regression introduced in gnumail/1.2.2-1.1. The dependency would have been stripped by the linker with --as-needed if DEB_LDFLAGS_MAINT_APPEND was not commented

Bug#884098: agenda.app: Cannot create new task or appointment

2017-12-11 Thread Yavor Doganov
Package: agenda.app Version: 0.42.2-1+b7 Severity: grave Justification: renders package unusable Control: fixed -1 0.44-1 Creating a new task or appointment is impossible; an exception occurs: 2017-12-11 13:40:53.671 SimpleAgenda[2016:2016] Problem posting notification:

Bug#863788: oolite: Please drop dependency against mozjs 1.8.5

2017-10-29 Thread Yavor Doganov
hes/gobjc++.patch new file mode 100644 index 000..08a6420 --- /dev/null +++ b/debian/patches/gobjc++.patch @@ -0,0 +1,425 @@ +Description: Compile all files which include C++ headers as Objective-C++ +Author: Yavor Doganov <ya...@gnu.org> +Bug-Debian: https://bugs.debian.org/863788 +Forw

Bug#835894: terminal.app: crashes on startup: Did not find correct version of backend

2016-08-29 Thread Yavor Doganov
reassign 835894 libgnustep-gui0.25 0.25.0-2 affects 835894 terminal.app thanks Eric Heintzmann wrote: > Well, it seems that teminal.app doesn't depends on gnustep-back package. > > Instead it depends on libgnustep-gui0.25 which doesn't depends on > gnustep-back. That's because of the .symbols

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
reopen 768127 notfixed 768127 0.6.21+nmu6 thanks Thanks for your work, but unfortunately I experience exactly the same problem with the new version. $ isutf8 /var/lib/doc-base/documents/* $ echo $? 0 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
gregor herrmann wrote: On Thu, 18 Dec 2014 12:01:02 +0200, Yavor Doganov wrote: Thanks for your work, but unfortunately I experience exactly the same problem with the new version. I guess it would be helpful if you could try to - add a puts @path in /usr/lib/ruby/vendor_ruby/dhelp.rb:184

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
gregor herrmann wrote: /var/lib/doc-base/documents/xterm-ctlseqs /var/lib/doc-base/documents/xterm-faq ArgumentError: invalid byte sequence in UTF-8 (/usr/lib/ruby/vendor_ruby/debian.rb:914:in `block in initialize' So according to the previous findings, my guess is that

Bug#768127: Fails to build the index when invalid UTF-8 is met

2014-12-18 Thread Yavor Doganov
Daniel Getz wrote: Can you run with the attached patch to debian.rb, and see if it will show which entry of which file triggers the error? Thanks; here's the output: Error parsing file /var/lib/dpkg/available Contents of info: Package: ayuda Priority: extra Section: misc Installed-Size: 204

  1   2   3   4   5   >