From nobody Wed Nov 24 12:50:09 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C9A141895AAC for ; Wed, 24 Nov 2021 12:50:17 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from transit01.runbox.com (transit01.runbox.com [91.220.196.211]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HzgpK3wsrz3Hn7 for ; Wed, 24 Nov 2021 12:50:17 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by transit01.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1mprj0-00Digg-2J; Wed, 24 Nov 2021 13:50:10 +0100 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1mpriz-0002pu-3b; Wed, 24 Nov 2021 13:50:09 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1mpriz-0002Yq-24; Wed, 24 Nov 2021 13:50:09 +0100 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Received: from [Authenticated alias (650894)] by runbox.com with http (RMM6); Wed, 24 Nov 2021 12:50:09 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "Bjoern A. Zeeb" CC: "freebsd-current" Subject: Re: make cleandir tries to access /... Date: Wed, 24 Nov 2021 04:50:09 -0800 (PST) X-RMM-Aliasid: 650894 X-Mailer: RMM6 In-Reply-To: Message-Id: X-Rspamd-Queue-Id: 4HzgpK3wsrz3Hn7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 24 Nov 2021 11:55:25 +0000 (UTC), "Bjoern A. Zeeb" wrote: > On Wed, 24 Nov 2021, Bjoern A. Zeeb wrote: >=20 > > Hi, > > > > 673 =3D=3D=3D> usr.bin/diff/tests (cleandir) > > 674 =3D=3D=3D> lib/geom (cleandir) > > 675 =3D=3D=3D> sbin/mount_udf (cleandir) > > 676 make[6] warning: /lib/geom: Permission denied. > > > > ^^^^ not sure what is going on here? > > > > 677 =3D=3D=3D> share/i18n/esdb/ISO-8859 (cleandir) > > 678 =3D=3D=3D> tests/sys/cddl/zfs/tests/cli_root/zfs_clone (cleandir) >=20 > On closer look it feels like MAKeOBJDIRPREFIX or something is missing > somewhere? >=20 > make[5] warning: /lib: Permission denied. > make[5] warning: /libexec: Permission denied. > make[5] warning: /bin: Permission denied. > make[5] warning: /rescue: Permission denied. > make[5] warning: /sbin: Permission denied. > make[5] warning: /sys: Permission denied. > make[5] warning: /etc: Permission denied. > make[6] warning: /lib/geom: Permission denied. > ... >=20 > --=20 > Bjoern A. Zeeb r15:7 on a recent 13.-0 STABLE buildworld I had to use cd /usr/obj gfind . -type f -exec chflags noschg {} \;=20=20 for the first time in 17 years ... if that helps ...........................................................................= .......... as an aside, from July to Nov 13.0-STABLE the newer wpa_supplicant failed with an ioctl* error, the july backup into the Nov new base/userland fixed that issue. ...........................................................................= ..... as another aside, etcupdate still has no capability in /var/* [here] to fixup /etc properly so I had to use mergemaster again as I am not well versed in its methods of operation. ...........................................................................= .. Just posting the latter two in here as non urgent?? footnotes, did not wish to put in an email to CURRENT a 13-STABLE issue... I consider them each regressions to BSD ease of upgrade if it affects=20 recently new users or anyone else.=20