Bug#1023007: Reassign to texlive-binaires (configuration fails due to "Illegal instruction" on i386)

2022-11-12 Thread G.raud
reassign 1023007 texlive-binaries 2022.20220321.62855-4 retitle 1023007 luatex: on i386 "illegal instruction" prevents configuration of tex-common thanks I forgot to mention that the CPU is an Athlon XP without SSE2 support: # cat /proc/cpuinfo processor : 0 vendor_id :

Bug#974991: sagemath: segfault on startup

2020-11-17 Thread G.raud
Package: sagemath Version: 9.2-1 Severity: important Dear Maintainers, Starting sage in a terminal to get a prompt makes it segfault (it seems related to pari). The end of the terminal output follows and the complete log file is attached. Sage also segfaults when started by jupyter. --- $

Bug#903638: ksh: cannot enable job control from command line (option -m ineffective)

2018-07-12 Thread G.raud
Package: ksh Version: 93u+20120801-3.1 Severity: normal Tags: fixed-upstream Hello, For more details on how to test this, see https://github.com/att/ast/issues/517. It has been fixed upstream, probably in the same commit as bug #862326. Regards

Bug#862326: ksh: 'set -m' is broken in non-interactive shells: ksh stops after each external command

2018-07-12 Thread G.raud
package ksh tags fixed-upstream thanks Hello, This bug is fixed upstream; I just tested it inside stable with the code from https://github.com/att/ast. The commit fixing it could be 848d1997 (Fix job control if ksh is started as login shell, 2018-03-26). Regards

Bug#893490: 90x11-common_ssh-agent: enable users to disable or configure ssh-agent

2018-03-19 Thread G.raud
nged. Regards >From b83ec9e283f69e648e93f5e4afa886a7756a11c0 Mon Sep 17 00:00:00 2001 From: "G.raud" <gr...@gmx.com> Date: Mon, 19 Mar 2018 11:18:08 +0100 Subject: [PATCH] 90x11-common_ssh-agent: enable users to disable or configure ssh-agent This closes #658124 as well as #642012 as it allows the us

Bug#855463: e2image: attempt to seek into a pipe

2017-09-21 Thread G.raud
On Tue, Aug 22, 2017 at 06:15:27PM -0400, Theodore Ts'o wrote: > On Sat, Feb 18, 2017 at 06:13:53PM +0100, G.raud wrote: > > Package: e2fsprogs > > Version: 1.42.12-2+b1 > > Severity: normal > > > > e2image tries to seek into an ouput to stdout

Bug#855463: e2image: attempt to seek into a pipe

2017-02-18 Thread G.raud
Package: e2fsprogs Version: 1.42.12-2+b1 Severity: normal e2image tries to seek into an ouput to stdout ("-"), even when it is a pipe: -- # LC_ALL=C e2image /dev/mapper/debian-var - | cat >test e2image 1.42.12 (29-Aug-2014) seek_set: Illegal seek -- According the manpage, only the raw

Bug#855246: e2image: "Value too large for defined data type" while writing file bigger than 2GiB

2017-02-15 Thread G.raud
Package: e2fsprogs Version: 1.43.3-1 Severity: important An strace of the failing e2image program giving an image file size just below 2GiB (on a 32 bit platform): -- # LC_ALL=C strace e2image /dev/mapper/share share.img 2>&1 | tail -n15 lseek(4, 4096, SEEK_CUR)= 2147471360

Bug#855235: mdadm --size -G: size is truncated below 4TiB (on a 32bit platform)

2017-02-15 Thread G.raud
Package: mdadm Version: 3.3.2-5+deb8u1 Severity: normal On a raid5 array with 4 components (array size 5778520512KiB, used dev size 1932563136KiB): -- # mdadm --grow --size 11557041024 /dev/md/entrepot mdadm: component size of /dev/md/entrepot unchanged at 1932563136K unfreeze # mdadm --grow

Bug#848906: trying to raise attention to this bug with a patch

2017-02-15 Thread G.raud
package initramfs-tools-core severity 848906 important thanks The patch against 0.126 (still valid against 0.127) modifying /usr/share/initramfs-tools/scripts/local follows. --- /usr/share/initramfs-tools/scripts/local 2016-04-17 21:39:22.0 +0200 +++

