On Saturday, 11 February 2023 03:17:53 GMT Bruno Haible wrote: > Deri wrote: > > > GEN font/devpdf/download > > > > > > Can't use string ("") as an ARRAY ref while "strict refs" in use at > > > /Users/haible/groff-1.23.0.rc2.22-55d3/build/font/devpdf/util/BuildFound > > > rie > > > s line 102, <F> line 23. make[2]: *** [font/devpdf/download] Error 25 > > > > Please could you send me > > I'm also attaching the config.status this time. > > > line 334 of build/font/devpdf/util/BuildFoundries > > my (@res)=`missing -h 2>/dev/null`; > > > and change line > > 335 to:- > > > > return [] if $?; > > > > Remove the file build/font/devpdf/download (if it exists) and run make. > > This should get further. > This 'make' run now succeeds.
Hi Bruno, Thank you very much. As I suspected, your system has neither ghostscript nor the URW fonts installed, which is why the end of your file "log1" says:- configure: The program 'gs' was not found in $PATH. Consequently, groff's PDF output driver, 'gropdf', will not work properly. It will not be possible to prepare or install groff-generated documentation in PDF. However, this should not halt the build, so I will commit the fix to line 335. Many thanks for your help. Out of interest, please could you send me the result of "ls build/font/ devpdf". Cheers Deri > > If it does, please also attach the build/font/devpdf/download file. > > Attached.