Date: Mon, 27 May 2019 13:41:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238171] [net/frr7] either likes python 3.7 or it does not. Message-ID: <bug-238171-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238171 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@freebsd.org Reporter: dgilbert@eicat.ca Flags: maintainer-feedback?(olivier@freebsd.org) Assignee: olivier@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 sup= port 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 buil= d. An excerpt from the Makefile: USES=3D autoreconf bison compiler:c++11-lang gmake pkgconfig libt= ool \ 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 =3D=3D=3D> Script "configure" failed unexpectedly. --=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-238171-7788>