Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 1996 17:23:13 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        current@freebsd.org
Subject:   SUP, config, and opt_sysvipc.h
Message-ID:  <199602050023.RAA08862@phaeton.artisoft.com>

next in thread | raw e-mail | index | archive | help

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.



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