From owner-freebsd-current@FreeBSD.ORG Tue Jan 22 13:49:19 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36DA4C71; Tue, 22 Jan 2013 13:49:19 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C22E675C; Tue, 22 Jan 2013 13:49:18 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uo13so2224533obb.41 for ; Tue, 22 Jan 2013 05:49:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=oW62GpOS7HCS3rTiqiQ3dPA1RnIqqrgDtw/kc2fycgI=; b=JlhbcOGHXsmTLw2ob6/WRvcwlsNTuRA4s8B6Sxdu3Wnn2p9WAkvdn9qdsLZusPp50V wQEMDvzJHkTNT4q1X4heEJEbuqn7TDyTH889uOUkrts4t2z8lPWC6Dp2E5Azvkx/70VV BUdiIpvbv5bvaLa185g3blbpQBCdY1FLQPOQMOfAa7WPNk3dtwETItCsXc8DbhRzXkgb gYmvNYsnKOaLX8b/cZ3TnM2rbcm8CbW6rm79fnzXlWaANNJnl1FyA5P5SqaIOw12w5WZ BYpOqG+bJEC06TKUj7JVKhEQIuca4WtNLHyctVOR0RNdS4J2xrwlcZtoRhY3OTE8BaXc pSzg== MIME-Version: 1.0 X-Received: by 10.182.92.70 with SMTP id ck6mr16875458obb.46.1358862552712; Tue, 22 Jan 2013 05:49:12 -0800 (PST) Received: by 10.76.128.68 with HTTP; Tue, 22 Jan 2013 05:49:12 -0800 (PST) In-Reply-To: <18A556A4-5B93-49B3-88B3-BD955394EA2A@freebsd.org> References: <18A556A4-5B93-49B3-88B3-BD955394EA2A@freebsd.org> Date: Tue, 22 Jan 2013 08:49:12 -0500 Message-ID: Subject: Re: installworld fails From: Ryan Stone To: Jason Evans Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: AN , Brooks Davis , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 22 Jan 2013 13:49:19 -0000 On Tue, Jan 22, 2013 at 1:24 AM, Jason Evans wrote: > On Jan 21, 2013, at 10:13 PM, AN wrote: > > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r245766: Tue Jan 22 > 00:49:02 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > > > > Is anyone seeing this? > > > > install -l s usr/src/sys /sys > > install: /sys/sys: Directory not empty > > *** [distrib-dirs] Error code 71 > > Yes. I haven't tracked down the cause, but doing 'rm /sys' prior to > installworld is an effective workaround. > > Jason > > CC'ing Brooks, who I believe made this change. It looks as though install is using the semantics of ln -s /usr/src/sys /sys instead of ln -fs.