Date: Wed, 15 Oct 2003 21:26:53 -0700 From: Jason Dictos <jason.dictos@tapeware.com> To: "'freebsd-stable@freebsd.org'" <freebsd-stable@freebsd.org> Subject: Help with build world Message-ID: <E50A109EE98AA049BAA09D725DB0714F01118A1D@yt-internet.tapeware.com>
next in thread | raw e-mail | index | archive | help
Hi All, I recently did a cvsup using the basic stable script and make buildworld gave me an error on /usr/src/usr.sbin/config/mkmakefile.c in regards to PSEUDO_FILE not being defined. SO i went in there and simply made some bogus defenition for it in config.h. The compile then went on until it ran into another snag with openssl (the make file script was trying to delete a file in a directory that wasn't there). So I hacked that too by simply making the file in the directory and the compile moved along. So when it finished, I went to compile the kernel, and I ran into a problem makign the GENERIC and it said syntax error and low and behind the syntax error was at a line with psuedo-device in it. So then I did a make clean, removed my changed from config.h, did a make buildworld and the compile errors haven't happened again strangely enough. Any ideas? Thanks, -Jason ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E50A109EE98AA049BAA09D725DB0714F01118A1D>