Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 19:47:47 +0200 (CEST)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        FreeBSD stable <freebsd-stable@freebsd.org>
Subject:   Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt
Message-ID:  <alpine.BSF.2.21.999.1805091945540.28348@mail.fig.ol.no>
In-Reply-To: <20180509173921.GB6887@kib.kiev.ua>
References:  <alpine.BSF.2.21.999.1805091444360.28348@mail.fig.ol.no> <20180509135046.GZ6887@kib.kiev.ua> <alpine.BSF.2.21.999.1805091834170.28348@mail.fig.ol.no> <20180509173921.GB6887@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 May 2018 20:39+0300, Konstantin Belousov wrote:

> On Wed, May 09, 2018 at 06:44:09PM +0200, Trond Endrest?l wrote:
> > On Wed, 9 May 2018 16:50+0300, Konstantin Belousov wrote:
> > 
> > > On Wed, May 09, 2018 at 02:49:34PM +0200, Trond Endrest?l wrote:
> > > > I noticed two new entries in / after running make installworld today 
> > > > using amd64 stable/11 r333390:
> > > > 
> > > > # LANG=en_US.UTF-8 ls -lT /pdeathsig_helper /.debug/pdeathsig_helper.debug
> > > > -r--r--r--  1 root  wheel  7528 May  9 12:06:58 2018 /.debug/pdeathsig_helper.debug
> > > > -r-xr-xr-x  1 root  wheel  8576 May  9 12:06:58 2018 /pdeathsig_helper
> > > > 
> > > > I'm sure these belong in /usr/tests/sys/kern. This must have happened 
> > > > in r333162 or shortly after.
> > > > 
> > > > See PR 228018, of which I hijacked.
> > > 
> > > Can you try this ?
> > > 
> > > Index: tests/sys/kern/Makefile
> > > ===================================================================
> > > --- tests/sys/kern/Makefile	(revision 333400)
> > > +++ tests/sys/kern/Makefile	(working copy)
> > > @@ -4,6 +4,7 @@
> > >  .PATH:		${SRCTOP}/sys/kern
> > >  
> > >  TESTSDIR=	${TESTSBASE}/sys/kern
> > > +BINDIR=		${TESTDIR}
> There is a type, it should be TESTSDIR.
> 
> Index: tests/sys/kern/Makefile
> ===================================================================
> --- tests/sys/kern/Makefile	(revision 333400)
> +++ tests/sys/kern/Makefile	(working copy)
> @@ -4,6 +4,7 @@
>  .PATH:		${SRCTOP}/sys/kern
>  
>  TESTSDIR=	${TESTSBASE}/sys/kern
> +BINDIR=		${TESTSDIR}
>  
>  ATF_TESTS_C+=	kern_copyin
>  ATF_TESTS_C+=	kern_descrip_test

I should've guessed that when I looked at the siblings.
Anyway, the builder is nearly finished and the patch is in place.
We'll soon find out.

-- 
Trond.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.999.1805091945540.28348>