From owner-freebsd-stable Wed Jul 24 8: 4:35 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFDFF37B405 for ; Wed, 24 Jul 2002 08:04:29 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B22D743E31 for ; Wed, 24 Jul 2002 08:04:28 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g6OF4Rn99419 for ; Thu, 25 Jul 2002 00:04:27 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20020724235733V.matusita@jp.FreeBSD.org> References: <20020724093656.GA17939@sunbay.com> <20020724133721.GA57838@wwweasel.geeksrus.net> <20020724235733V.matusita@jp.FreeBSD.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 16 From: Makoto Matsushita To: stable@FreeBSD.org Subject: Re: Do we have snapshots/ISOs available anywhere? Date: Thu, 25 Jul 2002 00:04:25 +0900 Message-Id: <20020725000425X.matusita@jp.FreeBSD.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just FYI. matusita> However, the root of the problem is "while making kerberosIV matusita> distribution, src/release/Makefile doesn't use *new* src/share/mk matusita> files for make(1) templetes." In old scheme, second "make installworld" performs for updating build sandbox, so further "make release.N" uses new files. However, after recent cross-compile fixes were committed, the second installworld is not run. As a result, "make release.N" runs within old environment; /usr/share/mk is *not* updated to the latest source code. Same stories can be applied to all include files (/usr/include/**). -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message