From owner-svn-src-all@FreeBSD.ORG Sun Aug 3 15:48:09 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 01F5C675 for ; Sun, 3 Aug 2014 15:48:09 +0000 (UTC) Received: from mail-oi0-f46.google.com (mail-oi0-f46.google.com [209.85.218.46]) (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 B8DF32D57 for ; Sun, 3 Aug 2014 15:48:08 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id i138so3972680oig.33 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=FW7GOXHmwNziXPjbvS/rK03JI2LfxzyqpR/jnmnbHf8LBuq4sF/sXbWCJsVlZbfDm2 1eCGozevrDBLTq6g4mREb0tbi7eQTx78ZdlJYaKGTFhap2alz1o6pPIzrsqZqwTi0Jn1 toZjj41pBS1nGe+k4xQUSY42WlRl/iEBhHYIbRTML94llgQvPnkrp8R5RptMbnFGq6Sh Vpa9AiT2KUm1glrsU5QGBmsaGKcSb3iogdDXo9ryI814eou+fc8Aurmse/lVE0V/1A5w YiXMLYo31VoaACX+ldg35SuZ5KviOWa+I1/G7uQIGXs06t0a87CIRPN0QON7F2BOr9cw 39YQ== X-Gm-Message-State: ALoCoQl8XR0E+Rf9cLLsSTi6sN+e8wVftAR6zENw4NbFbzs/u+rZbTP3CjNL7YdeE8aNjcqOrRqX 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-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: Sun, 03 Aug 2014 15:48:09 -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