From owner-freebsd-questions Tue Jul 8 16:03:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA14628 for questions-outgoing; Tue, 8 Jul 1997 16:03:33 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA14617 for ; Tue, 8 Jul 1997 16:03:30 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA14537; Tue, 8 Jul 1997 16:04:51 -0700 (PDT) Message-Id: <199707082304.QAA14537@implode.root.com> To: "ellis@kcc.com" cc: "'freebsd-questions@freebsd.org'" Subject: Re: stat_flags.c blowing make world (not finding SF_NOUNLINK) In-reply-to: Your message of "Tue, 08 Jul 1997 17:11:22 CDT." <01BC8BC1.F66A1E70.ellis@kcc.com> From: David Greenman Reply-To: dg@root.com Date: Tue, 08 Jul 1997 16:04:51 -0700 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >No huge rush, I have a stable system, so I'm not going to cry if I can't 'make >world' this weekend. But I've run into some problems that have me stumped. > >Currently running FreeBSD 2.2.2-RELEASE. Did a CVSup to get cvs-source for >the 2_2_RELENG distribution (my impression was that 2_2_RELENG should retrieve >the latest stable release of the 2.2.x family -- is this correct???). CVSup >went fine. Ran a 'make world' and it blew on /usr/src/bin/ls/stat_flags.c >because it SF_NOUNLINK and UF_NOUNLINK aren't in my copy of > ... I've included the compile errors below, but they are pretty >self-evident. Type "make includes" before doing the "make world". There is a dependency problem and the include files are updated too late. This wouldn't have happened if the default mode for include files hadn't been changed from "symlinks" to "copies", so if you want to avoid this in the future, add SHARED=symlinks to your /etc/make.conf file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project