Date: Wed, 9 May 2018 21:19:12 +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.1805092117060.28348@mail.fig.ol.no> In-Reply-To: <alpine.BSF.2.21.999.1805092043590.28348@mail.fig.ol.no> 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> <alpine.BSF.2.21.999.1805092043590.28348@mail.fig.ol.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 May 2018 20:46+0200, Trond Endrestøl wrote: > But this one's persistent: > > --- realinstall_subdir_tests --- > --- subr_unit_test.install --- > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test install) > --- realinstall_subdir_usr.sbin --- > install -o root -g wheel -m 444 ancontrol.debug /mnt/usr/lib/debug/usr/sbin/ancontrol.debug > --- maninstall --- > install -o root -g wheel -m 444 ancontrol.8.gz /mnt/usr/share/man/man8/ > --- realinstall_subdir_usr.sbin/wlandebug --- > ===> usr.sbin/wlandebug (install) > --- realinstall_subdir_tests --- > --- _proginstall --- > install -s -o root -g wheel -m 555 subr_unit_test /mnt/usr/tests/sys/kern/subr_unit_test > install -o root -g wheel -m 444 subr_unit_test.debug /mnt/usr/lib/debug/usr/tests/sys/kern/subr_unit_test.debug > --- realinstall_subdir_usr.sbin --- > --- _proginstall --- > install -s -o root -g wheel -m 555 wlandebug /mnt/usr/sbin/wlandebug > --- realinstall_subdir_tests --- > --- Kyuafile --- > sh: cannot create Kyuafile.tmp: Read-only file system > sh: cannot create Kyuafile.tmp: Read-only file system > *** [Kyuafile] Error code 2 > > make[6]: stopped in /usr/src/tests/sys/kern > 1 error In case it helps, here's the result from a single-job run: ===> tests/sys/geom/class/uzip (install) install -o root -g wheel -m 555 1_test /mnt/usr/tests/sys/geom/class/uzip/1_test install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/etalon/etalon.txt /mnt/usr/tests/sys/geom/class/uzip/etalon/ install -o root -g wheel -m 444 Kyuafile /mnt/usr/tests/sys/geom/class/uzip/Kyuafile install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/conf.sh 1.img.uzip.uue /mnt/usr/tests/sys/geom/class/uzip/ ===> tests/sys/kern (install) /tmp/install.84PWkNVS/sh: cannot create Kyuafile.tmp: Read-only file system *** Error code 2 Stop. make[6]: stopped in /usr/src/tests/sys/kern -- Trond. From owner-freebsd-stable@freebsd.org Wed May 9 19:52:43 2018 Return-Path: <owner-freebsd-stable@freebsd.org> 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 7BE71FC9F99 for <freebsd-stable@mailman.ysv.freebsd.org>; Wed, 9 May 2018 19:52:43 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D947C147 for <freebsd-stable@freebsd.org>; Wed, 9 May 2018 19:52:40 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id w49JqJUt083045 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 May 2018 22:52:22 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w49JqJUt083045 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w49JqJOR083044; Wed, 9 May 2018 22:52:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 9 May 2018 22:52:19 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Trond Endrest?l <Trond.Endrestol@fagskolen.gjovik.no> Cc: FreeBSD stable <freebsd-stable@freebsd.org> Subject: Re: pdeathsig_helper and .debug/pdeathsig_helper.debug placed in /mnt when DESTDIR=/mnt Message-ID: <20180509195219.GD6887@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> <alpine.BSF.2.21.999.1805092043590.28348@mail.fig.ol.no> <alpine.BSF.2.21.999.1805092117060.28348@mail.fig.ol.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <alpine.BSF.2.21.999.1805092117060.28348@mail.fig.ol.no> User-Agent: Mutt/1.9.5 (2018-04-13) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/> List-Post: <mailto:freebsd-stable@freebsd.org> List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 09 May 2018 19:52:43 -0000 On Wed, May 09, 2018 at 09:19:12PM +0200, Trond Endrest?l wrote: > On Wed, 9 May 2018 20:46+0200, Trond Endrest?l wrote: > > > But this one's persistent: > > > > --- realinstall_subdir_tests --- > > --- subr_unit_test.install --- > > (cd /usr/src/tests/sys/kern && DEPENDFILE=.depend.subr_unit_test NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t PROG=subr_unit_test install) > > --- realinstall_subdir_usr.sbin --- > > install -o root -g wheel -m 444 ancontrol.debug /mnt/usr/lib/debug/usr/sbin/ancontrol.debug > > --- maninstall --- > > install -o root -g wheel -m 444 ancontrol.8.gz /mnt/usr/share/man/man8/ > > --- realinstall_subdir_usr.sbin/wlandebug --- > > ===> usr.sbin/wlandebug (install) > > --- realinstall_subdir_tests --- > > --- _proginstall --- > > install -s -o root -g wheel -m 555 subr_unit_test /mnt/usr/tests/sys/kern/subr_unit_test > > install -o root -g wheel -m 444 subr_unit_test.debug /mnt/usr/lib/debug/usr/tests/sys/kern/subr_unit_test.debug > > --- realinstall_subdir_usr.sbin --- > > --- _proginstall --- > > install -s -o root -g wheel -m 555 wlandebug /mnt/usr/sbin/wlandebug > > --- realinstall_subdir_tests --- > > --- Kyuafile --- > > sh: cannot create Kyuafile.tmp: Read-only file system > > sh: cannot create Kyuafile.tmp: Read-only file system > > *** [Kyuafile] Error code 2 > > > > make[6]: stopped in /usr/src/tests/sys/kern > > 1 error > > In case it helps, here's the result from a single-job run: > > ===> tests/sys/geom/class/uzip (install) > install -o root -g wheel -m 555 1_test /mnt/usr/tests/sys/geom/class/uzip/1_test > install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/etalon/etalon.txt /mnt/usr/tests/sys/geom/class/uzip/etalon/ > install -o root -g wheel -m 444 Kyuafile /mnt/usr/tests/sys/geom/class/uzip/Kyuafile > install -o root -g wheel -m 444 /usr/src/tests/sys/geom/class/uzip/conf.sh 1.img.uzip.uue /mnt/usr/tests/sys/geom/class/uzip/ > ===> tests/sys/kern (install) > /tmp/install.84PWkNVS/sh: cannot create Kyuafile.tmp: Read-only file system This error probably means that you did not correctly rebuild the world before attempting the installation. > *** Error code 2 > > Stop. > make[6]: stopped in /usr/src/tests/sys/kern > > -- > Trond. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.999.1805092117060.28348>