From owner-freebsd-arch@FreeBSD.ORG Wed Oct 22 19:16:12 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDBA211B for ; Wed, 22 Oct 2014 19:16:12 +0000 (UTC) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.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 C28D96AC for ; Wed, 22 Oct 2014 19:16:12 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id fa1so4297826pad.33 for ; Wed, 22 Oct 2014 12:16:12 -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 :content-transfer-encoding:subject:message-id:date:to:mime-version; bh=9VEtjS76KjVma6l5z83yXTIJnQgtLkX1oi+ChJ4EnJY=; b=JAjGOGplwmSd3ZIWSz+iasUMjRGqImXVjvyqG7Wb/hfluAlGvSV7ciuruYLbCdZGaw C5j1IC42KvYBlIoULhbl2E3YEfz7Vz36JyroeigWmF5/dWRPUKidkDLYaLjo4p61kg8B AvGJjApagR2R0x6k64LDtOB+TTss20kzSJl0VhnX2Ygkw7h65w6ZTAbVaEwxoaBV3i5l daQS955HHbICzKs34CNNwGzis9RUU7UGW1kugNJbt5SZRTg33N2keGSkICrYwDvcKwLg BN4omDuE9ax5V/MWBgISFiFyAlM/HRuFu+NZbXimmfiYxxqAz1AewkHoy8uOhMLPcdT2 MA2g== X-Gm-Message-State: ALoCoQnyXWefvGnHOFriw1mGt9RS/wRDiYJ6uCIz+FuSUNNpeSEXIxwQ2JwVBZe3RXjtOBtWLKiB X-Received: by 10.70.92.68 with SMTP id ck4mr190252pdb.28.1414005371918; Wed, 22 Oct 2014 12:16:11 -0700 (PDT) Received: from macintosh-c42c033c0b73.corp.netflix.com (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id vt1sm3081295pab.17.2014.10.22.12.16.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 Oct 2014 12:16:11 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Retiring WITH_INSTALL_AS_USER Message-Id: <96C0B2BE-0621-4162-BBB7-7D34AEAB5FD0@gmail.com> Date: Wed, 22 Oct 2014 13:16:09 -0600 To: FreeBSD Arch Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 19:16:13 -0000 Greetings, I=92d like to retire WITH_INSTALL_AS_USER. Brooks=92 NO_ROOT (which I=92m = also converting to WITHOUT_ROOT) is much better. WITH_INSTALL_AS_USER is = broken. First, it requites you also define NO_FSCHG. Second, any = Makefile that overrides the owner and also has to include src.opts.mk = early to check options fails. It has been broken for some time (even = before my conversion to src.opts.mk, since bsd.own.mk included earlier = before would cause this). This isn=92t hard to fix (just tedious), but = given the better solution we already have in the tree, it seems the best = thing to do is to just kill it since its day has passed. Comments? Warner=