Bug#1084088: pdfxup fails entirely

2024-10-04 Thread Zefram
nts, such as "9.53", but the gs that I have installed actually reports version number "9.53.3". Fixing that code in pdfxup doesn't resolve the rest of the errors. -zefram

Bug#1064446: Acknowledgement (confused by changing absolute pathname)

2024-02-27 Thread Zefram
Upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69436 -zefram

Bug#1064443: Acknowledgement (confused by changing absolute pathname)

2024-02-27 Thread Zefram
Upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69436 -zefram

Bug#1064437: filename on command line gets mangled

2024-02-23 Thread Zefram
me design issue, it's likely that a single upstream fix would resolve both bugs. A near-identical customisation can also be applied to the guile-2.2 package, to ameliorate the same problems there, which I reported as Bug#106 and Bug#1064445. -zefram

Bug#1064470: barfs on superfluous environment variable

2024-02-22 Thread Zefram
ModuleLoader.moarvm:) from src/vm/moar/ModuleLoader.nqp:130 (/usr/share/nqp/lib/ModuleLoader.moarvm:load_setting) from :1 (/usr/lib/perl6/runtime/perl6.moarvm:) $ raku(1) should not be failing because of an environment variable that isn't controlling anything and isn't being referenced. -zefram

Bug#1064446: confused by changing absolute pathname

2024-02-22 Thread Zefram
x27;chdir ".."; while(1) { rename("a", "b"); rename("b", "a"); }' & [1] 390457 $ guile-2.2 --no-auto-compile ok.scm ok $ guile-2.2 --no-auto-compile ok.scm Backtrace: 0 (primitive-load "/home/zefram/tmp/g0/b/ok.scm") ERR

Bug#1064445: filename on command line gets rejected

2024-02-22 Thread Zefram
0bar.scm' $ LC_ALL=de_DE.iso88591 guile-2.2 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v perplexity $ LC_ALL=de_DE.utf8 guile-2.2 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v ;;; Stat of /home/zefram/tmp/g0/fooM-

Bug#1064444: filename on command line gets mangled

2024-02-22 Thread Zefram
1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1064443: confused by changing absolute pathname

2024-02-22 Thread Zefram
;chdir ".."; while(1) { rename("a", "b"); rename("b", "a"); }' & [1] 389562 $ guile-3.0 --no-auto-compile ok.scm ok $ guile-3.0 --no-auto-compile ok.scm Backtrace: 0 (primitive-load "/home/zefram/tmp/g0/b/ok.scm")

Bug#1064440: filename on command line gets rejected

2024-02-22 Thread Zefram
0bar.scm' $ LC_ALL=de_DE.iso88591 guile-3.0 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v perplexity $ LC_ALL=de_DE.utf8 guile-3.0 --no-auto-compile $'foo\xf4\x90\x80\x80bar.scm' 2>&1 | cat -v ;;; Stat of /home/zefram/tmp/g0/fooM-

Bug#1064437: filename on command line gets mangled

2024-02-22 Thread Zefram
1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1061180: help output stumbles over charset

2024-01-20 Thread Zefram
in any of these locales, and the help text ought to always conform to the environmentally-selected locale. For ASCII and Latin-1 locales this implies that it can't use that en dash, and must substitute an ASCII "-". I have no strong opinion about whether it should use the en dash in a UTF-8 locale. -zefram

Bug#1061103: locale charset not respected

2024-01-18 Thread Zefram
parts of the output. I'm specifically seeing that result with a Latin-1 terminal emulator and the C locale. -zefram

Bug#1041291: ts with extra args behaves badly

2023-07-30 Thread Zefram
ause @ARGV would then always be empty by the time that loop is reached. But it would still be good style to change <> to , to better indicate the program's intended behaviour. >If it is, I would like to include your reasoning into a patch for >upstream, ok? Sure. You may use that text freely. -zefram

Bug#1041329: debconf-set-selections mishandles funny filenames

2023-07-17 Thread Zefram
s line 114. # echo > '|echo wibble' # debconf-set-selections '|echo wibble' wibble # These arise from its use of the <> Perl operator, which is not suitable for the implementation of a read-from-list-of-files kind of command. Because the range of misbehaviour includes writing to arbitrary files and running arbitrary commands, this is a more severe bug than normal. -zefram

Bug#1041294: xindy mishandles funny filenames

