From owner-freebsd-stable@freebsd.org Mon May 14 11:14:19 2018 Return-Path: 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 35E56FE82C8 for ; Mon, 14 May 2018 11:14:19 +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 A336D7D8E0 for ; Mon, 14 May 2018 11:14:18 +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 w4EBE7wv075916 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 May 2018 14:14:11 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w4EBE7wv075916 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w4EBE5P9075915; Mon, 14 May 2018 14:14:05 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 14 May 2018 14:14:05 +0300 From: Konstantin Belousov To: Mike Karels Cc: freebsd-stable@freebsd.org Subject: Re: 11.1-RELEASE-p10 cannot compile freebsd stable/11 kernel? Message-ID: <20180514111405.GF6887@kib.kiev.ua> References: <20180513184923.GZ6887@kib.kiev.ua> <201805140106.w4E16lL6002836@mail.karels.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805140106.w4E16lL6002836@mail.karels.net> 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.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 11:14:19 -0000 On Sun, May 13, 2018 at 08:06:47PM -0500, Mike Karels wrote: > [details omittied] > > > I know that clang has been updated a lot; has the kernel source gotten > > > ahead of clang on stable/11? > > On stable/11 they are in sync. The official method of upgrade is > > make buildworld buildkernel > > from older version takes care of the compiler version transparently. > > If you use config/make, ensure that the installed world is at the > > compatible level for the kernel sources. > > So the freebsd-update version is not in sync with the -stable branch? > That was not at all obvious to me. I upgrade from source on my -current > test system, but normally use freebsd-update on my production systems > (until it failed to update the kernel). freebsd-update never follows stable. re@ only provides updates for releases, and for beta/RCs. 11.2-BETA1 was released three days ago, from which moment you can update to it using freebsd-update.