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
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
>
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.
>
>
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
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
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
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