From owner-svn-ports-all@freebsd.org Thu May 19 16:32:22 2016 Return-Path: Delivered-To: svn-ports-all@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 B4C41B42804; Thu, 19 May 2016 16:32:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B27C10A8; Thu, 19 May 2016 16:32:21 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 9f2a0352 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 19 May 2016 10:32:18 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r415468 - in head/ports-mgmt/poudriere-devel: . files From: Adam Weinberger In-Reply-To: Date: Thu, 19 May 2016 10:32:14 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201605182259.u4IMxpnJ063691@repo.freebsd.org> To: Bryan Drewery X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 16:32:22 -0000 > On 19 May, 2016, at 10:23, Adam Weinberger wrote: >=20 >> On 18 May, 2016, at 16:59, Bryan Drewery = wrote: >>=20 >> Author: bdrewery >> Date: Wed May 18 22:59:51 2016 >> New Revision: 415468 >> URL: https://svnweb.freebsd.org/changeset/ports/415468 >>=20 >> - Update to 3.0-1657-g0b204f0 >>=20 >> - Switch BUILD_AS_NON_ROOT as default to on. >=20 > Hi Bryan, >=20 > After this, I'm getting lots of ccache failures. Is it because the = caches were created as root originally? Do I need to chown them, and if = so to whom? >=20 > poudriere.conf: > CCACHE_DIR=3D/var/cache/ccache/common >=20 > [root@lockup ~] ll /var/cache/ccache/common > 2 drwxr-xr-x 19 root wheel 20B May 18 09:09 ./ >=20 > In every build: > ccache: error: Failed to create temporary file for = /root/.ccache/tmp/tmp.cpp_stderr: Permission denied > *** Error code 1 >=20 > Stop. Okay yeah, the answer was to chown -R nobody:nobody. It might be worth = throwing up a wiki entry, as I can't imagine I'll be the only person who = gets bitten by that. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org