Bug#848906: /init: missing critical mount failure detection

2016-12-20 Thread G.raud
Package: initramfs-tools-core Version: 0.126 Severity: normal Tags: patch I experienced a failure to boot because root was set to an empty value (which seems a rather common problem caused by grub). However the /init passed the mounting step without stopping (and without complaining too much).

Bug#809385: fbi: Please build ida from fbida now that libmotif is free

2015-12-29 Thread G.raud
Package: fbi Version: 2.09-1+b1 Severity: wishlist I can build fbida 2.10 (https://www.kraxel.org/releases/fbida/fbida-2.10.tar.gz) with motif enabled on Debian jessie. Please enable libmotif during the configuration so that the program ida is built. Regards, -- G.raud Meyer

Bug#747228: posh: wrong NL escapes inside 2 levels of process substitution

2014-05-06 Thread G.raud
40.9.20120630-7 (provided by mksh) while pdksh PD KSH v5.2.14 99/07/13.2 is buggy. See the joined script for more examples. Regards -- G.raud Meyer #!/bin/posh NL=' ' echo This is incorrect behaviour printf %s %s\n $( printf %s\n $(printf %s\n 'START\ NOLINE') ) printf %s %s\n $( printf %s %s\n $( printf %s

Bug#537043: in Debian! (vorbisgain: invalid tempfile name (longer than 255 chars))

2014-04-10 Thread G.raud
On Sat, Jan 12, 2013 at 08:59:39PM +0100, Daniel Martí wrote: On Fri, Jan 11, 2013 at 01:44:20PM +0100, G.raud wrote: Please remove the patch 0001-temp_files.patch that introduces a bug without fixing anything anymore. Thank you for noticing. I will prepare a new version to be pushed

Bug#741657: /etc/profile.d/bash_completion.sh: non portable return from a dot script

2014-03-14 Thread G.raud
Package: bash-completion Version: 1:2.1-2 Severity: normal Calling return to stop processing a dot script is not portable to the Heirloom Bourne Shell (http://heirloom.sourceforge.net/sh.html) which stops processing the script as wanted but which prints a spurious cannot return when not in

Bug#598238: 'dash -x' segfaults on the command 'test !'

2014-03-01 Thread G.raud
/utils/dash/dash.git. Simplest case: dash -xc 'test !' Other cases: dash -xc 'test ! !' dash -xc 'test ! ! ! !' -- G.raud -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#674709: unsort: upstream fixed FTBFS on hurd-i386: IOV_MAX not defined

2014-02-28 Thread G.raud
It seems that upstream (https://git.fruit.je/unsort) has fixed this issue. There are also additional improvements. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#737083: pulseaudio: ALSA cannot be used directly when pulseaudio is installed

2014-01-29 Thread G.raud
Package: pulseaudio Version: 2.0-6.1 Severity: important When pulseaudio is installed, the file '/usr/share/alsa/alsa.conf.d/pulse.conf' is loaded and it seems that the result is that pulseaudio is automatically started (when it is not already running) whenever ALSA is used. Thus if a user

Bug#737083: pulseaudio: ALSA cannot be used directly when pulseaudio is installed

2014-01-29 Thread G.raud
package pulseaudio retitle 737083 pulseaudio: let ALSA alone be still easy to use by non administrators severity 737083 normal thanks On Thu, Jan 30, 2014 at 03:42:09AM +0100, G.raud wrote: Note that the function loaded by the afore-mentioned file is named 'conf_load_if_running', which

Bug#719757: openmotif: please package the man-pages separately so that they can be installed along with Lesstif

2013-08-14 Thread G.raud
along with Lesstif. Regards -- G.raud Meyer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#715243: RFP: ngjackpsa -- simple LADSPA hosts for the JACK Audio Connection Kit

2013-07-07 Thread G.raud
Package: wnpp Severity: wishlist * Package name    : ngjackpsa  Version         : 1.0  Upstream Author : G.raud Meyer graud chez gmx.com * URL             : https://gna.org/projects/ngjackspa * License         : GPL v2  Programming Lang: C, C++  Description     : simple LADSPA hosts

Bug#473917: emacs22: not Debian specific (Please document that `show-paren-mode' is influenced by `blink-matching-paren-distance')

2013-01-11 Thread G.raud
This is not Debian specific and minor. I lost control of my address @hotmail.com; can I close this bug nonetheless? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#547469: (no subject)

2013-01-11 Thread G.raud
found 547469 23.2+1-7+squeeze1 thanks should this bug, originally submitted against emacs22, be cloned for emacs23? should it be tagged upstream and submitted upstream? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#556794: Bug #556794 fixed (sh-mode[bash]: in `#$(date)' date highlighted as a program inside a comment)

2013-01-11 Thread G.raud
fixed 556794 23.2+1-7+squeeze1 thanks The version stable does not exhibit this bug anymore.  I do not know when it was fixed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#547469: cloned for emacs23 (perl-mode: $' not recognized as a variable)

2013-01-11 Thread G.raud
clone 547469 -1 reassign -1 emacs23-common 23.2+1-7+squeeze1 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#697911: perl-mode: $' is not recognized as a var but as a start of a string instead

2013-01-11 Thread G.raud
Package: emacs23-common Version: 23.2+1-7+squeeze1 Severity: normal This is Bugs #526715 and #547469 reported again against emacs23 instead of emacs22 (because it failed to be cloned).  $ cat EOF test.pl  #!/usr/bin/perl  $_ = 'truc';  /ru/;  print $';  print \n;  EOF  $ emacs23 -q

Bug#697912: sh-mode[bash]: $# ${#param} $? not highlighted as parameters

2013-01-11 Thread G.raud
Package: emacs23-common Version: 23.2+1-7+squeeze1 Severity: normal This is Bug #526715 reported again against emacs23 instead of emacs22. The parameters ${#param}, $#, $? are highlighted correctly in sh-mode[sh] but not in sh-mode[bash].  $ cat EOF test.sh  #!/bin/sh  echo $# $? $$

Bug#537043: in Debian! (vorbisgain: invalid tempfile name (longer than 255 chars))

2013-01-11 Thread G.raud
found 537043 0.37-2 tags - upstream tags + patch thanks This bug never existed in upstream, so I untagged upstream. This bug is still present in the current sid (vorbisgain/0.37-2) but is changed in behaviour.  vorbisgain does not crash anymore but fails to open the output file. $ vorbisgain

Bug#686628: lnrename: rename.pl sibling to rename symlink targets

2012-09-03 Thread G.raud
on rename that is already there.  If it cannot, can you suggest a package that could include it? The name `lnrename' is just a suggestion. -- G.raud lnrename Description: Attachment: lnrename

Bug#686408: ksh: trap: resetting an ignored signal to default gives unpredictable result

2012-08-31 Thread G.raud
Package: ksh Version: 93u+20120628-1 Severity: normal Dear Maintainer, With this script:  $ cat EOF sigtest.sh  #!/bin/ksh  function f {  trap - INT  sleep 2  }  trap '' INT  f  trap -p INT  sleep 2  EOF the `trap -p INT' statement gives a strange result with non-printable chars,

Bug#621797: moc: Mono mixing switch does not work

2012-06-18 Thread G.raud
I confirm that moc:amd64 has this bug in versions 2.5.0~alpha4+svn20120224-1 (stable) and 2.5.0~alpha4+svn20091009-1+b2 (unstable) wether with jack or alsa output, and that moc:i386 stable does not have this bug. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#658425: better patches (script: new option to return the exit status of the forked command)

2012-02-13 Thread G.raud
The first patch sent with the bug report did not allow script to fail in the case where the forked command did not exit normally, which makes it of little use if one really needs to detect a failure. I join two patches, only one of which can be applied (the second is richer in features): * both

Bug#658425: script: new option to return the exit status of the forked command

2012-02-02 Thread G.raud
Source: util-linux Version: 2.17.2-9 Severity: wishlist Tags: patch From the man page of script:  -c  This makes it easy for a script to capture the output of a program      that behaves differently when its stdout is not a tty. I think it should be possible to furthermore capture the exit