From owner-freebsd-questions Wed Feb 28 08:46:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21002 for questions-outgoing; Wed, 28 Feb 1996 08:46:21 -0800 (PST) Received: from FSL.ORST.EDU (root@FSL.ORST.EDU [128.193.112.105]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA20982 for ; Wed, 28 Feb 1996 08:46:15 -0800 (PST) Received: from picea.FSL.ORST.EDU (hernanw@picea.FSL.ORST.EDU [128.193.112.3]) by FSL.ORST.EDU (8.6.9/8.6.9) with ESMTP id IAA15537; Wed, 28 Feb 1996 08:22:37 -0800 Received: (from hernanw@localhost) by picea.FSL.ORST.EDU (8.6.9/8.6.9) id IAA23191; Wed, 28 Feb 1996 08:22:28 -0800 Date: Wed, 28 Feb 1996 08:22:26 -0800 (PST) From: Wayne Hernandez To: Terry Lambert cc: Adam Mitchell , questions@freebsd.org Subject: Re: make from /usr/src/sys/compile/GENERIC fails In-Reply-To: <199602272111.OAA05875@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Tue, 27 Feb 1996, Terry Lambert wrote: > > I'm trying to compile the current kernel and I get this: > > > > visual: {12} make > > cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline > > -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC > > -DI686_CPU -DI586_CPU -DI486_CPU -DI386_CPU -DATAPI -DUCONSOLE > > -DBOUNCE_BUFFERS -DSCSI_DELAY="15" -DCOMPAT_43 -DPROCFS -DCD9660 > > -DMSDOSFS -DNFS -DFFS -DINET -DMATH_EMULATE -DKERNEL -DTIMEZONE=0 > > -DDST=0 -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c > > ../../i386/i386/genassym.c:40: opt_sysvipc.h: No such file or directory > > *** Error code 1 > > > > Stop. > > > > I'm getting the same error as above, but before that, config gives me a little error (something about %SFILE I think). genassym.c exists, but I don't see the opt_sysvipc.h in the include directories myself. I'm trying to upgrade a 2.1.0-Release system for using my CD-R (SureStore 4020i). Wayne