From owner-freebsd-ports-bugs@freebsd.org Sat Sep 26 00:05:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7E1A08C09 for ; Sat, 26 Sep 2015 00:05:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB3310FA for ; Sat, 26 Sep 2015 00:05:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t8Q05i6s056927 for ; Sat, 26 Sep 2015 00:05:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203357] print/ghostscript9-base won't build without the pcl3 option Date: Sat, 26 Sep 2015 00:05:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peterj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: doceng@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 00:05:45 -0000 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@FreeBSD.org Reporter: peterj@FreeBSD.org Flags: maintainer-feedback?(doceng@FreeBSD.org) Assignee: 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.