[Bug 203357] print/ghostscript9-base won't build without the pcl3 option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 26 00:05:45 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203357
Bug ID: 203357
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 at FreeBSD.org
Reporter: peterj at FreeBSD.org
Flags: maintainer-feedback?(doceng at FreeBSD.org)
Assignee: doceng at 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.
More information about the freebsd-ports-bugs
mailing list