svn commit: r494316 - head/Mk/Scripts

Antoine Brodin antoine at freebsd.org
Wed Mar 6 10:15:34 UTC 2019


On Wed, Mar 6, 2019 at 8:39 AM Matthias Fechner <idefix at fechner.net> wrote:
> 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 ...`.

In my opinion,  the git user you are using in gitlab should have
/home/git as home directory.

Antoine


More information about the svn-ports-all mailing list