Date: Thu, 30 Oct 1997 13:37:42 +0800 From: Doug Lo <jwlo@ms11.hinet.net> To: "Jose M. Alcaide" <jose@we.lc.ehu.es> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I cannot rebuild kernel after updating sources to 2.2.5 Message-ID: <34581D26.8243034B@ms11.hinet.net> References: <34570707.E706738C@we.lc.ehu.es>
next in thread | previous in thread | raw e-mail | index | archive | help
You wrote: > Hello, > > I have just updated the FreeBSD sources from 2.2.2_RELEASE to 2.2.5_RELEASE. > I made the world, merged/copied carefully the /etc directory, etc. Then, > I tried to build the new 2.2.5 kernel, using the same custom configuration file > (which I send attached to this message), The config command run fine. Then, > I typed the "make depend" command, which crashed shortly with the > following messages: > > --- blah, blah... ---- > lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c > cc -O -m486 -pipe -I. -c aicasm_scan.c > ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': > ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) > ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once > ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) > *** Error code 1 > Stop. Jose,There is a problem when CVSup'ing /usr/src/sys from (at least)2.2.2_RELEASE to 2.2.5_RELEASE. The solution is: - delete the entire /usr/src/sys tree; - re-CVSup src-sys; - rebuild the kernel as usual. Best regards, Doug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34581D26.8243034B>