From nobody Wed Nov 24 16:51:16 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 09DCD18A78E2 for ; Wed, 24 Nov 2021 16:51:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hzn8P6NNnz4Yv4; Wed, 24 Nov 2021 16:51:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from [10.0.1.4] (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 57DB91A7; Wed, 24 Nov 2021 16:51:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Message-ID: Date: Wed, 24 Nov 2021 08:51:16 -0800 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 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: make cleandiry tries to access /lib/geom Content-Language: en-US To: "Bjoern A. Zeeb" , freebsd-current@freebsd.org References: Cc: Jessica Clarke From: John Baldwin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637772677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=icys0xhuY+6zkcaRuCWzAR1rgAuMAN2FIzCoLynTr3M=; b=uxj2ixTnWIsUoRLoAsL9Efa6i9IowWJPHFRIVZZBgeROE08WM1NbU1hfRdAqyR+2r1j5Wk cx5OJr7YiijUjWKbMn0qOE3Iz/jVe1IUp5CcRrc/j5uR/jDBd+gBpYvRGpXUQQREPUhpiS uqAKdye1YwOna740NfB12QloDh7NJDV0NdF4vC+a9h3CmnUiioRo8xEy5UuIXXOMxPtro/ r/Vt6+QR/SQZMcSUKKWxp38mAFIiLGybLPHqrnuPRB796RZ8ydjNPT2wz82mWCm6rspmJC NGZ0lAiG+fVrzfxH08dv21Hipb3lu8fp3Zuta84H0ekWt0vrdXxNlj9oAmVA8Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637772677; a=rsa-sha256; cv=none; b=UgIqchmMY4X/hZNdXnjlbzzJe3vAKLja3RB8zIFobnJWdckEgi566o6zGQ7X+cckO2GgaG 6bsxQS+fH+aN/WXfL73a6oq0GOzT6ALB6gHVtR3U6DEqnqkuQ3FqLbov+/bHSxPACi+dGh 5sfaz8V/DycQXCearx1xGqKubzm+854BU4t2g+hBn2nfIlqQVQgAsiOM42J9s4Qef2LbWL wm3sNm2iehARep6nVPuuAGWm1jw6VMcWo/iSskl5Ii38rglxZ3ToJJ9d30C3yG/m9VL27F KfcN8/tWqrwWe8fWji7tSlNd8nrbAxQFD3dcACxy1+6kMyIcYQx6kuBLCsVHJg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 11/24/21 3:30 AM, Bjoern A. Zeeb wrote: > Hi, > > 673 ===> usr.bin/diff/tests (cleandir) > 674 ===> lib/geom (cleandir) > 675 ===> sbin/mount_udf (cleandir) > 676 make[6] warning: /lib/geom: Permission denied. > > ^^^^ not sure what is going on here? > > 677 ===> share/i18n/esdb/ISO-8859 (cleandir) > 678 ===> tests/sys/cddl/zfs/tests/cli_root/zfs_clone (cleandir) I think Jess has a possible fix. This is some regression added in the build system several months ago. -- John Baldwin