From owner-freebsd-current@freebsd.org Wed Jan 22 06:57:28 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D9A422F552 for ; Wed, 22 Jan 2020 06:57:28 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 482bnL3V1Zz4g52 for ; Wed, 22 Jan 2020 06:57:26 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 38BFB3FCB8 for ; Wed, 22 Jan 2020 15:57:17 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1579676237; bh=iukjiDA7oXsqzQ1pDr67q4PBRbpnCbfInbpIirKBCik=; h=Date:To:Subject:From:In-Reply-To:References; b=xrw80hHAds6/76IB8Lk4muzJd4cmZvJn3ZnmwCP0U5yyfqR95r6SEC5jxgKiT6Thq Lu/t78YPxQZ4Z9vh2gCFX10dCfBx5iazrcxLHf1rY9U1BlKzumpod+eY+EkU9qwUng W4F0IFcxPc0Wd05roc1putOb7rntlws5KwHD4cuuXNgD+94nof+PqMAicxpKjcDCdr XqsnAwuUC+FJ/+WHAoYaG5BfVtdke5y1lGv4wN3+GrmKmEI+HHyo5qdGiRPUOTYZfV MiDvI5A0cJCa80c8yfCz6+SWG850gxxwnh/cBKp6/KBfbKJ06KHFWFov4ZafDUILUh LgBS0eb2DzoZg== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id C17211CD27; Wed, 22 Jan 2020 15:57:14 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.1 at eastasia.home.utahime.org Date: Wed, 22 Jan 2020 15:56:54 +0900 (JST) Message-Id: <20200122.155654.980180717476039692.yasu@utahime.org> To: freebsd-current@freebsd.org Subject: Re: /etc/os-release isn't created From: Yasuhiro KIMURA In-Reply-To: <20191125.102736.1372422754370589145.yasu@utahime.org> References: <20191125.081319.1547651065831056208.yasu@utahime.org> <20191125011135.GA69956@mail.bsd4all.net> <20191125.102736.1372422754370589145.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 482bnL3V1Zz4g52 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=xrw80hHA; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [0.46 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-0.91)[-0.910,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.01)[-0.011,0]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[utahime.org:+]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.38)[ip: (0.22), ipnet: 183.180.0.0/16(0.11), asn: 2519(1.53), country: JP(0.03)]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2020 06:57:28 -0000 From: Yasuhiro KIMURA Subject: Re: /etc/os-release isn't created Date: Mon, 25 Nov 2019 10:27:36 +0900 (JST) > 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 >> mergemaster but not moved to / > > Thank you for investigation. Then is is bug of mergemaster? I created patch adding logic that handles symbolik link to mergemaster and submitted it to following bug report. Bug 242212 usr.sbin/mergemaster/mergemaster.sh: There is no logic to handle symbolic https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242212 So please review and/or test it. Best Regards. --- Yasuhiro KIMURA