[bug #61073] [groff]: SEGV with a single option as input

2021-08-27 Thread G. Branden Robinson
Follow-up Comment #6, bug #61073 (project groff): [comment #5 comment #5:] > The first sentence in my comment #4 is wrong. > > The segmentation fault should be provoked by lack of font > directories, like those in "GROFF_FONT_PATH" and those defined in > "build/defs.h", FONTPATH. > > I do

[bug #61073] [groff]: SEGV with a single option as input

2021-08-27 Thread G. Branden Robinson
Update of bug #61073 (project groff): Status: Need Info => Works For Me ___ Reply to this item at: ___ Mess

[bug #61073] [groff]: SEGV with a single option as input

2021-08-27 Thread Bjarni Ingi Gislason
Follow-up Comment #7, bug #61073 (project groff): I have made these two changes in "font.cpp": commit a593cf5cb0ee87cc1a12fb21d13c1b2b8ec4554c Author: Bjarni Ingi Gislason Date: Fri Jul 2 06:51:10 2021 + src/libs/libgroff/font.cpp: added "path" to the output of "can't find 'DES

[bug #58946] [ms] adapt to use the facilities of pdfmark

2021-08-27 Thread Keith Marshall
Follow-up Comment #8, bug #58946 (project groff): [comment #7 comment #7:] > Looks good to me--go for it! Thanks, Branden, It's currently sitting at 4th position, in my local patch queue; I'll push it, after I've dealt with the three which precede it. ___

[bug #61073] [groff]: SEGV with a single option as input

2021-08-27 Thread Bjarni Ingi Gislason
Follow-up Comment #8, bug #61073 (project groff): I cloned groff from the repository to another computer 1) ./bootstrap 2) mkdir build 3) cd build 4) ../configure 5) make 6) env | grep GROFF GROFF_TMAC=/heima/bjarniig/groff/tmac GROFF_DIR=/tmp 7) ./groff --version GNU groff version 1.23.

[bug #58946] [ms] adapt to use the facilities of pdfmark

2021-08-27 Thread Keith Marshall
Follow-up Comment #9, bug #58946 (project groff): Ignoring those intended exclusively for internal use, (which I've elided from the following), in spdf.tmac I see: $ hg grep -r qparent '^\. *de ' spdf.tmac contrib/pdfmark/spdf.tmac:5357:.de OMIT OMIT contrib/pdfmark/spdf.tmac:5357:... contrib/pdf

[bug #61073] [groff]: SEGV with a single option as input

2021-08-27 Thread G. Branden Robinson
Follow-up Comment #9, bug #61073 (project groff): Okay, that is a failure mode I would expect to see. The built groff executable cannot find the device and font description directories. (This is a major reason why `test-groff` exists.) I also do not see a SEGV. I think your code change introdu

[bug #60654] mdate.pl should use git modification times if possible

2021-08-27 Thread G. Branden Robinson
Update of bug #60654 (project groff): Status:None => Postponed ___ Follow-up Comment #4: It's not clear to me what to do about this, so postponing. __