Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 1997 16:04:51 -0700
From:      David Greenman <dg@root.com>
To:        "ellis@kcc.com" <ellis@kcc.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: stat_flags.c blowing make world (not finding SF_NOUNLINK) 
Message-ID:  <199707082304.QAA14537@implode.root.com>
In-Reply-To: Your message of "Tue, 08 Jul 1997 17:11:22 CDT." <01BC8BC1.F66A1E70.ellis@kcc.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>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
><sys/stat.h> ... 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707082304.QAA14537>