Bug#981730: flexml: Spurious semicolon in generated file

2021-02-03 Thread Arnaud Giersch
Package: flexml Version: 1.9.6-5+b1 Severity: minor Dear Maintainer, Sometimes a semicolon is spuriously doubled in the generated C file. For example: LEAVE; STag_surfxml_trace();pushbuffer(surfxml_pcdata_ix); BUFFERSET(surfxml_pcdata_ix);; ENTER(IN_trace); The follow patch should fix that.

Bug#970715: libucx0: Not installable in unstable

2020-09-22 Thread Arnaud Giersch
Package: libucx0 Version: 1.9.0~rc1-1 Severity: normal Dear Maintainer, This package cannot be installed in unstable, due to unmet dependency on libbinutils (<< 2.35.1). Regards, Arnaud Giersch

Bug#970714: ucx: Wrong Vcs-* fileds in debian/control

2020-09-22 Thread Arnaud Giersch
Source: ucx Severity: minor Dear Maintainer, The Vcs-* fields in debian/control look wrong. They point to https://salsa.debian.org:/science-team/cdo.git IMHO, they should rather point to ucx.git Regards, Arnaud Giersch

Bug#954751: libgcc-10-dev: Missing include/sanitizer/

2020-03-22 Thread Arnaud Giersch
10/include/sanitizer/common_interface_defs.h /usr/lib/gcc/x86_64-linux-gnu/10/include/sanitizer/lsan_interface.h /usr/lib/gcc/x86_64-linux-gnu/10/include/sanitizer/tsan_interface.h Regards, Arnaud Giersch

Bug#954750: libgcc-9-dev: Missing include/sanitizer/

2020-03-22 Thread Arnaud Giersch
/sanitizer/common_interface_defs.h /usr/lib/gcc/x86_64-linux-gnu/9/include/sanitizer/lsan_interface.h /usr/lib/gcc/x86_64-linux-gnu/9/include/sanitizer/tsan_interface.h Regards, Arnaud Giersch

Bug#877628: xterm -hold slow after end of command

2017-10-03 Thread Arnaud Giersch
ption. Wait a short time in * this case, to avoid max'ing the CPU. */ if (hold_screen && caught_intr && !found) { Sleep(10); } Regards, Arnaud Giersch -- System Information: Debian Release: 9.1 APT prefers unstable-debug APT policy: (500, &#x

Bug#780196: tcputils: tcpconnect hangs, fix ioctl argument

2015-03-10 Thread Arnaud Giersch
initialized by the ioctl call. The following patch fixes that. Regards, Arnaud Giersch --- relay.c.BAK 2015-03-10 09:50:27.0 +0100 +++ relay.c 2015-03-10 10:32:23.665199079 +0100 @@ -24,10 +24,10

Bug#771019: dash: Inconsistent redirection with subshell

2014-11-25 Thread Arnaud Giersch
put : $ ./filter_aborted.sh Test #1 1 on stdout 2 on stderr Aborted (core dumped) => 134 Test #2 1 on stdout 2 on stderr => 134 Regards, Arnaud Giersch -- System Information: Debian Release: 7.7 APT prefers proposed-updates APT policy: (500,

Bug#769184: triggerhappy: Uses KEY_MIN_INTERESTING instead of KEY_MUTE

2014-11-11 Thread Arnaud Giersch
print "EV_MAP("$$2"),"}' $< > $@ + awk '/^#define $*_/ && $$2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$$/ {print "EV_MAP("$$2"),"}' $< > $@ version.h: version.inc sed -r 's!(.*)!#define TH_VERSION &

Bug#769176: input-utils: New upstream version

2014-11-11 Thread Arnaud Giersch
-(.*)\.tar\.gz Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#735090: libc6: makecontext leads to partially wrong backtrace on i386

2014-01-12 Thread Arnaud Giersch
meter on the command line. Maybe this should be done by makecontext itself? Regards, Arnaud Giersch /* Build with: gcc -g -rdynamic -m32 -o mk mk.c * Run with or without argument on the command line */ #define _GNU_SOURCE #include #include #include #include #define DEBUG 0 #define BT_SIZE

Bug#699657: cmake: cmake -E touch truncates time

2013-02-02 Thread Arnaud Giersch
100 file2 Now, the modification time of file2 is *before* that of file1, but file2 was touched *after* file1. Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#651051: Bug #651051: problem may be elsewhere