2023-07-16 Thread Zefram
Package: xindy Version: 2.5.1.20160104-10 Severity: important xindy(1) does various funny things if a filename contains characters that are not usually used in filenames: $ touch '>t0' $ ls -l total 0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 01:21 '>t0' $ xindy '>t

Bug#1041292: extractres usage message has bad program name

2023-07-16 Thread Zefram
Package: psutils Version: 1.17.dfsg-4 Severity: minor If the extractres(1) program attempts to display a usage message, it gets its own name wrong: $ extractres -q Usage: 1 [-merge] [file] $ -zefram

Bug#1041291: ts with extra args behaves badly

2023-07-16 Thread Zefram
certain characters that are not usually used in filenames: $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 17 00:45 t0 $ ts %F '>t1' $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 17 00:45 t0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 00:49 t1 $ echo c > 't2 ' $ ts %F '

Bug#1041289: extractres mishandles funny filenames

2023-07-16 Thread Zefram
Package: psutils Version: 1.17.dfsg-4 Severity: important extractres(1) does various funny things if a filename contains characters that are not usually used in filenames: $ touch '>t0.ps' $ ls -l total 0 -rw-rw-r-- 1 zefram zefram 0 Jul 17 00:25 '>t0.ps' $ extractre

Bug#1041287: markdown doesn't accept multiple input files

2023-07-16 Thread Zefram
x27;t even an attempt to open the additional files: $ echo a >t0 $ echo b >t1 $ markdown t0 t1 a $ markdown t1 t0 b $ markdown t2doesnotexist Can't open t2doesnotexist: No such file or directory at /usr/bin/markdown line 221. $ markdown t0 t2doesnotexist a $ -zefram

Bug#1041286: markdown mishandles funny filenames

2023-07-16 Thread Zefram
Package: markdown Version: 1.0.1-10.1 Severity: important markdown(1) does various funny things if a filename contains characters that are not usually used in filenames: $ echo a > '>t0' $ ls -l total 4 -rw-rw-r-- 1 zefram zefram 2 Jul 16 23:20 '>t0' $ markdown '

Bug#1033233: spurious colour output from git init

2023-03-20 Thread Zefram
= 15 write(2, "\33[33mhint: \tgit branch -m "..., 36) = 36 And a configuration extract: $ sed -n 6,7p ~/.gitconfig [color] ui = never -zefram

Bug#1032173: identity recoding is too identical

2023-03-02 Thread Zefram
tion, maybe the checking step and non-checking conversion recombine into an ordinary checking conversion of the kind you already have. -zefram

Bug#1032173: identity recoding is too identical

2023-02-28 Thread Zefram
es its input while checking the encoding. Apparently it's being optimised incorrectly, to a pure identity transformation without the checking. -zefram

Bug#1030606: bad job control on suspended shell function

2023-02-13 Thread Zefram
y the same condition. -zefram

Bug#1031245: wonky current job with suspended shell function

2023-02-13 Thread Zefram
he use of these concepts for efficient job control. I use the commands "fg" (foregrounding the current job) and "%-" (foregrounding the previous job) all the time, and I'm thus heavily affected by this bug. -zefram

Bug#1031240: filename on command line gets mangled

