Bug#984814: fbless: search is broken

2021-03-08 Thread Stepan Golosunov
Package: fbless Version: 0.2.3-4 Severity: normal After upgrade of fbless from 0.2.3-3 to 0.2.3-4 search is no longer working. anything always ends with Traceback (most recent call last): File "/usr/bin/fbless", line 23, in MainWindow().main_loop() File

Bug#968498: fbless cant open files

2021-03-08 Thread Stepan Golosunov
control: severity -1 important control: tags -1 patch On Sun, Aug 16, 2020 at 02:58:30PM +0300, Alexander Inyukhin wrote: > Package: fbless > Version: 0.2.3-4 > Severity: normal > > fbless failed to open files with exception > > Traceback (most recent call last): > File "/usr/bin/fbless",

Bug#882272: libc6:amd64: upgrade of libc6:amd64 + libc6:i386 + libc6-i686 breaks system

2017-11-20 Thread Stepan Golosunov
Package: libc6 Version: 2.24-11+deb9u1 Severity: critical Justification: breaks the whole system Upgrade of glibc packages from jessie to stretch versions failed resulting in most programs (presumably all non-static 32-bit ones) to segfault on start. I believe the following happend: 1.

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-23 Thread Stepan Golosunov
22.11.2016 в 22:57:30 +0200 Adrian Bunk написал: > 23:14 < bunk> Q_: If you come up with a better patch than mine in #844018, > please post to that bug. I know that my patch is not pretty, > but > I did not find any better short-term solution. Search for

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
20.11.2016 в 22:35:26 +0100 Jan Niehusmann написал: > On Mon, Nov 21, 2016 at 01:03:19AM +0400, Stepan Golosunov wrote: > > So far I do not know why using libssl1.1 together with a > > libssl1.0.2-using Qt wouldn't work. > > Well I don't know enough about the dyn

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
20.11.2016 в 21:29:35 +0100 Jan Niehusmann написал: > On Mon, Nov 21, 2016 at 12:02:45AM +0400, Stepan Golosunov wrote: > > It would be a grave bug in such application if it does not have a > > working version, yes. Whether or not it would be a serious bug in > > lubcurl

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
20.11.2016 в 20:01:25 +0100 Jan Niehusmann написал: > On Sun, Nov 20, 2016 at 07:40:22PM +0400, Stepan Golosunov wrote: > > If SONAME change is needed it is needed when linking libcurl with > > libssl1.0.2 too. (But when linking libcurl with libssl1.0.2 more > > applicat

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
20.11.2016 в 23:38:48 +0400 Stepan Golosunov написал: > 20.11.2016 в 20:01:25 +0100 Jan Niehusmann написал: > > Still, for 1.1 the SONAME change is definitely necessary. > > Breaks: against applications using CURLOPT_SSL_CTX_FUNCTION and > compiled with OpenSSL 1.0 wil

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
20.11.2016 в 20:48:44 +0100 Jan Niehusmann написал: > On Sun, Nov 20, 2016 at 11:38:49PM +0400, Stepan Golosunov wrote: > > > Still, for 1.1 the SONAME change is definitely necessary. > > > > Breaks: against applications using CURLOPT_SSL_CTX_FUNCTION and >

Bug#844018: libcurl3: Building with OpenSSL 1.1 breaks packages using both OpenSSL 1.0 and curl

2016-11-20 Thread Stepan Golosunov
11.11.2016 в 21:30:07 +0100 Jan Niehusmann написал: > the curl ABI contains structs inherited from OpenSSL, e.g. in calls > like: > > curl_easy_setopt(easy, CURLOPT_SSL_CTX_FUNCTION, _cb); > > Here, sslCtxFunction_cb is a function which takes an SSL_CTX * as a > parameter. > > (This is from

Bug#844148: acl2: FTBFS: certification failed directory

2016-11-14 Thread Stepan Golosunov
14.11.2016 в 11:24:04 -0500 Camm Maguire написал(а): > Neither ACL2 nor underlying gcl makes any use of threads or locks, but Note that the failing memoize-tests.lisp creates some sort of threads and mentions lock contention in comments. > > **CERTIFICATION FAILED** for > >

Bug#828240: asterisk: FTBFS with openssl 1.1.0

2016-11-06 Thread Stepan Golosunov
06.11.2016 в 23:39:41 +0100 Bernhard Schmidt написал(а): > On Sun, Nov 06, 2016 at 04:39:03PM +0400, Stepan Golosunov wrote: > > 06.11.2016 в 16:18:32 +0400 Stepan Golosunov написал: > > > #if defined(HAVE_OPENSSL) && OPENSSL_VERSION_NUMBER >= 0x1010L > &

Bug#828240: asterisk: FTBFS with openssl 1.1.0

2016-11-06 Thread Stepan Golosunov
06.11.2016 в 16:18:32 +0400 Stepan Golosunov написал: > 03.11.2016 в 09:24:19 +0100 Bernhard Schmidt написал(а): > > - Asterisk is doing some weird stuff with macros in > > > > https://sources.debian.net/src/asterisk/1:13.11.2~dfsg-1/main/libasteriskssl.c/ > > th

Bug#828240: asterisk: FTBFS with openssl 1.1.0

2016-11-06 Thread Stepan Golosunov
03.11.2016 в 09:24:19 +0100 Bernhard Schmidt написал(а): > - Asterisk is doing some weird stuff with macros in > > https://sources.debian.net/src/asterisk/1:13.11.2~dfsg-1/main/libasteriskssl.c/ > that causes the build against 1.1.0 to fail. This is beyond my C > knowledge. I will gladly

Bug#672275: libgtk2.0-0: unquoted *.so in postinst

2016-09-11 Thread Stepan Golosunov
Control: close -1 2.24.20-1 09.09.2016 в 23:09:49 +0200 Michael Biebl написал: > Version: 2.24.30-4 > > On Wed, 9 May 2012 19:47:08 +0400 Stepan Golosunov > <ste...@golosunov.pp.ru> wrote: > > Package: libgtk2.0-0 > > Version: 2.24.10-1 > > Severity: normal &

Bug#814067: Buffer overflow in xdelta3

2016-02-07 Thread Stepan Golosunov
Bonaccorso написал: > On Sun, Feb 07, 2016 at 07:05:12PM +0400, Stepan Golosunov wrote: > > This appears to be fixed in xdelta3 3.0.9 and later via > > https://github.com/jmacd/xdelta-devel/commit/ef93ff74203e030073b898c05e8b4860b5d09ef2 > > but not in Debian. > > > > W

Bug#813631: libdatetime-timezone-perl: Chita is misspelled in the changelog

2016-02-03 Thread Stepan Golosunov
Package: libdatetime-timezone-perl Version: 1:1.95-1+2016a Severity: minor Chita is misspelled in the changelog: >* Import upstream version 1.95. > Based on version 2016a of the Olson database. This release includes > contemporary changes for the Cayman Islands, Iran, and Chrita,

Bug#722880: /usr/bin/apt-get: Re: apt: Apt fails to solve some dependencies in a multiarch scenario.

2016-01-30 Thread Stepan Golosunov
30.01.2016 в 01:15:27 +0100 Michal Suchanek написал: > I still cannot install arch:i386 package that depends on arch:all > package because apt wrongly tries to search for the arch:all package as > arch:i386. > > # apt-get -m -d install libgtksourceview2.0-0:i386 > Reading package lists... Done >

Bug#771153: init-system-helpers: Please do not depend on new perl

2016-01-30 Thread Stepan Golosunov
19.01.2016 в 00:38:19 +0100 Michael Biebl написал: > Am 27.11.2014 um 07:08 schrieb Stepan Golosunov: > > Package: init-system-helpers > > Version: 1.22 > > > > init-system-helpers 1.22 introduced a versioned Depends: on > > perl-base. This needlessly c

Bug#722880: /usr/bin/apt-get: Re: apt: Apt fails to solve some dependencies in a multiarch scenario.

2016-01-30 Thread Stepan Golosunov
30.01.2016 в 22:50:52 +0100 Michal Suchanek написал: > On 30 January 2016 at 10:22, Stepan Golosunov <ste...@golosunov.pp.ru> wrote: > > 30.01.2016 в 01:15:27 +0100 Michal Suchanek написал: > >> I still cannot install arch:i386 package that depends on arch:all > >

Bug#798255: erlang-cl: installs non-free packages

2015-09-07 Thread Stepan Golosunov
Package: erlang-cl Version: 1.2.1-2 Severity: important Installation of erlang-cl pulls in non-free fglrx and nvidia packages: % apt -s install erlang-cl NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated,

Bug#798255: [Pkg-erlang-devel] Bug#798255: erlang-cl: installs non-free packages

2015-09-07 Thread Stepan Golosunov
Control: tags -1 - moreinfo On Mon, Sep 07, 2015 at 03:19:27PM +0300, Sergei Golovan wrote: > tags 798255 + moreinfo > thanks > > Hi Stepan! > > On Mon, Sep 7, 2015 at 2:25 PM, Stepan Golosunov <ste...@golosunov.pp.ru> > wrote: > > > > Installati

Bug#798255: [Pkg-erlang-devel] Bug#798255: erlang-cl: installs non-free packages

2015-09-07 Thread Stepan Golosunov
07.09.2015 в 20:10:31 +0300 Sergei Golovan написал: > On Mon, Sep 7, 2015 at 6:12 PM, Stepan Golosunov <ste...@golosunov.pp.ru> > wrote: > >> On the other hand, you have the non-free repository enables, so why do > >> you expect APT > >> not to install pack

Bug#774075: libdvdnav4: breaks mplayer2 from wheezy

2014-12-28 Thread Stepan Golosunov
Package: libdvdnav4 Version: 5.0.1-1 mplayer2 2.0-554-gf63dbad-1+b1 no longer starts after upgrading libdvdnav4 from 4.2.0+20120524-2 to 5.0.1-1: % mplayer mplayer: error while loading shared libraries: libdvdnavmini.so.4: cannot open shared object file: No such file or directory -- To

Bug#774091: mpv: insufficient dependency on libquvi7

2014-12-28 Thread Stepan Golosunov
Package: mpv Version: 0.6.2-2 Control: close -1 0.7.1-1 mpv from jessie fails to play anything which is not directly a file when libquvi7 0.4.1-1 (from wheezy) is installed: % mpv dvd:// Playing: dvd:// PANIC: unprotected error in call to Lua API (attempt to index a number value) zsh: abort

Bug#357446: pinfo: UTF8 problems

2014-12-27 Thread Stepan Golosunov
27.12.2014 в 16:41:35 +0100 Bas Zoetekouw написал: Hi Stephan, Hi Pinfo still has problems displaying utf-8: - links are highlighted in the wrong place - з (CYRILLIC SMALL LETTER ZE) is replaced with o, usually with next character - it also results in misaligned right edge of text -

Bug#771153: init-system-helpers: Please do not depend on new perl

2014-11-27 Thread Stepan Golosunov
On Thu, Nov 27, 2014 at 10:26:04AM +0200, Niko Tyni wrote: On Thu, Nov 27, 2014 at 10:08:52AM +0400, Stepan Golosunov wrote: Package: init-system-helpers Version: 1.22 init-system-helpers 1.22 introduced a versioned Depends: on perl-base. This needlessly complicates upgrades

Bug#771153: init-system-helpers: Please do not depend on new perl

2014-11-26 Thread Stepan Golosunov
Package: init-system-helpers Version: 1.22 init-system-helpers 1.22 introduced a versioned Depends: on perl-base. This needlessly complicates upgrades and backports by forcing perl and its reverse dependencies to be upgraded when installing init-system-helpers and its reverse dependencies.

Bug#770883: mdadm: /dev/md/name symlinks disappear with udev 175-7.2

2014-11-24 Thread Stepan Golosunov
Package: mdadm Version: 3.3.2-2 On the next reboot after upgrading mdadm from 3.2.5-5 to 3.3.2-2 I was greeted with a fatal fsck error. Turned out symlinks like /dev/md/boot were missing. Manual creation of the necessary symlink allowed boot to continue. Then I upgraded udev from 175-7.2 to

Bug#767020: openhackware: should be Multi-Arch: foreign

2014-10-27 Thread Stepan Golosunov
Package: openhackware Version: 0.4.1+git-20140423.c559da7c-2 User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch openhackware is an Architecture: all package but isn't marked Multi-Arch: foreign. This renders qemu-system-ppc:amd64 not installable with dpkg:i386 (while all other

Bug#628079: php5-common: Wrong timezone selected

2013-08-28 Thread Stepan Golosunov
Control: found -1 5.4.4-14+deb7u4 Control: tags -1 - moreinfo On Fri, May 27, 2011 at 09:05:24AM +1000, Craig Small wrote: Package: php5-common Version: 5.3.6-11 Severity: normal Both the apache module and cli PHP show my timezone as Antartica/Macquarie. I'm not a penguin and don't live

Bug#712586: supported_versions: WARNING: Unknown Debian release: 7.1

2013-06-17 Thread Stepan Golosunov
Package: postgresql-client-common Version: 134wheezy3 During installation of postgresql on a freshly installed wheezy system /usr/share/postgresql-common/supported-versions claims that current Debian stable is not a known release: Setting up postgresql-common (134wheezy3) ... supported_versions:

Bug#710353: libraw: CVE-2013-2126 CVE-2013-2127

2013-06-04 Thread Stepan Golosunov
Control: found -1 0.14.6-2 Control: tags -1 patch 03.06.2013 в 19:34:15 +0400 Stepan Golosunov написал: On Thu, May 30, 2013 at 09:22:27AM +0200, Moritz Muehlenhoff wrote: Package: libraw Severity: grave Tags: security Two security issues have been found in libraw. Please see

Bug#710353: libraw: CVE-2013-2126 CVE-2013-2127

2013-06-03 Thread Stepan Golosunov
Control: found -1 0.15.1-1 On Thu, May 30, 2013 at 09:22:27AM +0200, Moritz Muehlenhoff wrote: Package: libraw Severity: grave Tags: security Two security issues have been found in libraw. Please see this link for more information and links to upstream commits:

Bug#704933: linux-image-3.2.0-4-amd64:amd64: system hangs when initializing primary video card (3.2.39-2 - 3.2.41-2 regression)

2013-04-12 Thread Stepan Golosunov
Control: tag -1 patch 07.04.2013 в 22:31:00 +0100 Ben Hutchings написал: On Mon, 2013-04-08 at 00:37 +0400, Stepan Golosunov wrote: After upgrading linux-image-3.2.0-4-amd64:amd64 to 3.2.41-2 system hangs when initializing primary video card. Normally during boot bios and later linux

Bug#704933: linux-image-3.2.0-4-amd64:amd64: system hangs when initializing primary video card (3.2.39-2 - 3.2.41-2 regression)

2013-04-09 Thread Stepan Golosunov
07.04.2013 в 22:31:00 +0100 Ben Hutchings написал: On Mon, 2013-04-08 at 00:37 +0400, Stepan Golosunov wrote: After upgrading linux-image-3.2.0-4-amd64:amd64 to 3.2.41-2 system hangs when initializing primary video card. Normally during boot bios and later linux console messages

Bug#674532: libcairo2: characters disappear with libcairo2 1.12.2

2013-01-30 Thread Stepan Golosunov
On Sat, Jan 26, 2013 at 02:25:12PM +0100, Michael Biebl wrote: Hi Stepan, is this bug still reproducible with 1.12.2-2? If so, could you try the packages from [1], please, Dots are not displayed if I run gxmessage -fn 'DejaVu Sans Mono 100' 1.2.3.4.5 with LD_PRELOAD'ed libcairo.so.2 from

Bug#685351: src:gnumed-client: Missing source code for *.js files

2012-08-20 Thread Stepan Golosunov
Package: src:gnumed-client Version: 1.1.17-1 Severity: serious Justification: Policy 2.1 gnumed-doc installs /usr/share/doc/gnumed/user-manual/rsrc/System/JSTreeContrib/jquery.jstree.js. However, the file is present in the source package without source code. Instructions on which tools were used

Bug#683247: Bug#683030: unblock: vlc/2.0.3-1

2012-08-01 Thread Stepan Golosunov
01.08.2012 в 09:45:12 +0100 Adam D. Barratt написал: On 01.08.2012 09:14, Fabian Greffrath wrote: So, will libav 6:0.8.3-5 get unblocked or should we request this separately? The libav discussion moved to (the cloned) #683247, where Reinhard said he was going to upload -6. That bug also

Bug#682388: powertop: buffer overrun in process::process

2012-07-22 Thread Stepan Golosunov
Package: powertop Version: 2.0-0.2 Severity: important Tags: upstream powertop crashes at startup with *** stack smashing detected ***: powertop terminated The crash is not reproducible with powertop:amd64. After recompiling powertop to get debug symbols I got the following backtrace with gdb.:

Bug#680613: Change fixed up

2012-07-15 Thread Stepan Golosunov
10.07.2012 в 07:49:22 +0200 Reinhard Tartler написал: (please don't use 680613, as your won't show up on the pkg-multimedia archives and I cannot easily reply) 680613-quiet@ was a result of 680613-submitter@ without 680613@ in the recipients of original mail. -submitter@ is not only documented

Bug#680602: libav-dbg: bogusly Depends: libavcodec53 (= ${binary:Version})

2012-07-07 Thread Stepan Golosunov
Package: libav-dbg Version: 6:0.8.3-4 Severity: important libav-dbg is not installable together with libavcodec-extra-53 due to bogus dependency on libavcodec53 (introduced in 6:0.8.3-2): # apt-get install libav-dbg libavcodec-extra-53 Reading package lists... Done Building dependency tree

Bug#680613: libav: Multi-Arch: foreign libraries

2012-07-07 Thread Stepan Golosunov
Source: libav Version: 0.8.3-4 Severity: important User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch libavutil-extra-51, libavdevice-extra-53, libavfilter-extra-2, libpostproc-extra-52, libavformat-extra-53 and libswscale-extra-2 are Multi-Arch: foreign transitional packages.

Bug#680602: libav-dbg: bogusly Depends: libavcodec53 (= ${binary:Version})

2012-07-07 Thread Stepan Golosunov
07.07.2012 ц≈ 12:01:45 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 10:51 AM, Stepan Golosunov ste...@golosunov.pp.ru wrote: libav-dbg is not installable together with libavcodec-extra-53 due to bogus dependency on libavcodec53 (introduced in 6:0.8.3-2): AFAIUI

Bug#680613: libav: Multi-Arch: foreign libraries

2012-07-07 Thread Stepan Golosunov
07.07.2012 ц≈ 11:57:47 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 11:50 AM, Stepan Golosunov ste...@golosunov.pp.ru wrote: libavutil-extra-51, libavdevice-extra-53, libavfilter-extra-2, libpostproc-extra-52, libavformat-extra-53 and libswscale-extra-2 are Multi-Arch

Bug#680613: libav: Multi-Arch: foreign libraries

2012-07-07 Thread Stepan Golosunov
07.07.2012 ц≈ 18:30:49 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 1:03 PM, Stepan Golosunov ste...@golosunov.pp.ru wrote: 07.07.2012 ц≈ 11:57:47 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 11:50 AM, Stepan Golosunov ste...@golosunov.pp.ru wrote

Bug#680602: libav-dbg: bogusly Depends: libavcodec53 (= ${binary:Version})

2012-07-07 Thread Stepan Golosunov
07.07.2012 в 18:34:20 +0200 Reinhard Tartler написал: On Sat, Jul 7, 2012 at 1:18 PM, Stepan Golosunov ste...@golosunov.pp.ru wrote: 07.07.2012 в 12:01:45 +0200 Reinhard Tartler написал: On Sat, Jul 7, 2012 at 10:51 AM, Stepan Golosunov ste...@golosunov.pp.ru wrote

Bug#680613: libav: Multi-Arch: foreign libraries

2012-07-07 Thread Stepan Golosunov
07.07.2012 ц≈ 19:54:24 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 7:30 PM, Stepan Golosunov ste...@golosunov.pp.ru wrote: 07.07.2012 ц≈ 18:30:49 +0200 Reinhard Tartler ц▌ц│ц░ц┴ц⌠ц│ц▄: On Sat, Jul 7, 2012 at 1:03 PM, Stepan Golosunov ste...@golosunov.pp.ru wrote

Bug#680041: apt-mark hold does not work on Architecture: all packages

2012-07-02 Thread Stepan Golosunov
Package: apt Version: 0.9.7.1 Severity: normal apt-mark hold and apt-mark unhold (as well as aptitude hold) do not work on Architecture: all packages: # apt-mark hold acpi-support-base acpi-support-base set on hold. # apt-mark showhold libcairo2 However, dpkg --set-selections does

Bug#599913: rtorrent crashes with rtorrent: std::bad_allocate

2012-07-01 Thread Stepan Golosunov
01.07.2012 в 21:17:50 +0400 Stepan Golosunov написал: 26.06.2012 в 00:59:50 +0200 Benoît Knecht написал: rtorrent 0.9.2 and libtorrent 0.13.2 are now in testing, could you give them a try and report back here on the result? After running rtorrent under valgrind (log

Bug#599913: rtorrent crashes with rtorrent: std::bad_allocate

2012-06-26 Thread Stepan Golosunov
26.06.2012 в 17:51:02 +0200 Benoît Knecht написал: Stepan Golosunov wrote: rtorrent 0.9.2-1 crashed upon start several times when I tried it couple of weeks ago. (Today it did not crash yet, but this seems to be the usual behavior when I am trying to reproduce crash for the bug

Bug#679155: valgrind: vgdb does not work when $TMPDIR is set

2012-06-26 Thread Stepan Golosunov
Package: valgrind Version: 1:3.7.0-6 Severity: normal When running valgrind --log-file=valgrind.log --vgdb=full --vgdb-error=1 rtorrent I found ==27729== TO DEBUG THIS PROCESS USING GDB: start GDB like this ==27729== /path/to/gdb rtorrent ==27729== and then give GDB the following command

Bug#679202: linux-doc-3.2: should be Multi-Arch: foreign

2012-06-26 Thread Stepan Golosunov
Package: linux-doc-3.2 Version: 3.2.21-2 Severity: normal User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch apt-get suggests installation of linux-doc-3.2:amd64 when installing linux-image-3.2.0-3-amd64:amd64 on an i386 system: % LANG=C sudo apt-get -d install

Bug#679202: linux-doc-3.2: should be Multi-Arch: foreign

2012-06-26 Thread Stepan Golosunov
clone 679202 -1 reassign -1 debian-kernel-handbook 1.0.13 retitle -1 debian-kernel-handbook: should be Multi-Arch: foreign user multiarch-de...@lists.alioth.debian.org usertags -1 multiarch thanks 27.06.2012 в 08:44:31 +0400 Stepan Golosunov написал: apt-get suggests installation

Bug#599913: rtorrent crashes with rtorrent: std::bad_allocate

2012-06-25 Thread Stepan Golosunov
26.06.2012 в 00:59:50 +0200 Benoît Knecht написал: Benoît Knecht wrote: Stepan Golosunov wrote: rtorrent 0.8.6-1 used to be crashing every several weeks for me. (Though I do not actually remember whether there were std::bad_alloc messages. I thought so but several recent crashes

Bug#677851: xfonts-base: should be Multi-Arch: foreign

2012-06-17 Thread Stepan Golosunov
Package: xfonts-base Version: 1:1.0.3 Severity: normal User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch xfonts-base should be marked Multi-Arch: foreign (given that it is Architecture: all and depends only on a Multi-Arch: foreign package). Otherwise, foreign-architecture xorg

Bug#677868: /usr/bin/dictl: incorrect handling of apostrophe

2012-06-17 Thread Stepan Golosunov
Package: dict Version: 1.12.0+dfsg-5 Severity: normal File: /usr/bin/dictl Tags: patch upstream dictl (unlike dict) does not handle apostrophe correctly: % dictl won't /usr/bin/dictl: 1: eval: Syntax error: Unterminated quoted string This means arbitrary code execution if dictl is used in a

Bug#677884: xkb-data: should be Multi-Arch: foreign

2012-06-17 Thread Stepan Golosunov
Package: xkb-data Version: 2.5.1-1 Severity: normal User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch As xkb-data is an Architecture: all package with no dependencies or maintainer scripts, it should be marked Multi-Arch: foreign. Otherwise, foreign-architecture xserver-xorg

Bug#677884: xkb-data: should be Multi-Arch: foreign

2012-06-17 Thread Stepan Golosunov
17.06.2012 в 16:09:10 +0200 Cyril Brulebois написал: Stepan Golosunov ste...@golosunov.pp.ru (17/06/2012): As xkb-data is an Architecture: all package with no dependencies or maintainer scripts, it should be marked Multi-Arch: foreign. Otherwise, foreign-architecture xserver-xorg

Bug#674645: glibc-doc: should be Multi-Arch: foreign

2012-05-26 Thread Stepan Golosunov
Package: glibc-doc Version: 2.13-32 Severity: normal When installing libc6:amd64 apt suggests installation of glibc-doc: % LANG=C sudo apt-get install libc6:amd64 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will

Bug#674532: libcairo2: characters disappear with libcairo2 1.12.2

2012-05-25 Thread Stepan Golosunov
Package: libcairo2 Version: 1.12.2-1 Severity: important After upgrading libcairo2 to 1.12.2-1 characters started to disappear randomly in cairo-using applications, especially with bigger font sizes. With gxmessage -fn 'DejaVu Sans Mono 100' 1.2.3.4.5 this is reproducible with font sizes from 32

Bug#674149: conkeror: content-policy does not work

2012-05-23 Thread Stepan Golosunov
Package: conkeror Version: 1.0~~pre+git120102-1 Severity: normal After upgrading the rest of the system to wheezy (xulrunner-1.9.1 was replaced with xulrunner-10.0 during upgrade; conkeror itself was installed from testing long before that) content-policy does not work. Not even

Bug#674149: conkeror: content-policy does not work

2012-05-23 Thread Stepan Golosunov
23.05.2012 ц≈ 14:27:33 +0200 Axel Beckert ц▌ц│ц░ц┴ц⌠ц│ц▄: You can easily check if the issue is really gone by testing the packages available at http://noone.org/conkeror-nightly-debs/ -- newest packages at the bottom. I did not try to run anything, but the following change is going to break

Bug#673268: libqtwebkit4: utterly incorrect debian/copyright

2012-05-17 Thread Stepan Golosunov
Package: libqtwebkit4 Version: 2.2.1-4+b1 Severity: serious Justification: Policy 12.5 /usr/share/doc/libqtwebkit4/copyright claims the library is distributed under BSD-style license. However, several thousands of files in the source package say they are distributed under LGPL. The list of

Bug#673118: tagainijisho: should not check for new version by default

2012-05-16 Thread Stepan Golosunov
Package: tagainijisho Version: 0.9.2-3 Severity: normal The first thing tagainijisho from testing displays on the start is the offer to download new version from somewhere. This is rather pointless for Debian (especially if this package is going to be released with stable) as updates are

Bug#673128: /etc/init.d/openarena-server: init-script-disabled-by-upgrade does not work

2012-05-16 Thread Stepan Golosunov
Package: openarena-server Version: 0.8.8-3 Severity: normal Tags: patch File: /etc/init.d/openarena-server openarena-server was disabled by upgrade and yet it was running (at least, after reboot). % ps -AF|grep '[i]oq3' % sudo /etc/init.d/openarena-server start [ ok ] Starting OpenArena

Bug#599913: rtorrent crashes with rtorrent: std::bad_allocate

2012-05-16 Thread Stepan Golosunov
Package: rtorrent Version: 0.8.9-2 Followup-For: Bug #599913 rtorrent 0.8.6-1 used to be crashing every several weeks for me. (Though I do not actually remember whether there were std::bad_alloc messages. I thought so but several recent crashes in squeeze had basic_string::resize messages.)

Bug#672881: /usr/share/man/man1/alsa_in.1.gz: man: /usr/share/man/man1/alsa_in.1 is self referencing

2012-05-14 Thread Stepan Golosunov
Package: jackd2 Version: 1.9.8~dfsg.3+20120418gitf82ec715-6 Severity: normal File: /usr/share/man/man1/alsa_in.1.gz man alsa_in produces error messages instead of any useful information: man: /usr/share/man/man1/alsa_in.1 is self referencing man: /usr/share/man/man1/alsa_in.1.gz:1: .so requests

Bug#587277: fsadm(8) not installed

2012-05-10 Thread Stepan Golosunov
tags 587277 patch thanks fsadm(8) is present in lvm2-2.02.95 sources but is not installed into the binary package. --- debian/lvm2.install.orig2010-03-16 23:58:19.0 +0400 +++ debian/lvm2.install 2012-05-10 22:51:26.574506351 +0400 @@ -4,6 +4,7 @@ sbin/lv* sbin/pv* sbin/vg*

Bug#671055: manpages-ru: severely outdated

2012-05-09 Thread Stepan Golosunov
02.05.2012 ц≈ 19:53:43 +0400 Yuri Kozlov ц▌ц│ц░ц┴ц⌠ц│ц▄: In the mean time, man-pages-ru project provides up to date translations: http://sourceforge.net/projects/man-pages-ru/ 3.39 translation is provided (released on 23th april in english) Does someone on

Bug#672270: libgtk2.0-0: uim input method not available after squeeze-wheezy upgrade

2012-05-09 Thread Stepan Golosunov
Package: libgtk2.0-0 Version: 2.24.10-1 Severity: normal After squeeze to wheezy upgrade uim input method disappeared from GTK+ applications. While /usr/lib/gtk-2.0/2.10.0/immodules/im-uim.so was present on the system, it was not mentioned in /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/gtk.immodules.

Bug#672275: libgtk2.0-0: unquoted *.so in postinst

2012-05-09 Thread Stepan Golosunov
Package: libgtk2.0-0 Version: 2.24.10-1 Severity: normal postinst script in libgtk2.0-0 contains two unquoted *.so strings. This will cause troubles if any .so file exists in current directory (which appears to be / normally). Especially if a file with the same name exists in $IMMODULES_DIR. --

Bug#671818: uim-el: Installation of emacs-related packages leaves uim-helper-server running

2012-05-07 Thread Stepan Golosunov
Package: uim-el Version: 1:1.7.3-2 Severity: normal Installation of emacs-related packages leaves uim-helper-server running as root and creates files in /root/. Accessing anything in /root/ during packages installation is a bad idea. % ps -AF|grep '[r]oot.*uim';ls -lad /root/.uim.d ls: cannot

Bug#671829: gnubik: ships /usr/share/icons/hicolor/icon-theme.cache

2012-05-07 Thread Stepan Golosunov
Package: gnubik Version: 2.4-2 Severity: normal File /usr/share/icons/hicolor/icon-theme.cache is included in gnubik but at the same time is managed automatically by hicolor-icon-theme. As a result installed file is different from the one included in the package (causing debsubs error) and will

Bug#671053: lxc: Junk instead of Russian debconf translation

2012-05-01 Thread Stepan Golosunov
Package: lxc Version: 0.8.0~rc1-4 Severity: important Tags: patch l10n Dear Maintainer, «dpkg-reconfigure lxc» shows junk instead of questions in ru_RU.UTF-8 locale (screenshot attached). Spanish translation also seems to be affected. Looks like ru.po and es.po were misencoded during email

Bug#650037: fbreader: fails to open 2 GiB archives

2011-11-25 Thread Stepan Golosunov
Package: fbreader Version: 0.10.7dfsg-4 Severity: normal Tags: lfs fbreader silently refuses to open zip archives that are over 2 GiB in size. Such files appear to be ignored when found in the book path. -- System Information: Debian Release: 6.0.3 APT prefers stable APT policy: (900,

Bug#649612: /usr/lib/zlibrary/ui/zlui-qt4.so: undefined symbol: _ZN9QListData6detachEi

2011-11-22 Thread Stepan Golosunov
Package: libzlui-qt4 Version: 0.12.10dfsg-5 Severity: serious File: /usr/lib/zlibrary/ui/zlui-qt4.so Justification: Policy 3.5 % fbreader loading /usr/lib/zlibrary/ui/zlui-qt4.so /usr/lib/zlibrary/ui/zlui-qt4.so: undefined symbol: _ZN9QListData6detachEi Looks like libzlui-qt4 fails to depend on

Bug#648921: catdoc 0.94.2-2 started to replace parts of rtf with junk

2011-11-16 Thread Stepan Golosunov
Package: catdoc Version: 0.94.2-2 Severity: important In addition to replacing letter я with BOM (#648726) catdoc 0.94.2-2 started to replace significant parts of the text with latin1 junk in rtf documents. Catdoc 0.94.2-1.1 appears to work correctly. (Sample document and outputs of both catdoc

Bug#645195: python2.6: Incorrect time.timezone after recent tzdata upgrades

2011-10-13 Thread Stepan Golosunov
Package: python2.6 Version: 2.6.6-8+b1 It was noticed that after upgrade of tzdata to 2011h-0squeeze1 (which changed local time from UTC+3+DST (effective UTC+4) to UTC+4) Date: header in mails from buildbot started to contain incorrect timezone offsets (while having correct local time value).

Bug#602743: geeqie: invisible fullscreen window prevents screensaver from working

2011-09-03 Thread Stepan Golosunov
03.09.2011 в 19:48:53 +0100 Klaus Ethgen написал: Am So den 7. Nov 2010 um 19:01 schrieb Stepan Golosunov: geeqie attempts to prevents screensaver from working when it is opened in fullscreen mode, but is not visible (like when it's opened on another workspace or when screen is locked

Bug#625539: /usr/bin/vlc: vlc --help ignores locale's charset

2011-08-13 Thread Stepan Golosunov
reopen 625539 thanks 12.08.2011 в 09:59:11 +0200 Rémi Denis-Courmont написал(а): close 625539 As can be seen from your bug report, the characters map is UTF-8: Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) so it is normal behavior for VLC to output Russian (LANG) in UTF-8

Bug#628394: ttf-oldstandard: new version available

2011-05-28 Thread Stepan Golosunov
Package: ttf-oldstandard Severity: wishlist Version 2.2 of the Old Standard fonts is available at http://www.thessalonica.org.ru/en/fonts-download.html (Debian's version 2.2-3 package actually contains version 2.0.2 of the fonts.) -- To UNSUBSCRIBE, email to

Bug#625539: /usr/bin/vlc: vlc --help ignores locale's charset

2011-05-04 Thread Stepan Golosunov
Package: vlc-nox Version: 1.1.9-1 Severity: normal File: /usr/bin/vlc Tags: l10n vlc --help ignores current locale's charset and always outputs utf-8. This results in complete garbage in locales like ru_RU.KOI8-R. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT

Bug#625540: /usr/bin/vlc: vlc --help word wrapping splits letters into bytes

2011-05-04 Thread Stepan Golosunov
Package: vlc-nox Version: 1.1.9-1 Severity: normal File: /usr/bin/vlc Tags: upstream l10n In addition to the usual misalignment caused by counting bytes (and even not characters) instead of columns (I think wcswidth exists for that) vlc --help in ru_RU.UTF-8 locale now wraps words inside letters:

Bug#610617: idn -u fails to convert domains starting with upper-case XN--

2011-01-20 Thread Stepan Golosunov
Package: idn Version: 1.15-2 Severity: important idn fails to convert domains from ACE when starting XN letters are not in lower case: % idn --quiet -u XN7SBAABF4DLDYSIEHP4NTB.XN--P1AI XN7SBAABF4DLDYSIEHP4NTB.XN--P1AI % idn --quiet -u xn7SBAABF4DLDYSIEHP4NTB.XN--P1AI

Bug#608701: dictfmt: missing dependency on mawk

2011-01-02 Thread Stepan Golosunov
Package: dictfmt Version: 1.11.2+dfsg-2 Severity: serious Justification: Policy 3.5 dictfmt Depends: on gawk while scripts in the package hardcode mawk invocation: grep awk /usr/bin/dict* /usr/bin/dictfmt_index2suffix:mawk -v utf8_mode=$utf8_mode '

Bug#602057: /usr/bin/cal: fails to display correctly first day of week

2010-11-14 Thread Stepan Golosunov
14.11.2010 в 15:56:57 +0100 Michael Meskes написал(а): On Fri, Nov 05, 2010 at 01:42:18AM +0400, Stepan Golosunov wrote: Frankly I don't see the bug here. cal is supposed to just start weeks with a Sunday and Nov 1st was a Monday, so what should it do? For at least two stable

Bug#602743: geeqie: invisible fullscreen window prevents screensaver from working

2010-11-07 Thread Stepan Golosunov
Package: geeqie Version: 1:1.0-7 Severity: normal geeqie attempts to prevents screensaver from working when it is opened in fullscreen mode, but is not visible (like when it's opened on another workspace or when screen is locked by xscreensaver). -- System Information: Debian Release:

Bug#602744: geeqie: fails to prevent screen from blanking in fullscreen mode

2010-11-07 Thread Stepan Golosunov
Package: geeqie Version: 1:1.0-7 Severity: normal While geeqie successfully prevents automatic screen locking by xscreensaver when in fullscreen mode, it fails to prevent screen from beeing blanked. This is easily reproducible with xset dpms 1. -- System Information: Debian Release: squeeze/sid

Bug#601858: libm17n-0: NULL pointer dereference in mlocale__init()

2010-11-05 Thread Stepan Golosunov
05.11.2010 в 23:10:10 +1100 Harshula написал(а): Hi Stepan, Would you be able to test this patch provided by upstream?: http://cvs.m17n.org/viewcvs/m17n/m17n-lib/src/locale.c?r1=1.12r2=1.13 With this patch vlc no longer crashes and is able to use m17n-ru-kbd input method via uim-qt when

Bug#602057: /usr/bin/cal: fails to display correctly first day of week

2010-11-04 Thread Stepan Golosunov
04.11.2010 в 11:05:46 +0100 Michael Meskes написал(а): On Mon, Nov 01, 2010 at 09:25:35AM +0400, Stepan Golosunov wrote: cal fails to display first day of week correctly in ru_RU.UTF-8 locale: Ноябрь 2010 Вс Пн Вт Ср Чт Пт Сб 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

Bug#602057: /usr/bin/cal: fails to display correctly first day of week

2010-10-31 Thread Stepan Golosunov
Package: bsdmainutils Version: 8.0.13 Severity: important File: /usr/bin/cal cal fails to display first day of week correctly in ru_RU.UTF-8 locale: Ноябрь 2010 Вс Пн Вт Ср Чт Пт Сб 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 lenny and etch

Bug#601858: libm17n-0: NULL pointer dereference in mlocale__init()

2010-10-30 Thread Stepan Golosunov
Package: libm17n-0 Version: 1.6.1-1 vlc 1.1.3-1 segfaults when it tries to display message saying that file supplied in command line does not exist. This happens when plugin from uim-qt 1:1.5.7-9+b1 tries to initialize m17nlib. mlocale_set() call returns NULL, while code in mlocale_init()

Bug#601866: uim-qt: includes qt4 input plugin

2010-10-30 Thread Stepan Golosunov
Package: uim-qt Version: 1:1.5.7-9+b1 Severity: normal Package description says: A input method module on Qt 4.x, which is newly implemented from immodule for Qt does not contain in this package for now. But, in fact, qt4 input plugin is included in the package (and triggers #601858). --

Bug#600489: bogofilter-bdb: overwrites files from bogofilter-common

2010-10-17 Thread Stepan Golosunov
Package: bogofilter-bdb Version: 1.2.2-1 After upgrade from lenny debsums complains: /usr/share/doc/bogofilter-common/NEWS.Debian.gz FAILED (or /usr/share/doc/bogofilter-bdb/NEWS.Debian.gz FAILED depending on package unpacking order) That's

Bug#600489: bogofilter-bdb: overwrites files from bogofilter-common

2010-10-17 Thread Stepan Golosunov
17.10.2010 в 20:06:30 +0200 Serafeim Zanikolas написал(а): The problem you report was introduced in 1.2.0-3 and fixed in 1.2.1-1. Lenny has 1.1.7-1, so this issue has only affected testing for the time window between the above two versions. (Your report does indicate that you're running

Bug#599588: openmovieeditor: double free in f0r_deinit () at filter/curves/curves.c:68

2010-10-09 Thread Stepan Golosunov
Package: openmovieeditor Version: 0.0.20080102-2.3+b2 Severity: normal openmovieeditor crashes on exit: *** glibc detected *** openmovieeditor: double free or corruption (out): 0x09b7e260 *** === Backtrace: = /lib/i686/cmov/libc.so.6(+0x6b281)[0xf636a281]

Bug#599597: gjiten: fails to remove /usr/share/gjiten/

2010-10-09 Thread Stepan Golosunov
Package: gjiten Version: 2.6-2.1 /usr/share/gjiten/ remains after gjiten was purged. % ls -laR /usr/share/gjiten/ /usr/share/gjiten/: итого 44 drwxr-xr-x. 3 root root 4096 Окт 9 16:30 . drwxr-xr-x. 514 root root 24576 Окт 9 16:36 .. drwxr-xr-x. 2 root root 4096 Сен 27 21:46 dics

Bug#524102: libsubtitleeditor0: missing Replaces: subtitleeditor

2010-09-28 Thread Stepan Golosunov
14.04.2009 в 22:57:58 +0300 George Kiagiadakis написал: During upgrade, dpkg complains about that: Selecting previously deselected package libsubtitleeditor0. Unpacking libsubtitleeditor0 (from

Bug#597377: libqalculate5: conflicts with lenny's qalc over /usr/share/qalculate/elements.xml

2010-09-19 Thread Stepan Golosunov
Package: libqalculate5 Version: 0.9.7-3 Severity: serious Lenny to squeeze upgrade of qalc fails due to file conflict between old qalc and libqalculate5. Looks like Breaks/Replaces specify wrong version number. Распаковывается пакет libqalculate5 (из файла

  1   2   3   >