Bug#513272: Availability of roundl() on armel?

2009-09-11 Thread Jan C. Nordholz
Hi Michael, I am trying to fix #513272, a FTBFS on armel. The problem basically boils down to the following snippet failing to compile on armel (tested with a Debian lenny on a qemu-emulated armel system): see /usr/include/bits/mathdef.h on armel: ] [...] ] #ifndef __NO_LONG_DOUBLE_MATH ] /*

Bug#409152: mysql-client-5.0: Commands out of sync error

2007-02-10 Thread Jan C. Nordholz
tags 409152 = experimental thankyou Hi Christian, Oh and please tell me if it was indeed the cause :) I can reproduce the problem with mysql-client-5.0 and libmysqlclient15off from experimental (and downgrading of course fixes the problem). Maybe mysql-client-5.0 should depend on

Bug#388211: ITA: rxvt - VT102 terminal emulator for the X Window System

2006-09-19 Thread Jan C. Nordholz
Package: wnpp Michael Welle and I would like to take over rxvt from David Moreno Garza, who recently offered the package for adoption (http://lists.debian.org/debian-devel/2006/09/msg00330.html). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#376056: /usr/bin/localedef also in libc6

2006-06-29 Thread Jan C. Nordholz
Package: locales Version: 2.3.999.2-8 Tags: experimental Hi, /usr/bin/localedef is accidentally provided by both packages. Regards, Jan signature.asc Description: Digital signature

Bug#356858: xdm and getifaddrs()

2006-05-21 Thread Jan C. Nordholz
future mistakes - it's rather non-trivial to see why ifa_addr==NULL can't proceed beyond auth.c:738... ;-) but that's a wishlist bug. Regards, Jan -- Jan C. Nordholz jckn At gmx net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#356858: xdm and getifaddrs()

2006-04-16 Thread Jan C. Nordholz
package xdm tags 356858 - experimental thankyou (problem still exists in unstable's current version 1:1.0.1-6; suggested patch is still valid) Regards, Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#357152: linked list returned by getifaddrs() contains structures without any address data

2006-03-23 Thread Jan C. Nordholz
further input from me. Regards, Jan -- Jan C. Nordholz jckn At gmx net --- tmp/glibc-2.3.999/glibc-2.4/sysdeps/unix/sysv/linux/ifaddrs.c.orig 2005-06-14 01:54:54.0 +0200 +++ tmp/glibc-2.3.999/glibc-2.4/sysdeps/unix/sysv/linux/ifaddrs.c 2006-03-23 22:36:18.0 +0100 @@ -504,6

Bug#356858: xdm and getifaddrs()

2006-03-23 Thread Jan C. Nordholz
or apply a fix for xdm regardless of that. Regards, Jan -- Jan C. Nordholz jckn At gmx net --- auth.c.orig 2006-03-23 22:48:03.0 +0100 +++ auth.c 2006-03-14 14:45:16.0 +0100 @@ -732,6 +732,7 @@ if (getifaddrs(ifap) 0) return; for (ifr = ifap; ifr != NULL; ifr

Bug#357152: linked list returned by getifaddrs() contains structures without any address data

2006-03-15 Thread Jan C. Nordholz
on ifa_addr always being non-NULL (= #356858); and it should be no problem to get those empty structures out of the list. If I find enough time, I'll try to submit a patch. Regards, Jan -- Jan C. Nordholz jckn At gmx net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#356858: xdm chokes on null pointers in address structures returned by getifaddrs()

2006-03-14 Thread Jan C. Nordholz
returning -1 for family 17 ConvertAddr returning -1 for family 17 parent SIGSEGV Suggested code insertion: 735if (!ifr-ifa_addr) continue; Or is this a bug in libc6? A struct ifaddrs with a NULL ifa_addr member is rather pointless... Regards, Jan -- Jan C. Nordholz jckn At gmx net

Bug#356858: xdm chokes on null pointers in address structures returned by getifaddrs()

2006-03-14 Thread Jan C. Nordholz
# 356858 s/completion/completeness/ And I forgot to mention: libc6 is currently at 2.3.6-3 (whole system at latest unstable/experimental.) Regards, Jan -- Jan C. Nordholz jckn At gmx net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#345861: [parameter expansion] Array member length expansion fails with nested index expression

2006-01-13 Thread Jan C. Nordholz
can see no harm arising from having it there). Diff and dpatch attached, has already been tested locally (no obvious regressions, and fixes my bug). HTH, Jan -- Jan C. Nordholz jckn At gmx net --- ../bash-3.1/subst.c 2006-01-14 01:12:02.0 +0100 +++ subst.c 2006-01-14 01:12

Bug#347747: su: 'su - user cmd' doesn't read startup files anymore

2006-01-12 Thread Jan C. Nordholz
] ^^^ ] ... This results in, among other things, $PATH being set to the wrong directory list. Regards, Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#345861: [parameter expansion] Array member length expansion fails with nested index expression

