From owner-svn-ports-all@freebsd.org Fri Aug 18 14:01:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EA37DE35E1; Fri, 18 Aug 2017 14:01:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C1E0C644A0; Fri, 18 Aug 2017 14:01:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C3BEBBDD39; Fri, 18 Aug 2017 16:01:50 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 73FA7BDD31; Fri, 18 Aug 2017 16:01:50 +0200 (CEST) Subject: Re: svn commit: r448098 - head/devel/libvirt To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201708171324.v7HDOjsw036833@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <961a68ac-3362-a4dd-8eca-0b7b7acbf3ba@FreeBSD.org> Date: Fri, 18 Aug 2017 16:01:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <201708171324.v7HDOjsw036833@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TeBLtI3d2p07ngDp0VPF7riDsjQSATt17" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 14:01:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --TeBLtI3d2p07ngDp0VPF7riDsjQSATt17 Content-Type: multipart/mixed; boundary="nEiloKFCmBJEm5lH47nKOjLTOmc2EjCaG"; protected-headers="v1" From: Mathieu Arnold To: Roman Bogorodskiy , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <961a68ac-3362-a4dd-8eca-0b7b7acbf3ba@FreeBSD.org> Subject: Re: svn commit: r448098 - head/devel/libvirt References: <201708171324.v7HDOjsw036833@repo.freebsd.org> In-Reply-To: <201708171324.v7HDOjsw036833@repo.freebsd.org> --nEiloKFCmBJEm5lH47nKOjLTOmc2EjCaG Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 17/08/2017 =C3=A0 15:24, Roman Bogorodskiy a =C3=A9crit=C2=A0: > Author: novel > Date: Thu Aug 17 13:24:45 2017 > New Revision: 448098 > URL: https://svnweb.freebsd.org/changeset/ports/448098 > > Log: > devel/libvirt: add yajl dependency for nss > =20 > The nss plugin requires yajl. It's pulled for qemu when it's enabled,= but > build fails when nss plugin is enabled and qemu driver is disabled, s= o > add a dependency on yajl for both options. I am not sure exactly why, but after this, it fails to build: checking for sasl/sasl.h... no checking for sasl/sasl.h... (cached) no configure: error: You must install the libsasl2 library & headers to comp= ile libvirt =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to novel@FreeBSD.org [maintainer] and attach th= e "/wrkdirs/usr/ports/devel/libvirt/work/libvirt-3.6.0/config.log" includin= g the output of the failure of your make command. Also, it might be a good = idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 https://pkg.absolight.fr/data/10amd64-pkgng-default/20170818T150711Z/logs= /errors/libvirt-3.6.0.log > PR: 221279 > Reported by: vvd@unislabs.com > > Modified: > head/devel/libvirt/Makefile > > Modified: head/devel/libvirt/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/devel/libvirt/Makefile Thu Aug 17 13:24:11 2017 (r448097) > +++ head/devel/libvirt/Makefile Thu Aug 17 13:24:45 2017 (r448098) > @@ -41,9 +41,7 @@ OPTIONS_SUB=3D yes > =20 > BHYVE_CONFIGURE_WITH=3D bhyve > =20 > -QEMU_CONFIGURE_WITH=3D qemu yajl > -QEMU_CFLAGS=3D -I${LOCALBASE}/include > -QEMU_LIB_DEPENDS=3D libyajl.so:devel/yajl > +QEMU_CONFIGURE_WITH=3D qemu > QEMU_RUN_DEPENDS=3D dmidecode:sysutils/dmidecode \ > qemu-io:emulators/qemu > =20 > @@ -111,6 +109,11 @@ SUB_FILES=3D pkg-message > SUB_LIST+=3D PORTVERSION=3D"-${PORTVERSION}" > =20 > .include > + > +.if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} > +LIB_DEPENDS+=3D libyajl.so:devel/yajl > +CONFIGURE_ARGS+=3D --with-yajl=3D${LOCALBASE} > +.endif > =20 > .if !${PLIST_SUB:MXEN} > PLIST_SUB+=3D XEN=3D"@comment " > > --=20 Mathieu Arnold --nEiloKFCmBJEm5lH47nKOjLTOmc2EjCaG-- --TeBLtI3d2p07ngDp0VPF7riDsjQSATt17 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZlvNIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IBB0P/jbkjFrTb8KkWCoXbSW/e+2h wM7OlL5B2ArD7hIkdnhWaUWuPOLpObEME+GP1KCTXvXi8ihvkjVr/UdRvCvrjFY7 1LOugXUeiGQ5/2x62rhlgXE2bo1Y2zUnV3xid+FcKs6czNz6ZrS/y9wUrvyo6+QG iakFi3S48p1tWkNCCdJQULLWXShymKr8Akg7Krr+4cqbbg7GnkcXjQcYwMR4o9gB PJzIFghI6vfyxF9eHxGDrqE4ef3KnVfg8QcXYZg27mI49n+KqasmT7XYjakSMlZ4 R7v16G7DRF2HwL9UYB/2zmJMFOwMBipMzNkqTllJcbZc5lKpZZ/OXEOORcJlX31W Wuyr1hqzf2oSAGvqY8RpWkBdgNXSvGR5itkX04eTrcucGxIlZiBAGSLv/75ypfDs /3xIIoxiACEjr3dY1LWgXV2m3VmhjvlH+avMWjUjIap7yDadGB5uT0ag+JPsO3pc w3T/qL0vEfbF+OVgb9LStNbWB7ZNZNhwZxGdje/bP4PX2SkxPVUjCkw40f85CX9B ps2Y8/J5zC4jpTBgUVjUNIHwra6RXLXK94ZGZwJ5uUpHupvUOPqUxlZI1eFxR5pk 07PZOngyOHqtO2ZUUv5IAk4do2/UD518hAwBnuHs+k6/EPSb+qmyDI4ZCuG9TMDL RXCp01KpTDMEVRs2XSS7 =VDEd -----END PGP SIGNATURE----- --TeBLtI3d2p07ngDp0VPF7riDsjQSATt17--