From owner-svn-src-all@FreeBSD.ORG Mon Aug 4 04:46:01 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB031E6D for ; Mon, 4 Aug 2014 04:46:01 +0000 (UTC) Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E8952BD3 for ; Mon, 4 Aug 2014 04:46:01 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id uq10so4677324igb.11 for ; Sun, 03 Aug 2014 21:46:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=6vHuLtPcGJA8xpIQ8H7OV6UPcXbmn3wOT2oxVnZyrvA=; b=kmSHzgi/lqeuF1orHzaJ7XNNyMI/cksh4bO0PQo78kscjQcgKUARTGhRDV9hWw0YE6 2m75X/WK3Ud8KwFcp/O8i3WqbUfMVPiap3llxHzh60lwZ/fe2Gl8Kb1Yl7Bqi1ZEskuD girrRpOs2Qk5fUslYGeThSau6dixt1OGjVxR5pGfIEeq0kmvemgyXp5kg4/E1pwnRkWU SWunTMIclWn0gkI3gerRi9T83Fr8DsodT6N8IVr6pproKwjlksELW3GanuNMPybYVXU0 5MrPCBAjZ/teyicvIkM/kdtWaK7nhUBmyyJcIpvRp09vnjRakSnIwywlf+38ORVfJeTU HRNg== X-Gm-Message-State: ALoCoQmzXl6HZJ1ZvWKxPfI+24lGFNw7H7y5LARFovdsiWm8uXaVp7oqJjK9AvHosTQEVGwaqyCv X-Received: by 10.50.152.40 with SMTP id uv8mr29397351igb.40.1407127560097; Sun, 03 Aug 2014 21:46:00 -0700 (PDT) Received: from netflix-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id n1sm43297034igp.1.2014.08.03.21.45.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Aug 2014 21:45:59 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_0EB8D3F2-395A-4B95-A2D0-56C54EB64444"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r267937 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/... From: Warner Losh In-Reply-To: <9989584F-4933-4E20-B274-57CF7256272A@gmail.com> Date: Sun, 3 Aug 2014 22:45:57 -0600 Message-Id: <87DB8CBC-4F3B-4F81-A377-0B7DB67F9A84@bsdimp.com> References: <201406262145.s5QLjnJH034761@svn.freebsd.org> <2037442.AGE2eZkv8p@pippin.baldwin.cx> <9989584F-4933-4E20-B274-57CF7256272A@gmail.com> To: John Baldwin X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Rui Paulo X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 04 Aug 2014 04:46:01 -0000 --Apple-Mail=_0EB8D3F2-395A-4B95-A2D0-56C54EB64444 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Aug 3, 2014, at 9:47 AM, Warner Losh wrote: >=20 > On Jul 28, 2014, at 9:23 PM, John Baldwin wrote: >=20 >> On Thursday 26 June 2014 21:45:49 Rui Paulo wrote: >>> Author: rpaulo >>> Date: Thu Jun 26 21:45:49 2014 >>> New Revision: 267937 >>> URL: http://svnweb.freebsd.org/changeset/base/267937 >>>=20 >>> Log: >>> MFV illumos >>>=20 >>> 4477 DTrace should speak JSON >>>=20 >>> MFC after: 2 weeks >>=20 >> This makes kernel builds depend on userland sources. This breaks a = lot of my=20 >> work trees where I only checkout 'sys', and breaks a generally = long-standing=20 >> feature that the kernel was self-contained (recent bmake breakage to = require=20 >> the '-m /usr/src/share/mk' hack aside). Perhaps you could copy = strtolctype.h >> to sys/cddl/contrib/opensolaris/common/util? We already duplicate=20 >> sys/cddl/contrib/opensolaris/common/avl/avl.c in a like manner, = presumably for=20 >> the same reason. >=20 > Just FYI: my intention is to remove that hack requirement, at least = for host !=3D kernel > version cases.. I=92ve had some issues with the =93fix=94 that wound = up with a different > set of hacks once the initial MAKESYSPATH is fixed. Ah, the modules issue=85 I didn=92t understand the breakage until I = tried it myself... https://phabric.freebsd.org/D529 will fix it, if anybody wants to comment on it. Warner --Apple-Mail=_0EB8D3F2-395A-4B95-A2D0-56C54EB64444 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJT3xAFAAoJEGwc0Sh9sBEA2AoQAINE+MjA/+l+Z5v1XYswqhK3 QV4vrBuTe922ONNQLRGN4hI00hTc2cF2SjeAZLpXvNGHv3gELYsFzvR9sk3aoG2U wzk/Ezd0twK/Q+xJHpDiEosaWUZacYxVSrKBrm3Esb5axmzb1l3uXRCgHnYB1pLX stqywXPb5anh1RjNb8T9hvrugMtAbgIXjxDipM6rwslyXzmlHm8zwvH8KErgb+7O 97vgOf1cRg2wB1G8boXANgO2q5Zd0ygsm1AYsXwECgH2/iCk1nAEALF7GzbJv1Pt 7HuKKIkGTwwDM6D9/tcun5DKbcesJZlLFp+4/Oau4Wf+Bgsh3fsG5TsbmZpcqgp1 XGuouOuJ2Izjvt1D8WUoQnnkO/tKdC8FM05IdvdT4A+Sdr7xLIurN2x9fB2tVaSK s8IlKzsqWFjgSuKLtKgCg5Rgp3+cxbf5ZGFy7HPdXnrbDGBFbQqCYPyXvHDB0BSK 9hTUOq0OrHL7PgkCvIopPT4aVrSshdH8JMJxGNOPi1nclyW80hH3xqbEtBwZaDUn GR4+z7u98l8crj2F1DFenJ50Xx2RwBxkAo7BQdp3UifBi56qQ11o0aLq6t7wqugm H10thUHRQPq/PbfzcSRfhrKuQ9RxFZ8cUFhxIlbpNLcoo+GY7PaGOU/S2S2l3uTy D6adNCb/1YY8uGrHWiSi =9yPU -----END PGP SIGNATURE----- --Apple-Mail=_0EB8D3F2-395A-4B95-A2D0-56C54EB64444--