2023-02-13 Thread Zefram
of the name that was supplied on the command line. It must pass to the file syscalls the same octet string that was supplied as a command line argument, without assuming anything about its syntax. If it cannot be made to handle arbitrary filenames correctly, then clojure(1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#1030606: bad job control on suspended shell function

2023-02-05 Thread Zefram
lace of the original job. The attached patch therefore fixes this bug in a very simple way, by deleting the logic that switches focus to the subjob. With this patch in place, the above test case produces this pleasing output: % t0 () { sleep 1000; } % t0 ^Zzsh: suspended t0 % echo foo foo % : % jo

Bug#1030344: filename on command line gets mangled

2023-02-03 Thread Zefram
as a command line argument, without assuming anything about its syntax. If it cannot be made to handle arbitrary filenames correctly, then node(1) must at least detect that it can't handle the specified filename. It must signal an error on any filename it can't handle, and not use any mangled form of the filename for any purpose. Furthermore, this limitation must be documented. -zefram

Bug#903988: xinit does not run as normal user but as root only

2023-01-12 Thread Zefram
console's ownership set to the invoking user, for the duration of its use by the X server. -zefram

Bug#878055: heading in list produces rendering glitch

2017-10-09 Thread Zefram
yellow text is now rendered in white, until you get up to the first post-list text "foo", at which point all the text rendered on the screen, plus the help text, turns yellow. -zefram

Bug#865736: doc misuses metric prefixes

2017-06-24 Thread Zefram
the documentation should instead use the IEC prefixes "kibi-", "mebi-", and "gibi-". -zefram

Bug#865027: stumbles on Youtube age gate

2017-06-18 Thread Zefram
reality-is-NSFW deal.) libquvi ought to work around the age gate. It should not impose this censorship on its users. I found a discussion of the same issue being addressed in some other code at <https://github.com/fent/node-ytdl-core/issues/19>. Maybe the fix they used can be adopted. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-21 Thread Zefram
y file, it rewrites the display of the rendered x0.html file, and then rewrites the status line back to its normal state. It then rewrites the rendered display again with different colouration, and finally waits for input. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-21 Thread Zefram
which the link was selected. The user can continue navigating in the displayed page, as if ey had never selected the link to the other page, or as if loading had failed due to a network problem (though no error message is displayed). This is not long-standing behaviour in my experience: it is new and problematic. -zefram

Bug#863008: failing to load previously-loaded pages of some websites

2017-05-19 Thread Zefram
other activity between attempts, doesn't make it succeed. After a successful repeated page load, further attempts to load the same page again go back to failing. -zefram

Bug#861583: -geometry and -fs not fully honoured

2017-04-30 Thread Zefram
specify size or position should continue to not set those bits, and should accept whatever geometry the window manager imposes as a result. mplayer should never be moving or replacing the window after it has been mapped. -zefram

Bug#861019: git bisect colour output contrary to configuration

2017-04-23 Thread Zefram
te(1, "\33[33mcommit 613abc6d16e99bd9834fe6afd79beb61a3a4734d\33[m\n", 56) = 56 Given the configulation, that line should be free of escape sequences. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-23 Thread Zefram
etter to leave the -p output completely unchanged, and add a new command-line option that provides the same information in the new format. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-21 Thread Zefram
the existing number is still whitespace-delimited and the first thing following the colon, so it's still easy to parse out in a backward-compatible way. What do you think? -zefram

Bug#860559: timex.offset unit ambiguity

2017-04-19 Thread Zefram
Michael Kerrisk (man-pages) wrote: >fixed in upstream quite a long time back (2014). Ah, cool. The version at <http://man7.org/linux/man-pages/man2/adjtimex.2.html> is fine. -zefram

Bug#860559: timex.offset unit ambiguity

2017-04-18 Thread Zefram
in either microseconds or nanoseconds, depending on the STA_NANO status flag, just like timex.time.tv_usec. -zefram

Bug#858668: STA_NANO confuses adjtimex(8)

2017-04-18 Thread Zefram
ermitting input option values to use units (like "-o +200us", whose meaning would be unaffected by STA_NANO). -zefram diff -ur adjtimex-1.29.orig/adjtimex.8 adjtimex-1.29/adjtimex.8 --- adjtimex-1.29.orig/adjtimex.8 2009-03-12 00:31:07.0 + +++ adjtimex-1.29/adjtimex.

Bug#858668: STA_NANO confuses adjtimex(8)

2017-03-24 Thread Zefram
*nanoseconds*. The true raw time is different from both of the values shown, and for the call made above should have been shown as raw time: 1490397277s 23837440ns = 1490397277.023837440 -zefram

Bug#785208: adjtimex postinst adjusts clock

2015-12-11 Thread Zefram
id not configure the package during installation. The default configuration shouldn't be mucking about with the running system in uninvited ways. -zefram

Bug#785208: adjtimex postinst adjusts clock

2015-12-11 Thread Zefram
Control: tags -1 -moreinfo thanks

Bug#806461: spurious colour output from bisect

2015-11-27 Thread Zefram
aa37b1a24855e760e71ee9a20a1a90 is the first bad commit\n", 65) = 65 20408 open("/home/zefram/.gitconfig", O_RDONLY) = 3 20408 read(3, "[user]\n\tname = Zefram\n\temail = zef...@fysh.org\n\tsigningkey = 0x8E1E1EC1\n\n[color]\n\tui = never\n", 4096) = 93 20

