From owner-freebsd-stable@FreeBSD.ORG Thu Mar 27 04:06:49 2003 Return-Path: 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 D113937B401; Thu, 27 Mar 2003 04:06:49 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDE343FB1; Thu, 27 Mar 2003 04:06:48 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.8/8.12.8) with ESMTP id h2RC6XSZ076458; Thu, 27 Mar 2003 13:06:33 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.8/8.12.8/Submit) id h2RC6XhJ076457; Thu, 27 Mar 2003 13:06:33 +0100 (CET) Date: Thu, 27 Mar 2003 13:06:33 +0100 From: Stijn Hoop To: "Jacques A. Vidrine" , freebsd-stable@FreeBSD.org Message-ID: <20030327120633.GN93053@pcwin002.win.tue.nl> References: <20030327111440.GJ93053@pcwin002.win.tue.nl> <20030327115428.GF98283@madman.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LG0Ll82vYr46+VA1" Content-Disposition: inline In-Reply-To: <20030327115428.GF98283@madman.celabo.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! X-Spam-Status: No, hits=-31.5 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: make release without a lot of the base system X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 12:06:50 -0000 --LG0Ll82vYr46+VA1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 27, 2003 at 05:54:28AM -0600, Jacques A. Vidrine wrote: > On Thu, Mar 27, 2003 at 12:14:40PM +0100, Stijn Hoop wrote: > > First, should even kerberos be built with the NO* options above?=20 >=20 > No, it should not. Defining NOCRYPT or NO_OPENSSL will prevent the > kerberosIV directory from being entered during the build. It did, see below. I was mistakenly assuming that the build failed in the buildworld phase of make release. > [...] > > Second, I have tried adding MAKE_KERBEROS4=3Dno to make.conf but that d= oesn't > > appear to make a difference. What's the correct option in /etc/make.con= f to > > skip building kerberos 4 and 5? >=20 > Don't do that. The correct option is not to define MAKE_KERBEROS[45] > at all. The value does not matter ... if it is defined, it will be > read as `make it please'. That's what I found out the hard way :) > I would guess that your flags aren't getting propogated as you think. > *shrug* Yes that was my first guess as well but I've verified that those are the contents of my /etc/make.conf. make *is* being run inside the chroot, is it not? Or is it started from the outside? After some digging I do see this however, from src/release/Makefile: release.3: [snip] =2Eif exists(${.CURDIR}/../kerberosIV) && exists(${.CURDIR}/../crypto) && != defined (NOKERBEROS) cd ${.CURDIR}/..; \ ${CROSSMAKE} ${WORLD_FLAGS} -DNO_MAKEDB_RUN -DMAKE_KERBEROS4 \ SUBDIR_OVERRIDE=3D"kerberosIV ${K4PROGS}" \ buildworld distributeworld DISTDIR=3D${RD}/trees =2Eendif and that corresponds to the logs, after rechecking, so not having NOKERBEROS appears to be the source of my trouble. I'm now retrying with NOKERBEROS=3Dtrue in my release make.conf, will let you know when it's done. Thanks, --Stijn --=20 "Coca-Cola is solely responsible for ensuring that people - too stupid to k= now not to tip half-ton machines on themselves - are safe. Forget parenting - t= he blame is entirely on the corporation for designing machines that look so innocent and yet are so deadly." -- http://www.kuro5hin.org/?op=3Ddisplaystory;sid=3D2001/10/28/212418/42 --LG0Ll82vYr46+VA1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gulJY3r/tLQmfWcRApUcAJ9aZHQ4VdQhjb5zYA/PkW6srcVzQwCgikSe 7vHXglh3wJQolfoZZoh3Rn4= =Nf11 -----END PGP SIGNATURE----- --LG0Ll82vYr46+VA1--