Created attachment 196885 [details] devel/doxygen poudriere build log failure The port devel/doxygen fails to build in poudriere with the following error: [100%] Generating Doxygen Manual PDF. cd /wrkdirs/usr/ports/devel/doxygen/work/.build/latex && /usr/local/bin/cmake -E remove refman.tex cd /wrkdirs/usr/ports/devel/doxygen/work/.build/latex && /usr/local/bin/cmake -E copy /wrkdirs/usr/ports/devel/doxygen/work/.build/doc/doxygen_manual.tex . cd /wrkdirs/usr/ports/devel/doxygen/work/.build/latex && /usr/local/bin/cmake -E copy /wrkdirs/usr/ports/devel/doxygen/work/.build/doc/manual.sty . cd /wrkdirs/usr/ports/devel/doxygen/work/.build/latex && /usr/local/bin/epstopdf /wrkdirs/usr/ports/devel/doxygen/work/doxygen-1.8.14/doc/doxygen_logo.eps --outfile=doxygen_logo.pdf ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_rgb.icc | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_rgb.icc | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_rgb.icc | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile Error: /rangecheck in .installpagedevice Operand stack: --nostringval-- --dict:208/214(ro)(L)-- --nostringval-- Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 2015 1 3 %oparray_pop 2014 1 3 %oparray_pop 1936 1 3 %oparray_pop --nostringval-- 1920 1 3 %oparray_pop --nostringval-- --nostringval-- Dictionary stack: --dict:972/1684(ro)(G)-- --dict:0/20(G)-- --dict:78/200(L)-- Current allocation mode is local GPL Ghostscript 9.24: Unrecoverable error, exit code 1 ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_gray.icc | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile epstopdf ($Id: epstopdf.pl 36129 2015-01-24 00:30:11Z karl $) 2.23 !!! Error: Writing to gs failed, error code 1
This bug can be closed as devel/doxygen builds correctly now after an update. Thanks.
attachment 196885 [details] indicates devel/doxygen port version doxygen-1.8.14,2 This is latest port version. It remains unclear what the cause of the reported issue is. Please re-open this issue if it occurs again.
Assign to committer that resolved
(In reply to Kubilay Kocak from comment #2) It was a Ghostscript bug which has been fixed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231148.
Link to the bug which caused the regression and ultimately fixed it in ports r479243. Assign to committer that resolved Thank you for the extra information Ting-Wei