Date: Wed, 24 Jun 1998 12:10:37 -0700 (PDT) From: Wes Santee <wes@bogon.net> To: freebsd-stable@FreeBSD.ORG Subject: lkm/if_ppp breaking stable build for me Message-ID: <199806241910.MAA24470@kryten.bogon.net>
next in thread | raw e-mail | index | archive | help
Hi all. My buildworld broke while building STABLE after cvsuping today. /usr/src/lkm/if_ppp compiles using files in /usr/src/sys/net. A couple of those files (if_ppp.c ppp_tty.c) include opt_ppp.h which appears to be created by config as it lives in /usr/src/sys/compile/<CONFIG> on my box. This is causing buildworld to break since it can't include opt_ppp.h for these files. Is this just something funky about my setup? opt_ppp.h is empty in my kernel compile directory (no ppp interface on this box), so it seems an easy solution is just to touch opt_ppp.h in /usr/src/sys/net. But that is more a kludge then a solution, especially if I want to installworld on annother machine with a different setup. Any ideas for what the "correct" solution is? Cheers, -- Wes Santee "Sometimes I say GIMME A BALLOON!!" mailto:wes@bogon.net -- George Carlin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806241910.MAA24470>