[Bug 255100] devel/git build fails when installing contributed scripts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 15 21:19:19 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255100
Bug ID: 255100
Summary: devel/git build fails when installing contributed
scripts
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: garga at FreeBSD.org
Reporter: info at babaei.net
Assignee: garga at FreeBSD.org
Flags: maintainer-feedback?(garga at FreeBSD.org)
gmake[3]: Entering directory
'/usr/ports/devel/git/work-default/git-2.31.1/contrib/subtree'
gmake -C ../../ GIT-VERSION-FILE
gmake[4]: Entering directory '/usr/ports/devel/git/work-default/git-2.31.1'
gmake[4]: 'GIT-VERSION-FILE' is up to date.
gmake[4]: Leaving directory '/usr/ports/devel/git/work-default/git-2.31.1'
sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree
chmod +x git-subtree
install -d -m 755
/usr/ports/devel/git/work-default/stage/usr/local/libexec/git-core
install -m 755 git-subtree
/usr/ports/devel/git/work-default/stage/usr/local/libexec/git-core
asciidoctor -b docbook -d manpage \
-agit_version=2.31.1 -I../../Documentation -rasciidoctor-extensions
-alitdd='--' git-subtree.txt
xmlto -m ../../Documentation/manpage-normal.xsl --skip-validation man
git-subtree.xml
/usr/local/bin/xmlto: line 286: /usr/local/bin/getopt: No such file or
directory
usage: xmlto [OPTION]... FORMAT XML
OPTIONs are:
-v verbose output (-vv for very verbose)
-x stylesheet use the specified stylesheet instead of choosing one
-m fragment use the XSL fragment to customize the stylesheet
-o directory put output in the specified directory instead of
the current working directory
-p postprocopts pass option to postprocessor
--extensions turn on stylesheet extensions for this tool chain
--noautosize do not autodetect paper size via locales or paperconf
--noclean temp files are not deleted automatically
(good for diagnostics)
--noextensions do not use passivetex/fop extensions
--profile use profiling stylesheet
--searchpath colon-separated list of fallback directories
--skip-validation
do not attempt to validate the input before processing
--stringparam paramname=paramvalue
pass a named parameter to the stylesheet from the
command line
--with-fop use fop for formatting (if fop available)
--with-dblatex use dblatex for formatting (if dblatex available)
Available FORMATs depend on the type of the XML file (which is
determined automatically).
For documents of type "fo":
awt dvi mif pcl pdf ps svg txt
For documents of type "docbook":
awt epub html htmlhelp man
pcl ps txt xhtml-nochunks
dvi fo html-nochunks javahelp mif
pdf svg xhtml
For documents of type "xhtml1":
awt dvi fo mif pcl pdf ps svg txt
gmake[3]: *** [Makefile:83: git-subtree.1] Error 1
gmake[3]: Leaving directory
'/usr/ports/devel/git/work-default/git-2.31.1/contrib/subtree'
*** Error code 2
Stop.
make[2]: stopped in /usr/ports/devel/git
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/git
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/git
My options from make.conf:
devel_git_UNSET+=\
CVS \
GITWEB \
GUI \
P4 \
SEND_EMAIL \
SVN
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list