From owner-freebsd-questions@freebsd.org Wed Oct 16 15:33:56 2019 Return-Path: Delivered-To: freebsd-questions@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 A1E3D167FC7 for ; Wed, 16 Oct 2019 15:33:56 +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 46tbtV3JzSz3Q9C for ; Wed, 16 Oct 2019 15:33:54 +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 51C261424E for ; Thu, 17 Oct 2019 00:33:48 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id F3D2B41A4E; Thu, 17 Oct 2019 00:33:46 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.0-rc at eastasia.home.utahime.org Date: Thu, 17 Oct 2019 00:33:14 +0900 (JST) Message-Id: <20191017.003314.239622151680192793.yasu@utahime.org> To: freebsd-questions@freebsd.org Subject: Re: Installing head From: Yasuhiro KIMURA In-Reply-To: References: 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: 46tbtV3JzSz3Q9C X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; 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 [1.64 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.18)[-0.185,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-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utahime.org]; MV_CASE(0.50)[]; NEURAL_SPAM_LONG(0.28)[0.282,0]; MID_CONTAINS_FROM(1.00)[]; IP_SCORE(0.34)[ip: (0.22), ipnet: 183.180.0.0/16(0.11), asn: 2519(1.37), country: JP(-0.00)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2019 15:33:56 -0000 From: Andrea Venturoli Subject: Installing head Date: Wed, 16 Oct 2019 17:02:00 +0200 > Sorry for the stupid questions: I'm trying to install a HEAD system, > in order to perform some tests. > > I tried starting from a 12.0 and building world, but I got some > errors. > Should I move to 12-STABLE before I try HEAD? Maybe easiest way is to use snapshot. https://www.freebsd.org/snapshots/ At the moment latest snapshot of 13-CURRENT is r353427. So if you only want to use relatively recent 13-CURRENT, you only need to install system by using snapshot installer. If you want to use newer revison then you still need to checkout source tree and build and install world and kernel. But you are less likely to encounter problems than starting with 12.0-RELEASE --- Yasuhiro KIMURA