Bug#498293: linux-image-2.6.26-1-686: mos7840 USB serial driver fails to work and causes kernel OOPS with 2.6.26-4

2008-11-16 Thread Eugene Konev
mos7840_startup tries to use serial-minor for port number calculation but it is uninitialized yet. It happened to work for single adapter when serial-minor was 0, but now for some reason it is not and startup breaks. The attached patch fixes the issue, but there's still some bug in

Bug#399980: libxklavier -slovak keyboard in qwerty variant dosen't work and has very strange effects

2006-11-29 Thread Eugene Konev
I configure the xorg.conf to allow keyboard switching this way: Option XkbVariantqwerty Option XkbLayout us,sk Option XkbOptionsgrp:shift_toggle,grp_led:scroll Which means select qwerty variant for us layout and whatever is the default for sk layout, which is definitely not

Bug#400852: wodim: doesn't honor RSH env variable

2006-11-28 Thread Eugene Konev
Package: wodim Version: 5:1.0-1 Severity: normal As stated in manpage, RSH env variable can be used to specify a program, which will be used to connect to remote host instead of rcmd. But setting this variable makes no effect and wodim still tries to use rcmd. -- System Information: Debian

Bug#400852: wodim: doesn't honor RSH env variable

2006-11-28 Thread Eugene Konev
Defining USE_RCMD_RSH while building wodim's scsi-remote.c, as cdrtools in sarge does, solves the problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#356803: Which description mismatch?

2006-10-30 Thread Eugene Konev
The only problem I see is package descriptions mismatching with actual content. PC Which mismatch? That probably has been fixed ages ago. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#377386: reopening

2006-10-15 Thread Eugene Konev
reopen 377386 thanks With the latest upload, xserver-xorg-video-s3 no longer works on older s3 chips. The problem is that NEWMMIO code is only used on some (newer) chips. In monolith xorg the file s3_accel.c was built twice: with once with -DS3_GENERIC and once with -DS3_NEWMMIO. -- To

Bug#384262: xserver-xorg-core: could not open default font 'fixed'

2006-10-01 Thread Eugene Konev
If your xorg.conf only one FontPath entry FontPathunix/:7100# local font server can you try removing this entry or the whole section and see if it works. If there are more FontPath entries, then send your xorg.conf to the bug log, please. -- To UNSUBSCRIBE,

Bug#390254: missing dependencies

2006-09-30 Thread Eugene Konev
Fix: diff -Nru libxcomposite/debian/rules libxcomposite.new/debian/rules --- libxcomposite/debian/rules 2006-04-19 09:55:13.0 +0800 +++ libxcomposite.new/debian/rules 2006-09-30 18:26:21.0 +0800 @@ -78,7 +78,7 @@ dh_strip --dbg-package=$(PACKAGE) dh_compress

Bug#388627: dpkg-cross: libXXX.so symlinks are skipped

2006-09-21 Thread Eugene Konev
Package: dpkg-cross Version: 1.30 Severity: normal When converting -dev library packages, dpkg-cross doesn't include libXXX.so symlinks in resulting cross packages, which makes linking to shared libraries impossible. -- System Information: Debian Release: testing/unstable APT prefers unstable

Bug#388025: mesa: ffb dri driver is for sparc and is built on i386 only

2006-09-18 Thread Eugene Konev
Package: mesa Severity: normal ffb driver is for sun creator/creator3d devices usually available with sparc hardware, but it is built on i386 only. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture:

Bug#363041: xdm: ~/.xinitrc is not executed at login

2006-06-26 Thread Eugene Konev
severity 363041 wishlist reassign 363041 x11-common retitle 363041 x11-common: Execute ~/.xinitrc from Xsession tags 363041 +wontfix thank you as the title suggests, xdm ignores my ~/.xinitrc. And can you name a reason why it _should not_ ignore config file of xinit? -- To UNSUBSCRIBE,

Bug#370033: x11-common: bash profile not read when opening an X session

