svn commit: r494316 - head/Mk/Scripts

Matthias Fechner idefix at fechner.net
Wed Mar 6 07:39:04 UTC 2019


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



More information about the svn-ports-all mailing list