From owner-svn-src-all@freebsd.org Sun Nov 5 16:29:20 2017 Return-Path: Delivered-To: svn-src-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 94860E3769E; Sun, 5 Nov 2017 16:29:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7771206; Sun, 5 Nov 2017 16:29:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 76D5D6FB; Sun, 5 Nov 2017 16:29:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 930C25158; Sun, 5 Nov 2017 16:29:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id U93QG2Cygzft; Sun, 5 Nov 2017 16:29:13 +0000 (UTC) Subject: Re: svn commit: r325404 - head/share/mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 735EC5153 From: Bryan Drewery To: "O. Hartmann" Cc: "Simon J. Gerraty" , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Cy Schubert References: <201711042102.vA4L2RuR063978@repo.freebsd.org> <20171104223133.00f5bf30@thor.intern.walstatt.dynvpn.de> <20171105111644.4c294342@thor.intern.walstatt.dynvpn.de> <7d0c021d-fe3d-9bea-b088-5e530176288b@FreeBSD.org> Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Sun, 5 Nov 2017 08:29:16 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <7d0c021d-fe3d-9bea-b088-5e530176288b@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EohwIQF03JfaPo245pW1U3EkWU5JgQ9dH" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 16:29:20 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EohwIQF03JfaPo245pW1U3EkWU5JgQ9dH Content-Type: multipart/mixed; boundary="saSNhhWvCoJ388o7KsEGpx1gHawX5Vc5k"; protected-headers="v1" From: Bryan Drewery To: "O. Hartmann" Cc: "Simon J. Gerraty" , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Cy Schubert Message-ID: Subject: Re: svn commit: r325404 - head/share/mk References: <201711042102.vA4L2RuR063978@repo.freebsd.org> <20171104223133.00f5bf30@thor.intern.walstatt.dynvpn.de> <20171105111644.4c294342@thor.intern.walstatt.dynvpn.de> <7d0c021d-fe3d-9bea-b088-5e530176288b@FreeBSD.org> In-Reply-To: <7d0c021d-fe3d-9bea-b088-5e530176288b@FreeBSD.org> --saSNhhWvCoJ388o7KsEGpx1gHawX5Vc5k Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/5/2017 8:00 AM, Bryan Drewery wrote: > On 11/5/2017 2:16 AM, O. Hartmann wrote: >> Am Sat, 4 Nov 2017 22:31:33 +0100 >> "O. Hartmann" schrieb: >> >>> Am Sat, 4 Nov 2017 21:02:27 +0000 (UTC) >>> "Simon J. Gerraty" schrieb: >>> >>>> Author: sjg >>>> Date: Sat Nov 4 21:02:26 2017 >>>> New Revision: 325404 >>>> URL: https://svnweb.freebsd.org/changeset/base/325404 >>>> >>>> Log: >>>> Ensure .OBJDIR has known value >>>> =20 >>>> If for any reason we cannot set .OBJDIR=3D=3D_objdir as desired >>>> use .CURDIR so that at least the classic >>>> .if ${.OBJDIR} !=3D ${.CURDIR} >>>> works and dangerous misstakes can be avoided. >>>> =20 >>>> Reviewed by: bdrewery >>>> >>>> Modified: >>>> head/share/mk/auto.obj.mk >>>> >>>> Modified: head/share/mk/auto.obj.mk >>>> =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/share/mk/auto.obj.mk Sat Nov 4 16:23:34 2017 (r325403) >>>> +++ head/share/mk/auto.obj.mk Sat Nov 4 21:02:26 2017 (r325404) >>>> @@ -61,11 +61,17 @@ __objdir_made !=3D echo ${__objdir}/; umask ${OB= JDIR_UMA >>>> .endif >>>> # This causes make to use the specified directory as .OBJDIR >>>> .OBJDIR: ${__objdir} >>>> -.if ${.OBJDIR:tA} !=3D ${__objdir:tA} && ${__objdir_made:Uno:M${__o= bjdir}/*} !=3D "" >>>> +.if ${.OBJDIR:tA} !=3D ${__objdir:tA} >>>> +# we did not get what we want - do we care? >>>> +.if ${__objdir_made:Uno:M${__objdir}/*} !=3D "" >>>> # watch out for __objdir being relative path >>>> .if !(${__objdir:M/*} =3D=3D "" && ${.OBJDIR:tA} =3D=3D ${${.CURDIR= }/${__objdir}:L:tA}) >>>> .error could not use ${__objdir}: .OBJDIR=3D${.OBJDIR} >>>> .endif >>>> +.endif >>>> +# apparently we can live with it >>>> +# make sure we know what we have >>>> +.OBJDIR: ${.CURDIR} >>>> .endif >>>> .endif >>>> .endif >>>> _______________________________________________ >>>> svn-src-head@freebsd.org mailing list >>>> https://lists.freebsd.org/mailman/listinfo/svn-src-head >>>> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.o= rg" =20 >>> >>> With the recent patches, nvidia driver x11/nvidia-driver fails tobuil= d with the error >>> shown below: >>> >>> [...] >>> =3D=3D=3D> src/nvidia (all) =20 >>> make[7]: "/usr/src/share/mk/bsd.obj.mk" line 87: Malformed conditiona= l >>> (${CANONICALOBJDIR} =3D=3D /${RELDIR} || ${.OBJDIR} =3D=3D /${RELDIR}= ) make[7]: Fatal errors >>> encountered -- cannot continue >>> [...] >> >> Not really solved for me: >> >> [...] >> =3D=3D=3D> src (all) >> =3D=3D=3D> src/nvidia (all) >> make[7]: "/usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional= (defined(SRCTOP) >> && (${CANONICALOBJDIR} =3D=3D /${RELDIR} || ${.OBJDIR} =3D=3D /${RELD= IR})) make[7]: Fatal errors >> encountered -- cannot continue >> [...] >> >> >> Is there something I miss here? >> >> Same for emulators/emulators/virtualbox-ose-kmod >> >> [...] >> kBuild: >> Installing /usr/obj/usr/src/amd64.amd64/sys/THOR/usr/ports/emulators/v= irtualbox-ose-kmod/work/VirtualBox-5.2.0/out/freebsd.amd64/release/bin/sr= c/vboxdrv/Makefile >> =3D=3D=3D Building 'vboxdrv' module =3D=3D=3D make[6]: "/usr/src/share= /mk/bsd.obj.mk" line 89: >> Malformed conditional (defined(SRCTOP) && (${CANONICALOBJDIR} =3D=3D = /${RELDIR} || >> ${.OBJDIR} =3D=3D /${RELDIR})) make[6]: Fatal errors encountered -- ca= nnot continue make[6]: >> stopped >> in /usr/obj/usr/src/amd64.amd64/sys/THOR/usr/ports/emulators/virtualbo= x-ose-kmod/work/VirtualBox-5.2.0/out/freebsd.amd64/release/bin/src/vboxdr= v >> *** Error code 1 >> >> Stop. >> make[5]: stopped >> in /usr/obj/usr/src/amd64.amd64/sys/THOR/usr/ports/emulators/virtualbo= x-ose-kmod/work/VirtualBox-5.2.0/out/freebsd.amd64/release/bin/src >> =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAF= E=3Dyes and rebuild before >> reporting the failure to the maintainer. >> *** Error code 1 >> [...] >> >> >> By the way: both kernel modules are build with=20 >> >> [...] >> PORTS_MODULES+=3D x11/nvidia-driver >> PORTS_MODULES+=3D emulators/virtualbox-ose-kmod >> [...] >> >> in /etc/src.conf >> >> >> Do I miss something or is this a bug? >> >=20 > Weird, can you try this please? http://dpaste.com/3HR1EQH.txt >=20 >> dhw@ tested, ommitted in r325437. --=20 Regards, Bryan Drewery --saSNhhWvCoJ388o7KsEGpx1gHawX5Vc5k-- --EohwIQF03JfaPo245pW1U3EkWU5JgQ9dH 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 iQEcBAEBAgAGBQJZ/zxdAAoJEDXXcbtuRpfPL+0H/3Hfuv1V3yXcl2qY45hQXdOU ltas3+xpVqezOm40JAApszVwyxImIvSnUWH99ioQMPROpH5C4cdHGN6SMCYvNMoW uXZlj7VZovyun208dLaBWpR6SUzwJnaLjG/Dut+Oe/hA6w200NBGJ97p9VId7o5t plXeEgsDlhIhVI35R+uZLvdQ50WTVHGGBtloLZ2QPEaJE6z8+NhTp84gov+uRgs6 ZxWIDhtR1G8hXDkZHF7GWIzIoxQFZ/0ijMz+EOOl3jlYZUuOrgNZdnbWuz9kQ7kA Nm+REYXBPOFbm3/r0RHBN7QsPaX/lHSXZOP/OtQxSKM2yjAnR/FfNIEQVJeJZFU= =EDI+ -----END PGP SIGNATURE----- --EohwIQF03JfaPo245pW1U3EkWU5JgQ9dH--