[Bug 256532] textproc/docproj: does not install python3

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 10 Jun 2021 09:45:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256532

            Bug ID: 256532
           Summary: textproc/docproj: does not install python3
           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: ceri@FreeBSD.org
             Flags: maintainer-feedback?(doceng@FreeBSD.org)
          Assignee: doceng@FreeBSD.org

The doc build requires /usr/local/build/python3, and the doc build needs it.
If you don't have it installed, it tells you install the docproj package, but
that doesn't install python3 either.

{ceri@threebsd}-{~/git/f} % sudo pkg install docproj
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
{ceri@threebsd}-{git/f} % git clone https://git.freebsd.org/doc.git -o freebsd
freebsd-doc
{ceri@threebsd}-{~/git/f} % cd freebsd-doc
{ceri@threebsd}-{git/f/freebsd-doc} % make
===> documentation (all)
/usr/local/bin/python3 not found, please run pkg install docproj
*** Error code 1

Stop.
make[1]: stopped in /home/ceri/git/f/freebsd-doc/documentation
*** Error code 1

Stop.
make: stopped in /home/ceri/git/f/freebsd-doc
{ceri@threebsd}-{git/f/freebsd-doc} % ls /usr/local/bin/pyth*
/usr/local/bin/python3.7                /usr/local/bin/python3.7m
/usr/local/bin/python3.7-config         /usr/local/bin/python3.7m-config
{ceri@threebsd}-{git/f/freebsd-doc} %

-- 
You are receiving this mail because:
You are the assignee for the bug.