Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 08:12:55 +0200
From:      =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= <olivier@freebsd.org>
To:        linimon@freebsd.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org
Subject:   Re: svn commit: r472706 - in head: archivers/innoextract audio/mpdas biology/stacks databases/p5-DBD-cego databases/postgresql-libpqxx devel/eblob devel/gecode devel/libftdi1 devel/libvirt devel/xsd ed...
Message-ID:  <CA%2Bq%2BTcqJrOrX72cnuh7ys=%2Bnn_YVF9VKxXu9M8St99S9pcuUmA@mail.gmail.com>
In-Reply-To: <201806181903.w5IJ34aP017107@repo.freebsd.org>
References:  <201806181903.w5IJ34aP017107@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 18, 2018 at 9:03 PM Mark Linimon <linimon@freebsd.org> wrote:

> Author: linimon
> Date: Mon Jun 18 19:03:03 2018
> New Revision: 472706
> URL: https://svnweb.freebsd.org/changeset/ports/472706
>
> Log:
>   Adjust USES to fix builds on gcc-based architectures.
>
>
=E2=80=8BHi Mark,



>
>   Tested for no regression on amd64.
>
>
=E2=80=8BAre your sure it was tested ? :-)
=E2=80=8B

>
> Modified: head/net/frr4/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/net/frr4/Makefile      Mon Jun 18 18:00:28 2018        (r472705)
> +++ head/net/frr4/Makefile      Mon Jun 18 19:03:03 2018        (r472706)
> @@ -18,9 +18,9 @@ LIB_DEPENDS=3D  libjson-c.so:devel/json-c
>
>  CONFLICTS=3D     openbgpd openospfd zebra quagga frr3
>
> +USES=3D          autoreconf bison compiler:c++11-lang gmake pkgconfig
> libtool makeinfo readline
>  GNU_CONFIGURE=3D yes
>  INSTALL_TARGET=3D        install-strip
> -USES=3D          autoreconf bison gmake pkgconfig libtool makeinfo
> python:2.7,build readline
>  USE_LDCONFIG=3D  yes
>
>  USE_GITHUB=3D    yes
>
>
=E2=80=8BWhy the 'python:27,build=E2=80=8B' was removed if this commit was =
only gcc related
?
Because this change brokes the build:

checking for python3-config... no
checking for python-config... no
checking for python2-config... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
checking for PYTHON... no
configure: error: in `/wrkdirs/usr/ports/net/frr4/work/frr-frr-4.0':
configure: error: could not find python-config or pkg-config python,
please install Python development files from libpython-dev or similar

Full log:
http://package19.nyi.freebsd.org/data/104amd64-default-build-as-user/472720=
/logs/frr4-4.0_1.log



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bq%2BTcqJrOrX72cnuh7ys=%2Bnn_YVF9VKxXu9M8St99S9pcuUmA>