2012-05-29 Thread Arnaud Giersch
Hello, I had the same problem of display corruption with emacs here. Upgrading package xserver-xorg-video-intel to version 2:2.19.0-1 made the display corruption disappear. Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#674524: flexml: Undefined behavior in bufferliteral()

2012-05-25 Thread Arnaud Giersch
Package: flexml Version: 1.9.2-1 Severity: normal Tags: patch Dear Maintainer, Flexml generated code fails, when compiled with clang with optimizations turned on. The failure is at the instruction "assert(s <= e)" in function bufferliteral(). In fact, when c == '\0', s in initialized to text-1,

Bug#663876: wmbiff: connection leak

2012-03-14 Thread Arnaud Giersch
fix the problem. The following patch implements it. Regards, Arnaud Giersch --- wmbiff/socket.c.orig2004-10-01 23:05:36.0 +0200 +++ wmbiff/socket.c 2012-03-14 18:32:19.313625507 +0100 @@ -58,6 +58,8 @@ printf("socket() failed.\n");

Bug#647605: flexml: Variables defined in header

2011-11-04 Thread Arnaud Giersch
Package: flexml Version: 1.9.1-1 Severity: normal Hi, Since version 1.9, the new internal variables (*_isset) are defined in header file, instead of being simply declared there. This leads to errors at link time, about "multiple definition of `variable'" (the errors may only occur when compiling

Bug#580053: texlive-bibtex-extra: custom-bib: bibtex errors

2010-05-03 Thread Arnaud Giersch
ies output Regards, Arnaud Giersch -- Package-specific info: If you report an error when running one of the TeX-related binaries (latex, pdftex, metafont,...), or if the bug is related to bad or wrong output, please include a MINIMAL example input file that produces the error in your rep

Bug#571989: stunnel4: delayed DNS lookups fail with chroot

2010-02-28 Thread Arnaud Giersch
t /etc/resolv.conf needs to be copied in the chroot directory. I am however not sure that it is sufficient, and I did not find anything in the docs about this problem. Regards, Arnaud Giersch -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, &#x

Bug#550009: memset

2009-11-24 Thread Arnaud Giersch
e downloaded from SourceForge, on a 3GHz Pentium 4, and on a slower 200MHz Mips R5000. Even with thousands of processes I am unable to see any significant performance hit. Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#554607: Bug is fixed upstream

2009-11-12 Thread Arnaud Giersch
Hi, The bug I reported a few days ago is fixed upstream by the following patch to be applied to src/xterm.c. --- xterm.c 2009/10/19 18:08:55 1.1046 +++ xterm.c 2009/10/20 10:03:37 1.1047 @@ -7125,7 +7125,7 @@ #ifdef HAVE_X_I18N /* Filter events for the current X input method. */ i

Bug#550009: patch for double-free Signal 6 (ABRT)

2009-11-10 Thread Arnaud Giersch
Hi, I am able to reproduce the "double-free Signal 6 (ABRT)" bug in ps by running the following perl/shell command, and repeatedly running ps. Maybe the "20" in the for loop needs to be adjusted according to the machine speed. for i in {1..20}; do perl -e 'while (1) { if (!fork()) { exit(0)

Bug#534314: openoffice.org: use -nolog instead of -no-oosplash

2009-10-28 Thread Arnaud Giersch
Hi, Vendredi 23 octobre 2009, vers 19:40:27 (+0200), Rene Engelhard a écrit : >> It seems that using "-nologo" instead of "-no-oosplash" in /etc/mailcap >> makes openoffice work as expected. > > No, it doesn't. You are right. I think that I was a bit too rapid to answer to the bug, and did not

Bug#534314: openoffice.org: use -nolog instead of -no-oosplash

2009-10-23 Thread Arnaud Giersch
Hi, It seems that using "-nologo" instead of "-no-oosplash" in /etc/mailcap makes openoffice work as expected. The option "-no-oosplash" is not documented in ooffice(1), whereas "-nologo" is. Regards, Arnaud -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subjec

Bug#551591: wmpomme: video switch does not work

2009-10-19 Thread Arnaud Giersch
Lundi 19 octobre 2009, vers 12:29:00 (+0200), Julien BLACHE a écrit : > Could you double-check where your X is running? As you can see, X is really running on VT 7: $ ps -lw `pgrep X` F S UID PID PPID C PRI NI ADDR SZ WCHAN TTYTIME CMD 4 S 0 10793 10791 0 80 0 - 32319 ?

Bug#551591: wmpomme: video switch does not work

2009-10-19 Thread Arnaud Giersch
Package: wmpomme Version: 1.28~dfsg-1 Severity: normal Hi, I am unable to use the video switch functionality with wmpomme. AFAICS, wmpomme tries to open /dev/tty7 which is the VT X in running on. Without surprise, wmpomme fails to open it, as it belongs to root, and my user does not have the req

Bug#551587: /etc/init.d/pommed should not fail to restart

2009-10-19 Thread Arnaud Giersch
Package: pommed Version: 1.28~dfsg-1 Severity: normal Hi, If pommed is not already started, /etc/init.d/pommed restart fails. It should not. In the restart case, either add --oknodo when stopping pommed, or simply rewrite it as $0 stop; sleep 1; $0 start Regards, Arnaud -- System Informa

Bug#551586: console-setup: sed errors while configure

2009-10-19 Thread Arnaud Giersch
Package: console-setup Version: 1.45 Severity: normal Hi, When installing console-setup, I get two errors : # aptitude reinstall console-setup [...] Preconfiguring packages ... sed: -e expression #1, char 41: unknown option to `s' sed: -e expression #1, char 47: unknown option to `s' (Reading da

Bug#547713: libmail-imapclient-perl: expunge() does not work without parameter

2009-09-21 Thread Arnaud Giersch
Package: libmail-imapclient-perl Version: 3.20-2 Severity: normal Hi, The expunge() method in Mail::IMAPClient, does not work when used without argument. I noticed it by playing with imapsync. Acoording to the documentation : The expunge method accepts one optional argument, a folder na

Bug#547709: imapsync: should depend on libmail-imapclient-perl

2009-09-21 Thread Arnaud Giersch
Package: imapsync Version: 1.286+dfsg-1 Severity: normal Hi, The imapsync package should depend on libmail-imapclient-perl. Note that the version of libmail-imapclient-perl must be >= 3.20-2 because of bug #543774. Regards, Arnaud -- System Information: Debian Release: 5.0.3 APT pre

Bug#529607: xemacs21-mule: Fatal error: assertion failed, file regex.c, line 5891, ABORT()

2009-05-20 Thread Arnaud Giersch
Package: xemacs21-mule Version: 21.4.21-4 Severity: normal Hello, XEmacs crashed with Gnus, when entering in my spam folder. The faulting function is "string-match". I was able to isolate the function call and reproduce the crash. See the attached file for details. The crash is occurring with

Bug#415836: findutils: better french l10n for a message

2009-04-25 Thread Arnaud Giersch
Samedi 25 avril 2009, vers 10:07:10 (+0200), Andreas Metzler a écrit : >> "warning: you have specified the %s option after a non-option argument %s, " >> "but options are not positional (%s affects tests specified before it as >> well " >> "as those specified after it). Please specify options be

Bug#422524: file: patch to correctly report source binary for core files

2008-12-03 Thread Arnaud Giersch
Hi, Annoyed too by the fact that file does not always correctly report the faulty command for core files anymore, I took a look at the source code. I propose the following patch that seems to fix the problem for me. diff -urp file-4.26.OLD/src/readelf.c file-4.26/src/readelf.c --- file-4.26.OLD/

Bug#502208: psmisc: fuser -n udp does not work

2008-10-14 Thread Arnaud Giersch
parse_inet(this_name, &udp_connection_list); #endif break; default: /* FILE */ Regards, Arnaud Giersch -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, &#x

Bug#102314: sometimes cannot click in window to focus window

2008-04-02 Thread Arnaud Giersch
check Pedro's patch. Regards. -- Arnaud Giersch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#369919: plan: holiday: wrong last weekday in month in bracketed expressions

2007-12-25 Thread Arnaud Giersch
eported this bug, and #369927 too, to Thomas Driemeyer. They got fixed in version 1.10.1 which is available from the FTP server. AFAIK, there is currently no direct link from the html pages. ftp://ftp.fu-berlin.de/unix/X11/apps/plan/plan-1.10.1.tar.gz Regards, Arnaud Giersch

Bug#431005: plan: new upstream version available

2007-06-28 Thread Arnaud Giersch
Package: plan Version: 1.9-6.2 Severity: wishlist Hi, Thomas Driemeyer has released a new version of plan (1.10). Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#417789: fixed in elinks 0.11.1-1.4

2007-05-05 Thread Arnaud Giersch
Samedi 05 mai 2007, vers 22:14:33 (+0200), Kalle Olavi Niemitalo a écrit : > Thank you for your concern. The patched ELinks 0.12.GIT > (d1fa336f7f390d9b51456498fac5dda8f54c18a4) appears to open the > correct gettext catalog in this case, regardless of what the > current working directory is. Ple

Bug#417789: fixed in elinks 0.11.1-1.4

2007-05-05 Thread Arnaud Giersch
Vendredi 04 mai 2007, vers 09:57:07 (+0200), Kalle Olavi Niemitalo a écrit : >>* Don't look for gettext message catalogs in ../po/ (closes: #417789). >> Thanks, Arnaud Giersch! Reference: CVE-2007-2027. > > A less paranoid fix has been checked in to elinks-0.11 a

Bug#417789: this doesn't seem like a security issue

2007-04-05 Thread Arnaud Giersch
On Wed, Apr 04, 2007 at 08:04:52PM +0300, Eddy Petri\u0219or wrote: > > I tagged this bug as grave+security because it can be used to make > > elinks load any corrupted file, and possibly execute arbitrary code. > How? Those are only strings. Nothing is executed from po/mo/gmo files. Beside the

Bug#417789: elinks: elinks uses untrusted gettext catalog

2007-04-04 Thread Arnaud Giersch
o' in the elinks sources gives the culprit function : add_filename_to_string() around line 216 of file "elinks-0.11.1/src/intl/gettext/loadmsgcat.c". IMHO, changing this function to return NULL unconditionally should fix the problem (I did not want to download all the build depende

Bug#414923: asmon: garbled uptime display after 10 days

2007-03-15 Thread Arnaud Giersch
See the attached files for a better description of the problem: asmon_bad.png (the bad display) and asmon_good.png (the expected result). Uptime is displayed in the last field. Arnaud asmon_bad.png Description: PNG image asmon_good.png Description: PNG image

Bug#414923: asmon: garbled uptime display after 10 days

2007-03-14 Thread Arnaud Giersch
Package: asmon Version: 0.70-3 Severity: normal Hi, I run asmon with option "-u" in order to display uptime. If I leave asmon running when passing 10 days of uptime, its display appears corrupted. A temporay workaround is to stop and restart asmon. Regards, Arnaud Giersch

Bug#295271: xfig resolution seems to be wrong: not a bug

2007-01-17 Thread Arnaud Giersch
centimeter is defined to be 450 Fig units and not 472.4 (1200/2.54). Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403962: More info

2007-01-05 Thread Arnaud Giersch
, and not for the other sound applications. Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#403962: flashplugin-nonfree: no sound with ES1370

2006-12-20 Thread Arnaud Giersch
:550: audio open error: Invalid argument ogg123 fails with a similar error message. That is why I think that it is Flash plugin 9 which is faulty. Regards, Arnaud Giersch -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing'), (50,

Bug#393454: gv: does not honor config files

2006-10-16 Thread Arnaud Giersch
ch another instance of gv: the preferences are not restored Regards, Arnaud Giersch -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (50, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#392321: sudo: cannot use env_delete with env_reset

2006-10-11 Thread Arnaud Giersch
, LANGUAGE, and LC_*. The patch below causes to the deletion of the variables listed in env_deleted, even when env_reset is in use. Regards, Arnaud Giersch --- sudo-1.6.8p12.debian/env.c 2006-10-11 10:31:27.0 +0200 +++ sudo-1.6.8p12/env.c 2006-10-11 10:30:28.0 +0200

Bug#369919: plan: holiday: wrong last weekday in month in bracketed expressions

2006-06-02 Thread Arnaud Giersch
_from_wday(d+1,$2,-1) + ? day_from_wday(d,$2,-1) : day_from_wday(d,$2,$1-1);} ; Regards, Arnaud Giersch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#323841: acknowledged by developer (Bug#323841: fixed in xscreensaver 4.21-6)

2005-09-22 Thread Arnaud Giersch
Mercredi le 21 septembre 2005, vers 11:33:53 (CEST), Debian Bug Tracking System a écrit: > This is an automatic notification regarding your Bug report > #323841: xscreensaver: Bad sanity check for DPMS preferences, > which was filed against the xscreensaver package. > > It has been closed by one o

Bug#328989: apticron: should not stop if apt-get update fails

2005-09-18 Thread Arnaud Giersch
ail user agent -- debconf information: * apticron/notification: root -- Arnaud Giersch http://info.iut-bm.univ-fcomte.fr/staff/giersch/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#328982: man-db: man: ctrl-c kills less

2005-09-18 Thread Arnaud Giersch
Package: man-db Version: 2.4.3-2 Severity: normal Hello, The man command uses less as default pager. Within less, Ctrl-C can normally be used to interrupt current action (such as command line editing). With the latest version of man-db (2.4.3-2), typing Ctrl-C kills less, which is a bit annoyin

Bug#323841: xscreensaver: Bad sanity check for DPMS preferences

2005-08-18 Thread Arnaud Giersch
Package: xscreensaver Version: 4.21-3 Severity: normal Tags: patch Hello, If I want to keep DPMS "standby" and "suspend" modes, but disable "off" mode, I can do it with xset like this: xset dpms 1200 2400 0 With xscreensaver, if I set dpmsOff to 0:00:00, dpmsSuspend is set to 0:00:00 too

Bug#323027: fetchmail: lost patch: APOP and default fetchsizelimit

2005-08-14 Thread Arnaud Giersch
Package: fetchmail Version: 6.2.5-12sarge1 Severity: normal Hello, I use APOP authentication to retrieve my mails with fetchmail. Since last security update, it doesn't work any more when there are several mails to fetch: fetchmail: 4 messages for XXX at XXX (3180 octets). fetchmail: canno

Bug#310538: wmaker: Windows disappear when switching workspace

2005-07-03 Thread Arnaud Giersch
Dimanche le 03 juillet 2005, vers 02:19:11 (CEST), Marcelo E. Magallon a écrit: > > 1. hold down the [Alt] key [...] > > No, I've been trying to reproduce this for a while with no luck. > > Do you have the switch panel enabled? (I don't) Hello Marcelo, What do you call the "switch panel"? I

