[Bug 238171] [net/frr7] either likes python 3.7 or it does not.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 27 13:41:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238171

            Bug ID: 238171
           Summary: [net/frr7] either likes python 3.7 or it does not.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: olivier at freebsd.org
          Reporter: dgilbert at eicat.ca
             Flags: maintainer-feedback?(olivier at freebsd.org)
          Assignee: olivier at freebsd.org

One of these things is in error.  Either frr7 should build with python3.7
(Makefile says 3.6+) _or_ it shouldn't (the configure stage fails).  In support
of the former, it looks like it's looking for python3-config ... so maybe it
means it should depend in some way that forces python3 to install after
python37?  I have python37 as default version in my make.conf for this build.

An excerpt from the Makefile:

USES=           autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \
                makeinfo python:3.6+,build readline

_or_

An excerpt from the build log:

checking for python3-config... no
checking for python-config... no
checking for python2-config... no
checking for python3.6-config... no
checking for python3.5-config... no
checking for python3.4-config... no
checking for python3.3-config... no
checking for python3.2-config... no
checking for python2.7-config... no
checking for PYTHON (python-3.6)... no
checking for PYTHON (python-3.5)... no
checking for PYTHON (python-3.4)... no
checking for PYTHON (python-3.3)... no
checking for PYTHON (python-3.2)... no
checking for PYTHON (python-2.7)... no
configure: error: in `/wrkdirs/usr/ports/net/frr7/work/frr-frr-7.0':
configure: error: could not find python-config or pkg-config python, please
install Python development files from libpython-dev or similar
See `config.log' for more details
===>  Script "configure" failed unexpectedly.

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


More information about the freebsd-ports-bugs mailing list