Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2023 00:08:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270508] devel/git: build dies claiming asciidoctor not found
Message-ID:  <bug-270508-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270508

            Bug ID: 270508
           Summary: devel/git: build dies claiming asciidoctor not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga@FreeBSD.org
          Reporter: george@m5p.com
          Assignee: garga@FreeBSD.org
             Flags: maintainer-feedback?(garga@FreeBSD.org)

Here is the tail end of the build log:

cd /usr/ports/devel/git/work-default/git-2.40.0/contrib/subtree && /usr/bin=
/env
V=3D1 CURLDIR=3D/usr/local OPENSSLBASE=3D/usr OPENSSLDIR=3D/etc/ssl
OPENSSLINC=3D/usr/include OPENSSLLIB=3D/usr/lib PERL_USE_UNSAFE_INC=3D1
XDG_DATA_HOME=3D/usr/ports/devel/git/work-default=20
XDG_CONFIG_HOME=3D/usr/ports/devel/git/work-default=20
XDG_CACHE_HOME=3D/usr/ports/devel/git/work-default/.cache=20
HOME=3D/usr/ports/devel/git/work-default TMPDIR=3D"/tmp"
PATH=3D/usr/ports/devel/git/work-default/.bin:/bin:/usr/bin:/sbin:/usr/sbin=
:/usr/local/bin:/usr/local/sbin
PKG_CONFIG_LIBDIR=3D/usr/ports/devel/git/work-default/.pkgconfig:/usr/local=
/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT=3DYES
DEFAULT_AUTOCONF=3D2.71 PREFIX=3D/usr/local  LOCALBASE=3D/usr/local  CC=3D"=
cc"
CFLAGS=3D"-O2 -pipe  -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing "  CPP=3D"cpp" CPPFLAGS=3D"-isystem/usr/local/include
-DLIBICONV_PLUG"  LDFLAGS=3D" -L/usr/local/lib  -fstack-protector-strong "
LIBS=3D""  CXX=3D"c++" CXXFLAGS=3D"-O2 -pipe -DLIBICONV_PLUG -fstack-protec=
tor-strong
-fno-strict-aliasing  -DLIBICONV_PLUG "  MANPREFIX=3D"/usr/local"
BSD_INSTALL_PROGRAM=3D"install  -s -m 555"  BSD_INSTALL_LIB=3D"install  -s =
-m 0644"
 BSD_INSTALL_SCRIPT=3D"install  -m 555"  BSD_INSTALL_DATA=3D"install  -m 06=
44"=20
BSD_INSTALL_MAN=3D"install  -m 444"  gmake -f Makefile USE_ASCIIDOCTOR=3D1=
=20
DEVELOPER=3D NO_TCLTK=3Dyes NO_GITWEB=3D1
DESTDIR=3D/usr/ports/devel/git/work-default/stage install install-doc
gmake[2]: Entering directory
'/usr/ports/devel/git/work-default/git-2.40.0/contrib/subtree'
gmake -C ../../ GIT-VERSION-FILE
gmake[3]: Entering directory '/usr/ports/devel/git/work-default/git-2.40.0'
gmake[3]: 'GIT-VERSION-FILE' is up to date.
gmake[3]: Leaving directory '/usr/ports/devel/git/work-default/git-2.40.0'
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=3D2.40.0 -I../../Documentation -rasciidoctor-extensio=
ns
-alitdd=3D'&#x2d;&#x2d;' git-subtree.txt
gmake[2]: asciidoctor: No such file or directory
gmake[2]: *** [Makefile:86: git-subtree.xml] Error 127
gmake[2]: Leaving directory
'/usr/ports/devel/git/work-default/git-2.40.0/contrib/subtree'
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/devel/git
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/git

=3D=3D=3D>>> make stage failed for devel/git
=3D=3D=3D>>> Aborting update


However, /usr/local/bin/asciidoctor definitely exists.

--=20
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-270508-7788>