Bug#597894: Acknowledgement (icedove: icdedove refuse to start (maybe after Linux crash/freezed) and gives no reason why)

2010-09-24 Thread Alain Greppin
By chance, I found what the problem is. But searching if icedove running is not very intuitive. I did 'pidof icedove' and returned nothing. The problem is that my window manager 'fluxbox' placed the icedove window in the halos. Please forward this bug report to fluxbox. Thanks, -- To

Bug#597894: icedove: icdedove refuse to start (maybe after Linux crash/freezed) and gives no reason why

2010-09-23 Thread Alain Greppin
Package: icedove Version: 2.0.0.24-0lenny1 Severity: normal Tested starting icedove on xterm and it does not start, the command exits right away and nothing in printed. As I can't read my mail anymore, please notify me by post-mail when you find something that can help me. -- System

Bug#594740: gdb: wrong eval of strlen function when program is linked to eglibc

2010-08-28 Thread Alain Greppin
Package: gdb Version: 6.8-3 Severity: important sample output of gdb: Breakpoint 2, var_subst ( s=0x7fffd73f /home/agreppin/src/tools/amake/amake, target=0x0, req1=0x0) at var.c:154 154 *a = '\0'; (gdb) p n $1 = 36 (gdb) p strlen(s) $2 = 1976916864 --- But works as expected

Bug#594327: rdiff-backup: backup corrupted after SIGTERM

2010-08-25 Thread Alain Greppin
Package: rdiff-backup Version: 1.2.5-1 Severity: important I did a kill -15 on a running rdiff-backup server instance. The resulting message was received on the next backup attempt (please note that I have still 380G of free space on the backup partitiion): Previous backup seems to have failed,

Bug#593920: ncurses-bin: infotocap not working

2010-08-25 Thread Alain Greppin
Thomas Dickey wrote: It's clear if one realizes that a terminal description is a terminfo source. But confusion on this detail has been longstanding, and not limited to infotocap. I've also seen people attempting to run tic on files in the terminal database. Thanks guys, I now found what I

Bug#594367: valgrind: annoying errors in ld.so on amd64

2010-08-25 Thread Alain Greppin
Package: valgrind Version: 1:3.3.1-3 Severity: important A minimal program produces errors in valgrind: $ echo main(){} main.c; gcc -g main.c; valgrind ./a.out ==10867== Memcheck, a memory error detector. ==10867== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==10867== Using

Bug#593920: ncurses-bin: infotocap not working

2010-08-22 Thread Alain Greppin
Package: ncurses-bin Version: 5.7+20081213-1 Severity: normal example follows: $ infotocap /lib/terminfo/v/vt100 /lib/terminfo/v/vt100, line 1, col 1: Illegal character (expected alphanumeric or @%*!#) - '^Z' -- System Information: Debian Release: 5.0.5 APT prefers stable APT policy: (700,

Bug#592803: dietlibc-dev: cannot generate shared libraries on amd64

2010-08-12 Thread Alain Greppin
Package: dietlibc-dev Version: 0.31-1.2 Severity: important I cannot build a shared library linked with dietlibc on amd64 (but it works on i386). Here is an example with the error message: $ cat dso.c int toto1(){} $ diet gcc -o dso.o -c dso.c $ diet gcc -shared -o libdso.so dso.o /usr/bin/ld:

Bug#479155: set expand-tilde off in ~/.inputrc does not work

2008-05-03 Thread Alain Greppin
# eval cur=$cur cur=$cur elif [[ $cur == \~* ]]; then cur=${cur#\~} COMPREPLY=( $( compgen -P '~' -u $cur ) ) return [EMAIL PROTECTED] fi } Regards, Alain Greppin PS: the same applies for sid -- System Information