Bug#806460: search highlight glitch

2015-11-27 Thread Zefram
unhighlighted instance). Obviously this is quite an inconvenience when one wants to c&p some text including the search string. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
to depend on the variable more than it used to. Fixed in Data-Alias-1.20, now on CPAN. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
C language level of which I was not previously aware. I can probably track it down from here. -zefram

Bug#787453: libdata-alias-perl: FTBFS with perl 5.22

2015-10-21 Thread Zefram
ailing setup would try figuring out which part of the perl build makes the difference. Something I haven't yet tried varying is the C compiler. I'm using Debian gcc 4.7.2-5, which doesn't understand the -fstack-protector-strong option that the failing perls are built with. -zefram

Bug#787734: libstdc++ breaks dynamic unloading

2015-06-04 Thread Zefram
les[i], argv[i], ret); system(maps_cmd); if(ret) exit(1); } exit(0); } $ gcc -std=c99 try_dl.c -ldl -o try_dl $ ./try_dl /usr/lib/x86_64-linux-gnu/libperl.so.5.20 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /home/zefram/tmp/try_dl /lib/x86_64-linux-gn

Bug#785208: adjtimex postinst adjusts clock

2015-05-13 Thread Zefram
h the clock. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#756505: undocumented how to show a buffer

2014-07-30 Thread Zefram
critical function is not documented seriously damages the usability of this program to people who don't already know how to use it. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#742949: new magic: Hash::SharedMem

2014-04-26 Thread Zefram
thus theoretical and untested, but I have considerable confidence in it. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#743525: symlink permissions misdescribed

2014-04-03 Thread Zefram
ality: $ ls -l /proc/self/fd total 0 lrwx-- 1 zefram zefram 64 Apr 3 16:45 0 -> /dev/pts/13 lrwx-- 1 zefram zefram 64 Apr 3 16:45 1 -> /dev/pts/13 lrwx-- 1 zefram zefram 64 Apr 3 16:45 2 -> /dev/pts/13 lr-x-- 1 zefram zefram 64 Apr 3 16:45 3 -> /proc/5271/fd so th

Bug#742949: new magic: Hash::SharedMem

2014-03-29 Thread Zefram
t;15 byte >2 \b, line size 2^%d byte >>14 byte >2 \b, page size 2^%d byte >>13 byte &1 >>>13 byte >1 \b, max fanout %d 0 lequad =0xc693dac5ed5e47c2 Hash::SharedMem data file, little-endian >8 lequad <0x100 >>8 byte >2 \b, line size 2^%d byte

Bug#742700: spill fail with -fschedule-insns

2014-03-26 Thread Zefram
em starting by downloading the source as shown. If you have difficulty reproducing it, obviously I can supply these files on request. I see this on i386 but not on an amd64 machine that has otherwise the same versions of things installed. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-r

Bug#742271: c% mangles insertion point

2014-03-21 Thread Zefram
tom character (whose identity varies) following the spurious space. The phantom character vanishes upon ESC, but the space remains. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#741360: statm "share" badly described

2014-03-11 Thread Zefram
e Perl module Apache::SizeLimit) that makes that mistake. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734314: "guild help COMMAND" crashes

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16360 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734178: compile cache confused about file identity

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16361 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734313: "guild list" lists nothing

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16359 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734323: doc out of date about (integer? +inf.0)

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16356 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734128: insufficient print abbreviation in error messages

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16357 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734157: compiler disrespects referential integrity

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16362 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734132: combinatorial explosion in elided stack trace

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16358 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734108: interactive use subject to compiler limitations

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16363 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734009: auto-compile noise can't be avoided by script

2014-01-05 Thread Zefram
Upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16364 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734323: doc out of date about (integer? +inf.0)

2014-01-05 Thread Zefram
es the behaviour of guile-1.8, which classifies +inf.0 and -inf.0 as integers, and +nan.0 as rational but not integer. guile-2.0 follows R6RS in treating all three of these values as real but not rational. (Mathematically, infinities are not real, and NaN is, as the acronym says, not a number.)

Bug#734314: "guild help COMMAND" crashes

2014-01-05 Thread Zefram
quot;frisk"] 155: 2 [show-help # #] In ice-9/boot-9.scm: 788: 1 [call-with-input-file #f ...] In unknown file: ?: 0 [open-file #f "r" #:encoding #f #:guess-encoding #f] ERROR: In procedure open-file: ERROR: Wrong type (expecting string): #f $ -zefram -- To UNSUBSCRIBE, email