Bug#310538: wmaker: Windows disappear when switching workspace

2005-05-24 Thread Arnaud Giersch
Package: wmaker Version: 0.91.0-7.1 Severity: normal Hello, Sometimes, when switching to some workspace with keyboard shortcuts, it appears empty: no windows are shown, but icons and the dock are still here. If I switch to another workspace and come back, the windows are shown normally. I can r

Bug#288072: Fixed upstream

2005-02-07 Thread Arnaud Giersch
tags 288072 fixed-upstream thanks Hello, This bug is fixed in xemacs 21.4.17. http://list-archive.xemacs.org/xemacs-announce/200502/msg1.html [...] -- Fix: Fix gnus regexp infloop. [...] Regards, -- Arnaud -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#293183: tetex-extra: spacing of footnotes with hyperref and pdflatex

2005-02-03 Thread Arnaud Giersch
Mercredi le 02 février 2005, vers 12:25:30 (CET), Frank Küster a écrit: > if you're still interested in finding the reason for this bug, although > it's already fixed, here's a better minimal example which doesn't use > \footnotee. Frank, I tried the latest hyperref found on CTAN (v6.74m) and t

Bug#293183: tetex-extra: spacing of footnotes with hyperref and pdflatex

2005-02-02 Thread Arnaud Giersch
hyperref from > entcs.cls . It disappears too if you modify (or comment) the redefinitions of \footnote and \footnotemark in entcs.cls. >>> Arnaud Giersch, in message <[EMAIL PROTECTED]>, found >>> that it was a bug of hyperref and proposed the following patch for the >&g

Bug#291828: bibtex2html: output files changed without advertizing

2005-01-23 Thread Arnaud Giersch
Package: bibtex2html Version: 1.74-1 Severity: normal Hello, Between versions 1.73 and 1.74 the names of the output files of bibtex2html changed. Before, they were file-bib.html and file-abstracts.html and they are actually file_bib.html and file_abstracts.html. Note the underscore that replace

Bug#229714: patch

2005-01-21 Thread Arnaud Giersch
Hello, I faced the same bug here with the following files: http://citi.insa-lyon.fr/~iguerinl/routage.pdf http://citi.insa-lyon.fr/~iguerinl/technologies.pdf The bug is located in SplashXPath::SplashXPath() (SplashXPath.cc), around line 100. The end condition of the while(1) lo

Bug#291314: cxref: broken cxref-cpp wrapper

2005-01-19 Thread Arnaud Giersch
Package: cxref Version: 1.6-5 Severity: normal Tags: patch Hello, There are several problems with the cxref-cpp wrapper: * warning messages should be sent to stderr; * version verification fails with different messages from gcc (e.g. with a localized version); * arguments containing spaces