From owner-freebsd-current@freebsd.org Mon Nov 9 18:05:12 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 222D6A2AE2D for ; Mon, 9 Nov 2015 18:05:12 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9A061A96; Mon, 9 Nov 2015 18:05:11 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by oiad129 with SMTP id d129so103721454oia.0; Mon, 09 Nov 2015 10:05:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=WOPxRu6HzAimUWWZ0MKoy5Q28PNdNmXhVH1yWm2po4c=; b=Jx0syZ1YqSYbIllAwXYP6uTxQr06jgTNsLvKS1xunM4N83Jp/gIQweJ/DTtoFCxNN0 fQFxw4HMavx7LvMdVJe35G76WAfgnUjPGxb0V6Njnu06c0tmHGXCwn2CE0yvRG5/G0rH pKl8YPWwjtgnm26Wbc1mynkP+wnSuUFMscmJsts7Acvo/tsJaOqjdOI6iXL/oUThxkTi Uzkglqr3Se9d7s9c0uVaV6UFPWS8GUJDHreI7d/Qlld/ybvvuh1lqZykl1LyAgpzlBoz rtSMEzuY3z31fKTikrd504/S4z651Z3p+mdq0GlsE++mcdPmHVijStKVVYuHGCFHsaqI exLA== X-Received: by 10.202.219.138 with SMTP id s132mr16699949oig.27.1447092311210; Mon, 09 Nov 2015 10:05:11 -0800 (PST) Received: from [192.168.20.11] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id k2sm4552598oif.15.2015.11.09.10.05.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Nov 2015 10:05:10 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: buildworld broken From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <1447091772.91534.483.camel@freebsd.org> Date: Mon, 9 Nov 2015 10:05:09 -0800 Cc: Chris H , freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20151101164707.GA5847@troutmask.apl.washington.edu> <20151108182817.GA49944@troutmask.apl.washington.edu> <1447091772.91534.483.camel@freebsd.org> To: Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 09 Nov 2015 18:05:12 -0000 > On Nov 9, 2015, at 09:56, Ian Lepore wrote: ... >> I must perform a >> chflags -R noschg >> on /usr/obj prior to blowing it away. Is it different for you, >> or did you just omit that step? >=20 > In 19 years of using freebsd, I have never once needed to chflags on an > obj directory. Nothing in the build process sets any non-standard > flags in the obj dirs, and a simple rm -rf will remove everything just > fine (you would need to sudo the rm -rf if you built as root). I used to have to do that in earlier/custom versions of 10.x. Vanilla FreeBSD shouldn't be setting schg on files in MAKEOBJDIRPREFIX thoug= h, ever. Thanks, -NGie=