Bug#734313: "guild list" lists nothing

2014-01-05 Thread Zefram
n: info guile 'Using Guile Tools' $ Subcommands mentioned in the guile documentation are actually available, despite not being listed. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734311: guild assumes too much about guile config

2014-01-05 Thread Zefram
more sensible for guild to unconditionally and unconfigurably use /usr/bin/guile-2.0. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734178: compile cache confused about file identity

2014-01-04 Thread Zefram
. Test case: $ echo '(display "aaa\n")' >t13 $ echo '(display "bbb\n")' >t14 $ guile-2.0 t13 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/gui

Bug#734009: auto-compile noise can't be avoided by script

2014-01-04 Thread Zefram
"a" "b" "c") $ guile-1.8 -s t11 a b c ("t11" "a" "b" "c") $ guile-2.0 '\' t11 a b c ("t11" "a" "b" "c") $ guile-2.0 -s t11 a b c ;;; note: auto-compilation is enabled, set GU

Bug#734158: compiler can't handle object references in code

2014-01-04 Thread Zefram
e-2.0 --no-auto-compile t8 5 $ guile-2.0 t8 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t8 ;;; WARNING: compilation of /home/zefram/usr/guile/t8 failed: ;;; ER

Bug#734157: compiler disrespects referential integrity

2014-01-04 Thread Zefram
E=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t9 ;;; compiled /home/zefram/.cache/guile/ccache/2.0-LE-8-2.0/home/zefram/usr/guile/t9.go (5 . 2) (5 . 2) $ guile-2.0 t9 (5 . 2) (5 . 2) In the test case, the explicitly-constructed pair aaa i

Bug#734009: auto-compile noise can't be avoided by script

2014-01-04 Thread Zefram
t happens to the second script in this sequence: $ echo '(display "hello world\n")' >t10 $ guile-2.0 t10 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t10 ;;; compi

Bug#734132: combinatorial explosion in elided stack trace

2014-01-03 Thread Zefram
oad-stack #] 1650: 4 [#] In unknown file: ?: 3 [primitive-load "/home/zefram/usr/guile/t6"] In ice-9/eval.scm: 387: 2 ^Z zsh: suspended guile-2.0 --no-auto-compile t6 $ jobs -l [1] + 32574 suspended guile-2.0 --no-auto-compile t6 $ ps vw 32574 PID TTY STAT TIME MAJFL TRS DR

Bug#734128: insufficient print abbreviation in error messages

2014-01-03 Thread Zefram
. 58) . 57) . 56) . 55) . 54) . 53) . 52) . 51) . 50) . 49) . 48) . 47) . 46) . 45) . 44) . 43) . 42) . 41) . 40) . 39) . 38) . 37) . 36) . 35) . 34) . 33) . 32) . 31) . 30) . 29) . 28) . 27) . 26) . 25) . 24) . 23) . 22) . 21) . 20) . 19) . 18) . 17) . 16) . 15) . 14) . 13) . 12) . 11) . 10) .

Bug#734108: interactive use subject to compiler limitations

2014-01-03 Thread Zefram
ails (as the file auto-compilation does). -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734108: interactive use subject to compiler limitations

2014-01-03 Thread Zefram
x y)) (write (p 2 3)) (newline) $ guile-1.8 t2 5 $ guile-2.0 --no-auto-compile t2 5 $ guile-2.0 t2 ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/guile/t2 ;;; WARNING: compilation of /home

Bug#723573: xterm occasionally forgets BackSpace translation

2014-01-03 Thread Zefram
>On Thu, Jan 02, 2014 at 11:44:09AM +0000, Zefram wrote: Thomas Dickey wrote: >which translation was performing the backspace? I'm not sure what you mean by this question. The relevant item in the translations resource is BackSpace: string(0x08) I have other translation i

Bug#734009: auto-compile noise can't be avoided by script

2014-01-02 Thread Zefram
;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/zefram/usr/lucifex/on_guile/t0 ;;; WARNING: compilation of /home/zefram/usr/lucifex/on_guile/t0 failed: ;;; ERROR: #. read expansion found and read-eval? is #f. hello world $ I can turn off the auto-compilation from within t

Bug#723573: xterm occasionally forgets BackSpace translation

