Date: Sat, 26 Sep 2015 00:05:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203358] print/ghostscript9-base won't build without the pcl3 option Message-ID: <bug-203358-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203358 Bug ID: 203358 Summary: print/ghostscript9-base won't build without the pcl3 option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: doceng@FreeBSD.org Reporter: peterj@FreeBSD.org Assignee: doceng@FreeBSD.org Flags: maintainer-feedback?(doceng@FreeBSD.org) An attempt to build print/ghostscript9-base with the default options other than disabling GS_pcl3 will fail as below. The relation between the GS_pcl3 option and the post-install-docs is not at all obvious. It's likely this is underlying problem behind ports/202621 as well. make ... mkdir -p /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/examples/cjk for f in \ all_ac1.ps all_aj1.ps all_ak1.ps gscjk_ac.ps gscjk_aj.ps iso2022.ps \ all_ag1.ps all_aj2.ps article9.ps gscjk_ag.ps gscjk_ak.ps iso2022v.ps ;\ do install -m 0644 ./lib/../examples/cjk/$f /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/examples/cjk ;\ done install -m 0644 ./contrib/japanese/dmp_init.ps /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/lib || exit 1 install -m 0644 ./contrib/japanese/dmp_site.ps /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/lib || exit 1 install -m 0644 ./contrib/japanese/escp_24.src /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/lib || exit 1 for f in ./contrib/uniprint/*.upp; do \ install -m 0644 $f /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/lib || exit 1; \ done gmake[3]: Leaving directory '/obj/usr/ports/print/ghostscript9-base/work/ghostscript-9.06' gmake[2]: Leaving directory '/obj/usr/ports/print/ghostscript9-base/work/ghostscript-9.06' cd /usr/ports/print/ghostscript9-base/files && install -m 0644 lqx70ch.upp lqx70cl.upp lqx70cm.upp /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/lib install -s -m 555 /obj/usr/ports/print/ghostscript9-base/work/ghostscript-9.06/epag-3.09/ert /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/bin /bin/ln -sf gsc /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/bin/gs /bin/ln -s -f /usr/local/share/fonts/CIDFont /obj/usr/ports/print/ghostscript9-base/work/stage/usr/local/share/ghostscript/9.06/Resource/CIDFont/fonts make[1]: don't know how to make post-install-docs. Stop make[1]: stopped in /usr/ports/print/ghostscript9-base *** Error code 2 Stop. make: stopped in /usr/ports/print/ghostscript9-base -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203358-13>