Patrick Okui
2006-Nov-16 02:05 UTC
kernel build on RELENG_6 (as of 15:00 GMT on 16.November.2006)
Fails with something along the lines of.. ...In function `ASR_failActiveCommands': /usr/src/sys/dev/asr/asr.c:840: error: `bcb' undeclared (first use in this function) /usr/src/sys/dev/asr/asr.c:840: error: (Each undeclared identifie .... changing bcb to ccb on that line fixes that... then later.. In file included from /usr/src/sys/kern/sched_4bsd.c:1390: /usr/src/sys/kern/kern_switch.c: In function `runq_choose': /usr/src/sys/kern/kern_switch.c:871: error: stray '\8' in program *** Error code 1 Replacing the ^H at the beginning of the file with a tab fixes that.. (funny enough, just deleting the charcter with 'x' in vi didn't work, I had to 'dd' the line and retype it out ... makes me wonder what editor was used to put that character there in the first place.) I'm guessing a committer has already caught this and fixed... but thought I'd post just in case someone hits the same bugs. -- patrick
Kris Kennaway
2006-Nov-16 02:22 UTC
kernel build on RELENG_6 (as of 15:00 GMT on 16.November.2006)
On Thu, Nov 16, 2006 at 05:06:16AM +0300, Patrick Okui wrote:> Fails with something along the lines of.. > > ...In function `ASR_failActiveCommands': > /usr/src/sys/dev/asr/asr.c:840: error: `bcb' undeclared (first use in this > function) > /usr/src/sys/dev/asr/asr.c:840: error: (Each undeclared identifie .... > > changing bcb to ccb on that line fixes that... then later.. > > In file included from /usr/src/sys/kern/sched_4bsd.c:1390: > /usr/src/sys/kern/kern_switch.c: In function `runq_choose': > /usr/src/sys/kern/kern_switch.c:871: error: stray '\8' in program > *** Error code 1 > > Replacing the ^H at the beginning of the file with a tab fixes that.. (funny > enough, just deleting the charcter with 'x' in vi didn't work, I had to 'dd' > the line and retype it out ... makes me wonder what editor was used to put > that character there in the first place.) > > I'm guessing a committer has already caught this and fixed... but thought I'd > post just in case someone hits the same bugs.You have bad RAM. Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20061116/ea61506b/attachment.pgp