[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-13 Thread Bjarni Ingi Gislason
Follow-up Comment #8, bug #58165 (project groff): 1) My sentence can be interpreted in two ways, more clearly: I added the line unset LESSCHARSET to the script, as nroff checked for that case. my environment has the variable defined with LESSCHARSET=latin1 2) Add the line export GROFF_T

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-13 Thread G. Branden Robinson
Follow-up Comment #7, bug #58165 (project groff): [comment #6 comment #6:] > > I looked at the issue again. > > 1) unset the LESSCHARSET environmental variable in the test script. That doesn't sound like anything that's ever been part of the test script. I'm the only one who's ever committe

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-13 Thread Bjarni Ingi Gislason
Follow-up Comment #6, bug #58165 (project groff): I looked at the issue again. 1) unset the LESSCHARSET environmental variable in the test script. Result: correct operation. 2) looked at the first case test with "locale charmap" in "nroff". Issued "LC_ALL=C locale charmap". Result: A

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-13 Thread G. Branden Robinson
Follow-up Comment #5, bug #58165 (project groff): Here's some more stuff that works for me. $ GROFF_RUNTIME="${GROFF_BIN_PATH=.}:" ./nroff -V PATH=/usr/local/bin:/home/branden/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/games:/usr/games groff -Tlatin1 -mtty-char $

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-13 Thread G. Branden Robinson
Follow-up Comment #4, bug #58165 (project groff): I configured my system to compile the 8-bit Icelandic locale, and I simply cannot reproduce this with the stock test. $ locale LANG=C LANGUAGE= LC_CTYPE="is_IS.ISO-8859-1" LC_NUMERIC="is_IS.ISO-8859-1" LC_TIME="is_IS.ISO-8859-1" LC_COLLATE="is_IS

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-12 Thread Bjarni Ingi Gislason
Follow-up Comment #3, bug #58165 (project groff): Subject: test-suite: "nroff -V ..." fails for other devices than "ascii" Sorry, I too often seem to neglect to provide relevant data. I sometimes post findings before I test myself the matter further. So you could wait for me providing more da

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-12 Thread G. Branden Robinson
Follow-up Comment #2, bug #58165 (project groff): I took a guess at understanding your problem and cannot reproduce it. Locale detection is working as documented, as far as I can tell. $ PATH=.:$PATH ./nroff -V -Tascii PATH=... groff -Tascii -mtty-char $ P

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-12 Thread G. Branden Robinson
Update of bug #58165 (project groff): Status:None => Need Info Assigned to:None => gbranden ___ Follow-up Comment #1: [comment #0 original

[bug #58165] test-suite: "nroff -V ..." fails for other devices than "ascii"

2020-04-12 Thread Bjarni Ingi Gislason
URL: Summary: test-suite: "nroff -V ..." fails for other devices than "ascii" Project: GNU troff Submitted by: bjarniig Submitted on: Sun 12 Apr 2020 08:37:06 PM UTC Category: Core