From owner-freebsd-stable Sun Feb 23 12:42:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA01442 for stable-outgoing; Sun, 23 Feb 1997 12:42:43 -0800 (PST) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA01430 for ; Sun, 23 Feb 1997 12:42:39 -0800 (PST) Received: (from krentel@localhost) by cs.rice.edu (8.8.5/8.7.1) id OAA15039 for freebsd-stable@freebsd.org; Sun, 23 Feb 1997 14:42:31 -0600 (CST) Date: Sun, 23 Feb 1997 14:42:31 -0600 (CST) From: "Mark W. Krentel" Message-Id: <199702232042.OAA15039@cs.rice.edu> To: freebsd-stable@freebsd.org Subject: Re: Random dives out of make world Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I once had a "make world" crash because my own PRINTER environ variable was being passed on to root's environ in su. Fortunately, it was relatively easy to spot the problem because the name of my printer was showing up in the make commands and it clearly didn't belong there. That's when I learned about "su -l". The point is that there are many things that can affect a kernel or world build that aren't in the sources. Root's shell, path, aliases, environment, /etc/make.conf can all have an effect, not to mention hardware and bios settings. Mark Krentel Rice University