From owner-freebsd-current Sat May 23 17:45:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27410 for freebsd-current-outgoing; Sat, 23 May 1998 17:45:17 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27395 for ; Sat, 23 May 1998 17:45:13 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA11335; Sun, 24 May 1998 10:15:10 +0930 (CST) (envelope-from grog) Message-ID: <19980524101510.K11762@freebie.lemis.com> Date: Sun, 24 May 1998 10:15:10 +0930 From: Greg Lehey To: The Hermit Hacker , freebsd-current@FreeBSD.ORG Subject: Re: make buildworld fails on May22nd CVSup... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from The Hermit Hacker on Sat, May 23, 1998 at 04:43:48PM -0300 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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