2014-01-02 Thread Zefram
e example in a different section of the doc), and has no mention of translations being applied differently depending on focus. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#723573: xterm occasionally forgets BackSpace translation

2013-11-24 Thread Zefram
p to xterm. It seems to only affect xterm translations. But I wouldn't be too surprised if the bug turns out not to be in the xterm source at all but in one of the X libraries. >(nor do I see a way to reproduce the bug) Yes. It only happens apparently at random. -zefram -- To UNSUBS

Bug#729334: nvi escapetime option undocumented

2013-11-11 Thread Zefram
Package: nvi Version: 1.81.6-8.2 Severity: minor The "escapetime" settable option in nvi is not documented in its man page, unlike the majority of options. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#728775: apt-get unwarrantedly consumes input

2013-11-06 Thread Zefram
optimal will depend on the individual. It's a matter between the human and eir shell; it is not apt-get's place to interfere with that relationship. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#728775: apt-get unwarrantedly consumes input

2013-11-05 Thread Zefram
put at all. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#727841: powl() inaccurate but only at runtime

2013-10-27 Thread Zefram
gcc-4.7-locales 4.7.2-5 gcc-4.7-multilib4.7.2-5 gcc-multilib4:4.7.2-1 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#724339: [Pkg-parrot-devel] Bug#724339: parrot won't generate pasm output

2013-09-23 Thread Zefram
) have been reorganised between Debian stable and current github, but still claim that "-o foo.pasm" will produce pasm output. (I'm using the github checkout because that gets me a Parrot with the bigint library built in. Think I'm going to submit a wishlist ticket about having tha

Bug#724450: bigint library in parrot

2013-09-23 Thread Zefram
$P0 = 1234567890123456789 $P1 = $P0 * $P0 say $P1 .end $ parrot t6.pir no bigint lib loaded current instr.: 'main' pc 6 (t6.pir:4) $ ./from_github/parrot t6.pir 1524157875323883675019051998750190521 -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.o

Bug#724339: parrot won't generate pasm output

2013-09-23 Thread Zefram
t2.pasm t2.pasm: Parrot bytecode 106.0, 8 byte words, little-endian, x86 12 byte long double floats, Parrot 0.0.0 It's producing pbc output regardless of the output filename. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe&q

Bug#724074: ops doc missing

2013-09-22 Thread Zefram
files elsewhere in the Parrot source tree (src/ops/*.ops) whereas most of the documentation is stored directly in the source tree. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#723989: intermittent spurious NUL

2013-09-21 Thread Zefram
@" moving along as more text is entered before it. It disappears at the end of text entry (following Esc). There's no permanent effect on the file content. -zefram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#723877: -fs mode fails entirely

2013-09-20 Thread Zefram
dow, in which it successfully shows the video. This bug report is concerned with mplayer2's failure to ultimately show the video full-screen. -zefram $ mplayer -fs t0.mp4 MPlayer2 UNKNOWN (C) 2000-2012 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to

Bug#723657: -geometry not fully honoured

2013-09-18 Thread Zefram
y the user. The result is that a window manager that applies its own positioning logic in preference to program-supplied positions, but honours user-supplied positions, will override the user-supplied position with mplayer. The same goes for the USSize hint. -zefram -- To UNSUBSCRIBE, email to d

Bug#723578: option to disable mouse tracking mode

2013-09-17 Thread Zefram
cifically want to use it. Applications that turn the mode on, such as w3m, effectively break normal xterm usage. It would be nice to have an option that prevents mouse tracking being engaged, along the lines of the existing allowTitleOps option that can prevent unwanted changes of window title. -z

Bug#723573: xterm occasionally forgets BackSpace translation

2013-09-17 Thread Zefram
toggling BS/DEL in case there was some interaction with the state of that option, but apparently the state of the option is irrelevant, the fix just comes from something triggered by the process of toggling it.) The fix is only temporary: it'll later change to ^? again, as mysteriously as the

Bug#723560: iceweasel can't run two sessions simultaneously

2013-09-17 Thread Zefram
report is essentially a revival of Bug#617362. That ticket got closed without actually being resolved, due to confusion with the related but distinct Bug#617361 that was deemed not-a-bug. See also Bug#187138 concerning nearly-identical behaviour of Galeon, and Bug#668850 concerning related behav

  1   2   >