From owner-svn-src-head@FreeBSD.ORG Sun Aug 3 15:48:03 2014 Return-Path: Delivered-To: svn-src-head@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 A01FF65B for ; Sun, 3 Aug 2014 15:48:03 +0000 (UTC) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) (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 62C862D55 for ; Sun, 3 Aug 2014 15:48:03 +0000 (UTC) Received: by mail-oi0-f45.google.com with SMTP id e131so3938012oig.4 for ; Sun, 03 Aug 2014 08:48:02 -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:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=i5mjHu3TcsX4XalRaDLIEqk73ORu+fW7rG1WbzmzWAs=; b=h7fEx4kkA4+EdB+4H8Tzlj0j2Scd6mZ5LsnZ/y8bwodgqK3aDUz6oPnJO4Sx8L2bcx aw2Xgh2YRDX+9sVPI/42JAvX7kYR4M/r2k+GVMJVQhCMKkFahx82Tc7Hekf3DHxm4Iox dDus713GlY7mvSWuvdJw1WBFazKehl0JnKP8mMa1ilSVcesDsL2VHPsEP8c0Dn/YvzAe lJAfBP8yP8KjnD4QX/Hkl6gG/bTKC39hfZtMZANUUd5NQ5gnw7m8NCaEj2dgt14oyIT4 JzwRgOA2/cBmosA5KuGrA21+kgRkmJNDZjWc1vvJI0SGsMjtGdwlxszMYc7+XqMlX4u5 /8Jg== X-Gm-Message-State: ALoCoQkXFJAAXO4DM4oVPjFmjW5bBbWNZ4fykVXLCv2EqJt0gP/S327Q0QRqCIorMKmFf+zHd0wq X-Received: by 10.60.179.114 with SMTP id df18mr3906248oec.76.1407080882143; Sun, 03 Aug 2014 08:48:02 -0700 (PDT) Received: from [192.168.4.128] ([107.19.113.74]) by mx.google.com with ESMTPSA id wi4sm33011567obc.14.2014.08.03.08.47.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Aug 2014 08:48:01 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 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/... In-Reply-To: <2037442.AGE2eZkv8p@pippin.baldwin.cx> Date: Sun, 3 Aug 2014 09:47:58 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <9989584F-4933-4E20-B274-57CF7256272A@gmail.com> References: <201406262145.s5QLjnJH034761@svn.freebsd.org> <2037442.AGE2eZkv8p@pippin.baldwin.cx> 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 15:48:03 -0000 On Jul 28, 2014, at 9:23 PM, John Baldwin wrote: > 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. 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. Warner