From owner-freebsd-stable@freebsd.org Wed May 9 17:47:51 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C762FFC6749 for ; Wed, 9 May 2018 17:47:51 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38BB87E362 for ; Wed, 9 May 2018 17:47:51 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id w49HllLu040230 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 9 May 2018 19:47:47 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id w49HllN0040227 for ; Wed, 9 May 2018 19:47:47 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 9 May 2018 19:47:47 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD stable Subject: Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt In-Reply-To: <20180509173921.GB6887@kib.kiev.ua> Message-ID: References: <20180509135046.GZ6887@kib.kiev.ua> <20180509173921.GB6887@kib.kiev.ua> User-Agent: Alpine 2.21.999 (BSF 260 2018-02-26) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 17:47:51 -0000 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.