Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 1998 10:15:10 +0930
From:      Greg Lehey <grog@lemis.com>
To:        The Hermit Hacker <scrappy@hub.org>, freebsd-current@FreeBSD.ORG
Subject:   Re: make buildworld fails on May22nd CVSup...
Message-ID:  <19980524101510.K11762@freebie.lemis.com>
In-Reply-To: <Pine.BSF.3.96.980523164336.26778H-100000@thelab.hub.org>; from The Hermit Hacker on Sat, May 23, 1998 at 04:43:48PM -0300
References:  <Pine.BSF.3.96.980523140843.26778A-100000@thelab.hub.org> <Pine.BSF.3.96.980523164336.26778H-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 23 May 1998 at 16:43:48 -0300, The Hermit Hacker wrote:
> On Sat, 23 May 1998, The Hermit Hacker wrote:
>
>> This might have been fixed since, and I didn't notice it in the commit
>> logs, but I'm getting the following on a buildworld...I've yet to figure
>> out BSD makefiles, else I'd try and figure it out myself :(
>>
>> creating osreldate.h from newvers.sh
>> . /usr/src/include/../sys/conf/newvers.sh;                       echo
>> "$COPYRIGHT" > osreldate.h;                        echo \#'undef
>> __FreeBSD_version' >> osreldate.h;        echo \#'define
>> __FreeBSD_version' $RELDATE >> osreldate.h
>> awk: cmd. line:2: fatal: cannot open file `/bin/../sys/param.h' for
>> reading (No such file or directory)
>> *** Error code 2
>>
>> Stop.
>> *** Error code 1
>>
>> Stop.
>> *** Error code 1
>
>
> Just checked with todays CVSup, and it still fails...

Are you using CAM?  There's a conflict in src/include/Makefile (you'll
get an M flag when updating).  You'll have to fix it manually, or
check out the latest version and apply this fix:

--- Makefile    1998/05/21 19:21:43     1.77
+++ Makefile    1998/05/23 01:49:50
@@ -41,11 +41,11 @@
 LFILES=        errno.h fcntl.h poll.h syslog.h termios.h
 
 LDIRS= msdosfs net netns netatalk netinet netipx netkey nfs \
-               pccard posix4 sys vm \
+               pccard posix4 sys vm cam \
                # netccitt netiso
 
 LNOHEADERDIRS= isofs ufs
-LSUBDIRS=      isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs
+LSUBDIRS=      isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi
 
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is

Greg
--
See complete headers for address and phone numbers
finger grog@lemis.com for PGP public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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