[bug #66479] [PATCH] tests using wc(1) fail on macOS on HEAD (2562cf237)

2024-12-03 Thread G. Branden Robinson
Follow-up Comment #11, bug #66479 (group groff): [comment #10 comment #10:] > Works like a charm now (96147b643): Excellent! Thank you for your help sorting it out. ___ Reply to this item at: _

[bug #66479] [PATCH] tests using wc(1) fail on macOS on HEAD (2562cf237)

2024-12-03 Thread Sven Schober
Follow-up Comment #10, bug #66479 (group groff): Works like a charm now (96147b643): Testsuite summary for GNU roff 1.23.0.2536-cb42f # TOTAL:

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-03 Thread Deri James
Follow-up Comment #4, bug #66504 (group groff): Hi Branden, Please can you test this patch on your Solaris. diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl index 754c4904b..5186b02d3 100644 --- a/src/devices/gropdf/gropdf.pl +++ b/src/devices/gropdf/gropdf.pl @@ -486,7 +

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-03 Thread G. Branden Robinson
Follow-up Comment #5, bug #66504 (group groff): Hi Deri, At 2024-12-03T11:50:50-0500, Deri James wrote: > Follow-up Comment #4, bug #66504 (group groff): > Please can you test this patch on your Solaris. Certainly. Doing so now. I use the FSF France's compiler farm: https://portal.cfarm.net/m

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-03 Thread G. Branden Robinson
Follow-up Comment #6, bug #66504 (group groff): Hi Deri, At 2024-12-03T11:50:50-0500, Deri James wrote: > Follow-up Comment #4, bug #66504 (group groff): > > Hi Branden, > > Please can you test this patch on your Solaris. With this patch, we can complete a build on Solaris 10! :D Now for the l

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-03 Thread Deri James
Follow-up Comment #7, bug #66504 (group groff): Hi Branden, For the 'uninitialised' warnings try inserting this line after line 2018:- $xprm[4]='' if !defined($xprm[4]); I shall look into 'downgrading' pdfpic.tmac back to perl 5.8 tomorrow. ___