Re: /etc/os-release isn't created

2019-11-24 Thread Yasuhiro KIMURA
From: "Herbert J. Skuhra" Subject: Re: /etc/os-release isn't created Date: Mon, 25 Nov 2019 02:11:35 +0100 > - mergemaster runs 'make distribution': > ${MM_MAKE} DESTDIR=${TEMPROOT} distribution >/dev/null;} || > - the link etc/os-release is created in /var/tmp/temproot when running > mergem

Re: /etc/os-release isn't created

2019-11-24 Thread Herbert J. Skuhra
On Mon, Nov 25, 2019 at 08:13:19AM +0900, Yasuhiro KIMURA wrote: > distribution: > .if !defined(DESTDIR) > @echo "set DESTDIR before running \"make ${.TARGET}\"" > @false > .endif > ${_+_}cd ${.CURDIR}/gss; ${MAKE} install > ${_+_}cd ${.CURDIR}/mtree; ${MAKE} install >

Re: /etc/os-release isn't created

2019-11-24 Thread Yasuhiro KIMURA
From: Yasuhiro KIMURA Subject: Re: /etc/os-release isn't created Date: Mon, 25 Nov 2019 08:13:19 +0900 (JST) > I recieved report by private mail that /etc/os-release is created only > when 'make distribution' is executed. And I found that's exactly what > is written in /usr/src/etc/Makefile. > >

Re: head -r355027 context, poudiere jail constructions with the likes of -a arm64.aarch64 -x : awk: can't open file /sys/param.h

2019-11-24 Thread Mark Millard
On 2019-Nov-24, at 15:11, Ben Woods wrote: > On Sun, 24 Nov 2019 at 1:27 pm, Mark Millard wrote: > My poudiere jail constructions with the likes of -a arm64.aarch64 -x are > all getting: > > awk: can't open file /sys/param.h > source line number 1 > > Hi Mark, > > I have been getting this

Re: /etc/os-release isn't created

2019-11-24 Thread Yasuhiro KIMURA
From: Conrad Meyer Subject: Re: /etc/os-release isn't created Date: Sun, 24 Nov 2019 12:51:03 -0800 > Did you run etcupdate or mergemaster as part of updating your host? Yes. I run 'mergemaster -Fi' after 'make installworld' I recieved report by private mail that /etc/os-release is created only

Re: head -r355027 context, poudiere jail constructions with the likes of -a arm64.aarch64 -x : awk: can't open file /sys/param.h

2019-11-24 Thread Ben Woods
On Sun, 24 Nov 2019 at 1:27 pm, Mark Millard wrote: > My poudiere jail constructions with the likes of -a arm64.aarch64 -x are > all getting: > > awk: can't open file /sys/param.h > source line number 1 Hi Mark, I have been getting this same error on amd64 for some time when I use the command

Re: /etc/os-release isn't created

2019-11-24 Thread Conrad Meyer
Hi, Did you run etcupdate or mergemaster as part of updating your host? Best, Conrad On Sat, Nov 23, 2019 at 1:15 PM Yasuhiro KIMURA wrote: > > Hello, > > Yesterday I updated my 13-CURRENT host from r354592 to r355028 and > /etc/os-release symbolic link wasn't created. > > yasu@rolling-vm-freeb