From owner-freebsd-doc@freebsd.org Sat Dec 28 22:47:28 2019 Return-Path: Delivered-To: freebsd-doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 772AD1CA9CB for ; Sat, 28 Dec 2019 22:47:28 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47lf341Tt8z3L9J for ; Sat, 28 Dec 2019 22:47:28 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: by mailman.nyi.freebsd.org (Postfix) id 32FCD1CA9CA; Sat, 28 Dec 2019 22:47:28 +0000 (UTC) Delivered-To: doc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32C961CA9C7 for ; Sat, 28 Dec 2019 22:47:28 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mail.gundo.com (gibson.gundo.com [75.145.166.65]) by mx1.freebsd.org (Postfix) with ESMTP id 47lf332CFLz3L9H for ; Sat, 28 Dec 2019 22:47:26 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from webmail.gundo.com (variax.gundo.com [75.145.166.70]) by mail.gundo.com (Postfix) with ESMTP id 7D30F4C0735 for ; Sat, 28 Dec 2019 22:47:25 +0000 (-00) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 28 Dec 2019 23:47:25 +0100 From: Pau Amma To: doc@freebsd.org Subject: fop not installed as a dependency of the docproj package User-Agent: Roundcube Webmail/1.4.1 Message-ID: X-Sender: pauamma@gundo.com X-Rspamd-Queue-Id: 47lf332CFLz3L9H X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pauamma@gundo.com designates 75.145.166.65 as permitted sender) smtp.mailfrom=pauamma@gundo.com X-Spamd-Result: default: False [-4.26 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[65.166.145.75.rep.mailspike.net : 127.0.0.18]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[doc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[gundo.com]; RCVD_IN_DNSWL_MED(-0.20)[65.166.145.75.list.dnswl.org : 127.0.9.2]; IP_SCORE(-1.86)[ip: (-8.31), ipnet: 75.144.0.0/13(-0.38), asn: 7922(-0.54), country: US(-0.05)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:75.144.0.0/13, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2019 22:47:28 -0000 While trying to duplicate the PDF output error reported in https://reviews.freebsd.org/D22708#502794 (using "make FORMATS=pdf" in ~/doc/en_US.ISO8859-1/books/handbook), I got the following error instead: ... /usr/bin/env FOP_OPTS="-Xss1024k -Xmx1431552k" /usr/local/bin/fop -c /usr/home/pauamma/doc/share/misc/fop.xconf book.fo -pdf book.pdf env: /usr/local/bin/fop: No such file or directory *** Error code 127 Stop. make: stopped in /usr/home/pauamma/doc/en_US.ISO8859-1/books/handbook This is apparently because that package was built with "FOP : off", per "pkg info docproj". If that's deliberate, perhaps a note should be added to https://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/overview.html, which currently says to: # pkg install docproj subversion and doesn't mention installing fop as well to generate .pdf files. Opinions? Should the FOP build option be turned on by default in docproj, or a note added instead to install fop as well if PDF output is desired? (Or am I missing something obvious?)