From owner-freebsd-current Sun Feb 4 16:25:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17239 for current-outgoing; Sun, 4 Feb 1996 16:25:02 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA17234 for ; Sun, 4 Feb 1996 16:25:01 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA08862 for current@freebsd.org; Sun, 4 Feb 1996 17:23:14 -0700 From: Terry Lambert Message-Id: <199602050023.RAA08862@phaeton.artisoft.com> Subject: SUP, config, and opt_sysvipc.h To: current@freebsd.org Date: Sun, 4 Feb 1996 17:23:13 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org Precedence: bulk OK, I have switched over to a different SUP server, like Jordan has been going on about. I updated my CVS, like several other people went on about (I find it curious that the old CVS aborted on a CVS update with an out of date but modified local file, and the new CVS reports conflicts correctly (which is what I expected the old CVS to do). I built the new "config". I did "config GENERIC". I did "make depend" in compile/GENERIC: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I../../sys -I../../../include -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 -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c ../../i386/i386/genassym.c:40: opt_sysvipc.h: No such file or directory *** Error code 1 I can't see from the source files where opt_sysvipc.h is supposed to be created. If it is created optionally as a result of changes to "config" without corresponding changes to "GENERIC", then "GENERIC" should be fixed. I think it's silly that you would not be able to build a kernel without SYSVIPC in this case: ../../i386/i386/genassym.c always (unconditionally) includes opt_sysvipc.h. What do I have to do to fix this? I thought the config was it... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.