2006-01-03 Thread Jan C. Nordholz
the problem ( == come up with a patch), but my schedule is rather full, so I can't make any promises. Regards, Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#223554: sysklogd: please consider adding option to log facility/priority

2005-11-27 Thread Jan C. Nordholz
- near the bottom of the page. [2]: Patch attached, includes manpage changes. Locally tested for 6h now, running smoothly. -- Jan C. Nordholz jckn At gmx net diff -Naur sysklogd-1.4.1/sysklogd.8 sysklogd-1.4.1_new/sysklogd.8 --- sysklogd-1.4.1/sysklogd.8 2001-03-11 20:35:51.0 +0100

Bug#339588: off-by-one error in server-src/infofile.c, overwriting innocent variables

2005-11-17 Thread Jan C. Nordholz
0x0804b10a in due (argc=3, argv=0xbdb4) at amadmin.c:748 ] #2 0x08049c10 in main (argc=3, argv=0xbdb4) at amadmin.c:169 ] (gdb) (One-liner-)Patch attached. ;) Regards, Jan -- Jan C. Nordholz jckn At gmx net --- amanda-2.4.5/server-src/infofile.c 2005-11-17 12:10:18.0 +0100

Bug#331712: licq: buffer overflow in icqd.cpp, resulting in bad licq.conf

2005-10-16 Thread Jan C. Nordholz
], szOwnerPPID[14]; char szPPID[5]; sprintf(szOwnerId, Owner%d.Id, n); sprintf(szOwnerPPID, Owner%d.PPID, n++); Regards, Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#331712: licq: buffer overflow in icqd.cpp, resulting in bad licq.conf

2005-10-04 Thread Jan C. Nordholz
via the Owner Manager to its real value, as it's always initialized to 0) Doing dynamic allocation based on ol-size() should fix it (as would increasing the buffer size above a reasonable length maximum of ol-size()). Thank you, Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description

Bug#318764: Bug #318764: gkrellm is unable to load PCF fonts with libpango = 1.9.0 [SOLVED]

2005-08-18 Thread Jan C. Nordholz
Hi, whatever exactly the problem was, it has vanished now (with libpango1.0-0 = 0.10.0-1). I don't think it would be worth the time to hunt this down, so I'd suggest closing this bug. Thanks for your attention! Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital

Bug#323705: libgtk2.0-0 should use more recent libcairo (libcairo2)

2005-08-17 Thread Jan C. Nordholz
-0 1.10.0-1Layout and rendering of internationalized text ii libpango1.0-common 1.10.0-1Modules and configuration files for the Pango -- Jan C. Nordholz jckn At gmx

Bug#322022: lsb-base: syntax error when checking $FANCYTTY

2005-08-08 Thread Jan C. Nordholz
Package: lsb-base Version: 3.0-2 Severity: normal Hi, my shell complains about the if statement(s) } if $FANCYTTY; then } [...] } fi ($FANCYTTY containing either 0 or 1) I've attached a patch. Regards, Jan -- Jan C. Nordholz jckn At gmx net --- init-functions 2005-08-02 05:43

Bug#289339: Might be GPL'd

2005-07-18 Thread Jan C. Nordholz
the packaging work, but as I'm no DD, I'll post a RFS to debian-mentors in a few days, when I've got the source package ready. I've already had a quick glance at the upstream sources. Regards, Jan -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#318764: gkrellm is unable to load PCF fonts with libpango = 1.9.0

2005-07-17 Thread Jan C. Nordholz
.1-2 libx11-6 : 6.8.2.dfsg.1-2 gkrellm-common : 2.2.7-2 -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#314712: init.d.functions uses extended regexp patterns in find -regex

2005-07-05 Thread Jan C. Nordholz
Hi, as findutils (4.2.22-2) has reverted its regex behaviour to the old state, this bug does not apply any longer. It may be closed. Thanks! Jan Nordholz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#314712: init.d.functions uses extended regexp patterns in find -regex

2005-06-17 Thread Jan C. Nordholz
Linux Standard Base 2.0 init script function ii makedev3.3.8.2-0 Creates device files in /dev) -- Jan C. Nordholz jckn At gmx net signature.asc Description: Digital signature

Bug#297985: gnat-gps: starting compilation terminates X session

2005-04-23 Thread Jan C. Nordholz
terminal / whatever keeps your session running. I've not looked into the gnat-gps source code until now, but if you want, I could lend a hand there, too. Best regards, Jan -- Jan C. Nordholz jckn at gmx dot net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#297980: gnat-gps: kill(-1, SIGINT), additional info

2005-04-23 Thread Jan C. Nordholz
. Regards, Jan PS: All line numbers are for the latest tarball - I haven't checked if the mentioned code has changed in CVS since then... -- Jan C. Nordholz jckn at gmx dot net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]