Date: Wed, 6 Mar 2019 08:38:52 +0100 From: Matthias Fechner <idefix@fechner.net> To: Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r494316 - head/Mk/Scripts Message-ID: <bb4db8ea-aab2-5316-c783-fb588d495434@fechner.net> In-Reply-To: <201903012026.x21KQBYM038999@repo.freebsd.org> References: <201903012026.x21KQBYM038999@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 01.03.2019 um 21:26 schrieb Antoine Brodin: > Log: > Fix leftover detection when ccache is not used > > With hat: portmgr > > Modified: > head/Mk/Scripts/check_leftovers.sh > > Modified: head/Mk/Scripts/check_leftovers.sh > ============================================================================== > --- head/Mk/Scripts/check_leftovers.sh Fri Mar 1 20:11:47 2019 (r494315) > +++ head/Mk/Scripts/check_leftovers.sh Fri Mar 1 20:26:11 2019 (r494316) > @@ -54,7 +54,7 @@ tmpplist=$(make -C ${portdir} -VTMPPLIST) > while read -r modtype path extra; do > # Ignore everything from these files/directories > case "${path}" in > - ${CCACHE_DIR}/*|\ > + ${CCACHE_DIR:-/nonexistent}/*|\ > /compat/linux/proc/*|\ > /dev/*|\ > /etc/make.conf.bak|\ it could be, that this modification has broken the building for gitlab. Please see also here for more details: https://github.com/freebsd/poudriere/issues/666 I see around this date the problem that gitlab cannot be build anymore with `poudiere testport ...` or `poudiere bulk -t ...`. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb4db8ea-aab2-5316-c783-fb588d495434>