2006-06-26 Thread Eugene Konev
tags 370033 +wontfix thank you ... as shell profiles have absolutely nothing to do with X session. (see also #354523) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#351328: possible fix

2006-05-24 Thread Eugene Konev
Attached patch fixes 2 issues: CParse::Enumerator::get_member doesn't pass $namespace down on the call stack and this is the reason of the bug. CType::Ref proxies only some of the methods of underlying type, four new are added. This allows to canonify at least freetype headers. Maybe more proxying

Bug#363699: x11-common: The /usr/X11R6/bin symlink is not removed when the package is purged

2006-05-01 Thread Eugene Konev
Attached patch moves /usr/X11R6/bin directory handling into preinst instead of postinst and symlink handling to dpkg. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 99c16b0fcf1a233d0307ec53f4bb71247b9df871 # Parent f19cf5299f4bf47d1905dbd6ff922e567f8f664d Move handling of /usr/X11R6/bin

Bug#365292: xbase-clients: xmore crashes immediately

2006-05-01 Thread Eugene Konev
Again, some code not properly ifdef'ed for building without xprint. Fix attached. # HG changeset patch # User [EMAIL PROTECTED] # Node ID cc07826ef0d862516a72a8dbe0403f0d420c5c77 # Parent 973ecd7376218cdaa4298cfc4dda3267046e1ef3 merge diff -r 973ecd737621 -r cc07826ef0d8

Bug#365291: xbase-clients: xdbedizzy crashes immediately

2006-05-01 Thread Eugene Konev
This bug is caused by incorrectly ifdef'ing parts of code with USE_XPRINT, leading to skipping initialization code if built without xprint support. Here's a fix: # HG changeset patch # User [EMAIL PROTECTED] # Node ID 973ecd7376218cdaa4298cfc4dda3267046e1ef3 # Parent

Bug#364834: quilt pop -a doesn't work if .pc is a symlink

2006-04-29 Thread Eugene Konev
On Thu, 27 Apr 2006 02:55:07 +0200 Martin Quinson wrote: MQ Actually, unless I'm wrong, there is a lot much stuff broken if .pc is a MQ symlink: MQ [EMAIL PROTECTED]:/tmp$ mkdir D MQ [EMAIL PROTECTED]:/tmp$ cd D/ MQ [EMAIL PROTECTED]:/tmp/D$ mkdir patches MQ [EMAIL PROTECTED]:/tmp/D$

Bug#364834: quilt pop -a doesn't work if .pc is a symlink

2006-04-25 Thread Eugene Konev
Package: quilt Version: 0.44-5 Severity: important New backup_files uses rmdir -p to remove patch directories on restore which fails if .pc is a symlink. As a result, quilt pop -a stops working. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900,

Bug#362435: libx11-6: Unneeded dependency on xlibs-data

2006-04-13 Thread Eugene Konev
At Thu, 13 Apr 2006 14:28:05 +0200, Christian Marillat wrote: This package still depends on the empty xlibs-data package. ... Versions of packages libx11-6 depends on: ii libc6 2.3.6-6GNU C Library: Shared libraries ii libx11-data 2:1.0.0-6 X11

Bug#362149: xdm: GiveConsole/TakeConsole/Xsetup_0 missing

2006-04-12 Thread Eugene Konev
At Wed, 12 Apr 2006 10:57:28 -0400, Martin Stolle wrote: After upgrading to this xdm version in unstable, users can no longer log on. It seems like xdm tries to execute some scripts, as configured in the default xdm-config, that don't exist. The missing scripts are Xsetup_0, GiveConsole and

Bug#358702: FTBFS: bdftopcf.1x / bdftopcf.1 confusion

2006-03-23 Thread Eugene Konev
At Fri, 24 Mar 2006 01:27:23 +0100, Samuel Thibault wrote: Package: xfonts-utils Version: 1:1.0.0-2 Severity: important Tags: experimental patch Justification: fails to build from source Hi, Compile fails with cp: cannot stat `debian/tmp/usr/share/man/man1/bdftopcf.1x': No such

Bug#356783: xutils has xmkmf, but not imake?

2006-03-13 Thread Eugene Konev
At Tue, 14 Mar 2006 11:30:53 +0900, Miles Bader wrote: xutils has xmkmf, which seems to use imake, but the xutils package doesn't make sure imake is available (one must install xutils-dev for that), which is kind of confusing. Hmm. xutils 6.9.0.dfsg.1-4 in unstable does have both xmkmf and

Bug#354577: Patch (attempt #2)

2006-02-28 Thread Eugene Konev
At Tue, 28 Feb 2006 18:15:16 +0300, Andrew ``Bass'' Shcheglov wrote: diff -ur xc.orig/programs/xfontsel/xfontsel.c xc/programs/xfontsel/xfontsel.c --- xc.orig/programs/xfontsel/xfontsel.c 2004-04-04 02:38:55.0 +0400 +++ xc/programs/xfontsel/xfontsel.c 2006-02-28

Bug#354523: xserver-xorg: .bashrc can cause Xsession error on login

2006-02-26 Thread Eugene Konev
At Sun, 26 Feb 2006 20:10:43 -0600, Adam Porter wrote: Package: xserver-xorg Version: 6.9.0.dfsg.1-4 Severity: minor -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For quite a while now, every time I logged in with a certain user, an X dialog box would pop up that said that there

Bug#354523: xserver-xorg: .bashrc can cause Xsession error on login

2006-02-26 Thread Eugene Konev
reassign 354523 kdm thanks At Sun, 26 Feb 2006 21:05:33 -0600, Adam Porter wrote: On Sunday 26 February 2006 20:45, Eugene Konev wrote: At Sun, 26 Feb 2006 20:10:43 -0600, Adam Porter wrote: Package: xserver-xorg Version: 6.9.0.dfsg.1-4 Severity: minor -BEGIN PGP

Bug#347786: xserver-xorg: GPM repeater broken since 6.9

2006-02-14 Thread Eugene Konev
1. The correct way to use gpm with X server with /dev/input/mice in linux 2.6 is _not_ use gpm repeater, as kernel driver is perfectly capable to multiplex events itself. 2. This bug seems to be specific to ppc (endianness?) architecture, as I cannot reproduce it on x86 with any of the

Bug#351328: icheck: Can't call method get on an undefined value when checking freetype headers

2006-02-03 Thread Eugene Konev
Package: icheck Version: 0.9.7-4 Severity: important test.h: #include ft2build.h #include FT_FREETYPE_H $ icheck --canonify -o icheck.result -I/usr/include/freetype2 test.h /usr/include/freetype2/freetype/freetype.h:634:2: Can't call method get on an undefined value at

Bug#351326: xserver-xorg: trouble purging

2006-02-03 Thread Eugene Konev
Hello Lars. On Sat, 04 Feb 2006 05:55:31 +0200 you wrote: 0m12.6s ERROR: Command failed (status=256): 'chroot /tmp/tmpS7lFxN dpkg --purge --pending' (Reading database ... 6930 files and directories currently installed.) Removing xserver-xorg ... Purging configuration files for

Bug#347505: libxxf86vm1: No /usr/X11R6/lib/libXxf86vm.so

2006-01-10 Thread Eugene Konev
You need a -dev package to link against a lib. apt-get install libxxf86vm-dev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
Hello Daniel. On Mon, 9 Jan 2006 18:48:20 +0100 you wrote: On Mon, Jan 09, 2006 at 11:08:21AM -0500, David Nusinow wrote: On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote: libXt from 6.9.0.dfsg.1-2 was linked with libX11, but this dependency is not reflected in the

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
Yep. Because it looks like dh_shlibdeps ignores -p switch: ... and this is exactly the same issue as the one with -dbg packages: -a in DH_OPTIONS overrides -p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
Quick hack to fix: --- xorg-x11-6.9.0.dfsg.1.orig/debian/rules 2006-01-10 03:11:40.0 +0700 +++ xorg-x11-6.9.0.dfsg.1/debian/rules 2006-01-10 02:56:37.0 +0700 @@ -585,7 +585,7 @@ chmod ug+s debian/xserver-common/usr/X11R6/bin/X dh_installdeb

Bug#344633: heartbeat: /etc/ha.d/resource.d/IPaddr fails to release ip on interface with long name

2006-01-03 Thread Eugene Konev
Package: heartbeat Version: 1.2.3-9sarge4 Severity: important The script uses ifconfig to find interfaces and ifconfig only shows first 9 characters of interface name. Thus, if aliased interface name has more than 9 symbols (and original has more than 7) IPaddr fails to release the ip and

Bug#330144: xlibs-data from etch breaks cyrillic output in gtk1.2 apps

2006-01-01 Thread Eugene Konev
The source of problem is changed /usr/X11R6/lib/X11/locale/en_US.UTF-8/XLC_LOCALE to which ru_RU.UTF-8 locale is aliased. The attached patch adds correct for russian ru_RU.UTF-8/XLC_LOCALE (and necessaty ru_RU.UTF-8/XI18N_OBJS) and aliases ru_RU.UTF-8 locale to it. It also update manifests and

Bug#344633: heartbeat: /etc/ha.d/resource.d/IPaddr fails to release ip on interface with long name

2005-12-24 Thread Eugene Konev
Package: heartbeat Version: 1.2.3-9sarge4 Severity: important The script uses ifconfig to find interfaces and ifconfig only shows first 9 characters of interface name. Thus, if aliased interface name has more than 9 symbols (and original has more than 7) IPaddr fails to release the ip and

Bug#338291: tsclient: russian messages in wrong encoding

2005-11-09 Thread Eugene Konev
Package: tsclient Version: 0.140-1 Severity: important Tags: l10n I don't know why, but debian/patches/00_i10n_fixes.patch changes encoding of ru.po from koi8-r to iso8859-5. But the file is _actually_ in koi8-r encoding. As a result, messages are completely unreadable then tsclient is run in

Bug#336282: xorg-x11: *-dbg packages have stripped debug files

2005-10-29 Thread Eugene Konev
Package: xorg-x11 Severity: important Tags: experimental patch Because DH_OPTIONS set to -s dh_strip processes all packages at each for cycle iteration. So only lbxproxy-dbg package actually contains debug symbols. Fix attached. -- System Information: Debian Release: testing/unstable APT

Bug#335063: xutils: mkfontdir installs faulty fonts.dir for ttf-bitstream-vera pkg.

2005-10-24 Thread Eugene Konev
tags + unreproducible moreinfo thanks Hello Andrew. On Fri, 21 Oct 2005 11:21:15 -0700 you wrote: ATY After installing the ttf-bitstream-vera font package, ATY I find that X gives a could not init fontpath element ATY error message for the TrueType fonts. This appears to be ATY caused

Bug#335048: xlibs: broken /etc/X11/xkb/symbols/compose

2005-10-21 Thread Eugene Konev
Package: xlibs Version: 6.8.99.901.dfsg.1-1 Severity: normal Tags: experimental patch As a result of a typo in debian/patches/general/091_xkb_implement_compose:caps.diff /etc/X11/xkb/symbols/compose is broken. Fix attached. -- System Information: Debian Release: testing/unstable APT prefers

Bug#307603: Bug #307603

2005-10-15 Thread Eugene Konev
retitle 307603 xserver package should depend on xfonts-base severity 307603 wishlist severity 314598 wishlist tags 307603 +wontfix tags 314598 +wontfix reassign 307603 xserver-xfree86 clone 307603 -1 reassign -1 xserver-xorg thank you It is normal to use X server without any fonts installed

Bug#333455: chooser path is incorrect in /etc/X11/xdm/xdm-config

2005-10-11 Thread Eugene Konev
Package: xdm Version: 6.8.99.900.dfsg.1-0pre1 Severity: important /etc/X11/xdm/xdm-config has path for chooser /usr/X11R6/lib/X11/xdm/chooser, but it was moved to /usr/X11R6/bin/chooser. This breaks querying xdm with -indirect until manually fixed. The attached patches update

Bug#320627: crash w/ xpdf

2005-07-31 Thread Eugene Konev
Full backtrace is attached. Seems there is, probably, an integer overflow in xpdf, as it requests polyline with coords like ((4, -32265), (12, -32265), (8, -32261), (4, -32265)). Fixing X server crash seems a non-trivial task. 320627-bt-full Description: Binary data

Bug#320515: linux-kernel-headers: Also affects xorg-x11

2005-07-30 Thread Eugene Konev
Package: linux-kernel-headers Version: 2.6.13+0rc3-1 Followup-For: Bug #320515 This bug also affects xorg-x11, which FTBFS with current l-k-h as some input drivers #include linux/joystick.h -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Bug#319003: xserver-xorg: Trident and -3: libvgahw is still broken, Bug#318405: acknowledged by developer (Bug#318218: fixed in xorg-x11 6.8.2.dfsg.1-3)

2005-07-20 Thread Eugene Konev
Can you please test if the problem still exists with the following libvgahw.a: http://www.imfi.kspu.ru/~ejka/libvgahw.a -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#318405: Bug#319003: xserver-xorg: Trident and -3: libvgahw is still broken, Bug#318405: acknowledged by developer (Bug#318218: fixed in xorg-x11 6.8.2.dfsg.1-3)

2005-07-20 Thread Eugene Konev
Hello David. On Wed, 20 Jul 2005 10:50:28 +0200 you wrote: What workaround have you tried to build that libvgahw.a? No optimization, or an enhanced version of the X.Org patch? Enhanced version. Attached. gcc4 has issues with libvgahw.a. This patch is a workaround stolen from

Bug#319121: FTBFS: Missing build-dependency on libselinux1-dev

2005-07-20 Thread Eugene Konev
kernels. The more permanent way to enable SELinux support is to #define HasSELinux YES in the relevant distribution-specific section of linux.cf. If that is done for Debian, the source package will need to add a build-dependency on the libselinux1-dev package. Changes by Eugene Konev: Do

Bug#315195: Fix wrong symlinks to *xterm manpages in alternatives

2005-07-18 Thread Eugene Konev
Fix xterm postinst script to setup proper manpage alternatives for x-terminal-emulator, as *xterm.1.gz have changed to *xterm.1x.gz in xorg (Closes #315195). diff -Nru debian.orig/xterm.postinst.in debian/xterm.postinst.in --- debian.orig/xterm.postinst.in 2005-06-11 08:04:27.0

Bug#315195: *xterm manpages

2005-07-18 Thread Eugene Konev
Hello Nathanael. On Mon, 18 Jul 2005 20:44:57 -0400 you wrote: Fix xterm postinst script to setup proper manpage alternatives for x-terminal-emulator, as *xterm.1.gz have changed to *xterm.1x.gz in xorg (Closes #315195). Um. I think we want them to be xterm.1.gz, not xterm.1x.gz, and

Bug#318162: xterm: boldMode enabled even if bold font is used

2005-07-16 Thread Eugene Konev
The problem is font name stored in normal is being overwritten by a bold font name and then normal is used in comparison with a myfonts.f_b to decide whether they are the same and whether to turn on overstriking. The attached patch fixes it. Index:

Bug#317622: xserver-xfree86: X uses /root/bak_XF86/XF86Config-4_0 -- seriously..

2005-07-10 Thread Eugene Konev
tags 317622 moreinfo unreproducible thanks I can't reproduce this bug with any of the xserver-xfree86 packages in debian. Package: xserver-xfree86 Version: 2.6.0.8-1 Such version of xserver-xfree86 doesn't exist. Please provide the output of dpkg-query

Bug#317622: xserver-xfree86: X uses /root/bak_XF86/XF86Config-4_0 -- seriously..

2005-07-10 Thread Eugene Konev
On Sun, 10 Jul 2005 19:43:59 -0400 (EDT) you wrote: - this occurs time to time- - Stopping GNOME Display Manager: gdm__iounmap: bad - address f8dad000 - - ..but i'm not sure if it'll appear again as I've done - a setting change and seems to be gone-- might reappear - though.. - I

Bug#255276: slapd/slapcat hang in endless loops

2005-05-26 Thread Eugene Konev
Hello Torsten. On Thu, 26 May 2005 16:53:17 +0200 you wrote: +# Find out slapd db directories +SLAPD_DBDIRS=`sed -ne 's/^directory[[:space:]]\+*\([^]\+\).*/\1/p' \ +$SLAPD_CONF ` + TL I'd rather gather this list at the time when it is needed. Apart from TL

Bug#255276: slapd/slapcat hang in endless loops

2005-05-25 Thread Eugene Konev
Hello Torsten. On Mon, 23 May 2005 17:11:44 +0200 you wrote: TL Looks like we should do that after bazillions of people requested it. TL Any suggestions how to implement this correctly? The attached patch adds calling db4.2_recover to slapd.init on every slapd startup. diff -Nru

Bug#237745: Proper aspell-ru patch

2005-05-24 Thread Eugene Konev
Seems I had messed up the encoding. Now gzipped one. aspell-ru.diff.gz Description: Binary data

Bug#309760: Now a real fix

2005-05-23 Thread Eugene Konev
Attached is the patch which fixes a problem with gaim. It properly sanitizes all input from xserver events. BTW, woody version of xlockmore also has the same problem. The patch applies to it, though with some fuzziness. Looking through diff between woody and sarge versions I couldn't see any

Bug#255276: slapd/slapcat hang in endless loops

2005-05-22 Thread Eugene Konev
After experimenting with different kinds of slapd database corrution on 2.2.23 I've found out that this behavior is hapenning then db environment files (/var/lib/ldap/__db.00[1-5]) are missing or severely corrupted. ltracing slapd shows that it stucks in dbenv_open, so it's problem in berkeley

Bug#309760: xlockmore-gl: xlock dies when (fv)wm switches virtual desktop

2005-05-21 Thread Eugene Konev
Well, I can reproduce a bug and made a fix for it. 1. How to reproduce: config: --- # Taken from .fvwm2rc # Setup more than 3x3 virtual pages DesktopSize 3x3 # Make emacs start on different page Style Emacs StartsOnPage 0 1 --- Now I start emacs. It is started on page 0,1. Then I switch to any

Bug#237745: Proper aspell-ru patch

2005-05-15 Thread Eugene Konev
The enclosed patch enables building of aspell-ru package. It also fixes a couple of minor bugs: 1. Fix for possibly incorrect entry in russian.aff.koi (I'm not sure about ispell, but it is supposed incorrect by aspell). 2. Fixes to i2myspell call: a) use ./russian. Otherwise it would use

Bug#308562: kernel-package: Rearrange docs placement in kernel-doc

2005-05-10 Thread Eugene Konev
Package: kernel-package Severity: wishlist Tags: patch Currently docs in generated kernel-doc package are not very usable out of the box (all manpages are in /usr/share/doc/kernel-package and all html docs are gzipped). The following patch puts the docs into more apropriate (IMHO) places. --