From owner-freebsd-stable@FreeBSD.ORG Fri Jun 14 07:39:56 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7E1D0332 for ; Fri, 14 Jun 2013 07:39:56 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE961914 for ; Fri, 14 Jun 2013 07:39:56 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1UnONf-000ArG-34 for stable@freebsd.org; Fri, 14 Jun 2013 10:25:07 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: stable@freebsd.org Subject: installworld dtrace problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Jun 2013 10:25:07 +0300 From: Daniel Braniss Message-ID: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 07:39:56 -0000 with the latest changes to dtrace, make installworld has problems, some directories are not created: /usr/share/dtrace /usr/share/dtrace/toolkit creating them is a workaround. danny