From owner-freebsd-current@FreeBSD.ORG Sun Oct 26 13:34:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B3416A4B3; Sun, 26 Oct 2003 13:34:47 -0800 (PST) Received: from womble.xtaz.co.uk (82-32-25-111.cable.ubr04.azte.blueyonder.co.uk [82.32.25.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7548B43FAF; Sun, 26 Oct 2003 13:34:44 -0800 (PST) (envelope-from matt@xtaz.co.uk) Received: from xtaz.co.uk (fraggle.xtaz.co.uk [10.0.0.2]) by womble.xtaz.co.uk (Postfix) with ESMTP id A94AD8FC7E; Sun, 26 Oct 2003 21:34:43 +0000 (GMT) Message-ID: <3F9C3DF2.6090308@xtaz.co.uk> Date: Sun, 26 Oct 2003 21:34:42 +0000 From: Matt Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org, emax@freebsd.org References: <3F9C3C00.4040202@xtaz.co.uk> In-Reply-To: <3F9C3C00.4040202@xtaz.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: /etc/bluetooth and/usr/share/examples/netgraph/bluetooth(breaks installworld) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 21:34:47 -0000 Matt Smith wrote: > Maksim, > > I have just done a buildworld and installworld after the latest > bluetooth commits and installworld borks on: > > install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpk.c > /usr/share/examples/meteor/yuvpk.c > install -o root -g wheel -m 444 /usr/src/share/examples/meteor/yuvpl.c > /usr/share/examples/meteor/yuvpl.c > install -o root -g wheel -m 444 > /usr/src/share/examples/netgraph/bluetooth/rc.bluetooth > /usr/share/examples/netgraph/bluetooth/rc.bluetooth > install: /usr/share/examples/netgraph/bluetooth/rc.bluetooth: No such > file or directory > *** Error code 71 > > Stop in /usr/src/share/examples. > > I have all four files you commited in the last few hours so it looks > b0rk3d :) > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Doh! I forgot to say it's obviously only because the /usr/share/examples/bluetooth directory does not exist and needs making. The installworld works fine if you make this manually, but it should be part of the installworld process. Matt.