Bug 231175 - devel/doxygen fails to build in poudriere
Summary: devel/doxygen fails to build in poudriere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords: regression
Depends on: 231148
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-05 13:44 UTC by Robert Cina
Modified: 2018-09-21 02:18 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (cyberbotx)


Attachments
devel/doxygen poudriere build log failure (236.94 KB, text/plain)
2018-09-05 13:44 UTC, Robert Cina
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Cina 2018-09-05 13:44:45 UTC
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
Comment 1 Robert Cina 2018-09-06 12:45:38 UTC
This bug can be closed as devel/doxygen builds correctly now after an update. 
Thanks.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2018-09-20 02:22:17 UTC
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.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-09-20 02:22:49 UTC
Assign to committer that resolved
Comment 4 Ting-Wei Lan 2018-09-20 11:58:18 UTC
(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.
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2018-09-21 02:18:15 UTC
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