Re: Error in libc/locale/Makefile.inc and page fault in kernel mode.

2002-08-19 Thread Manfred Antar

At 05:34 PM 8/19/2002 -0800, walt wrote:
>When I do a 'make obj' in /usr/src I get this fatal error:
>
>/usr/src/lib/libc/locale/Makefile.inc: line 14
>followed by a long error message.
>
>Note that this error did not appear until after I did a
>rm -rf /usr/obj and then a make obj.
>
>The reason I did the rm /usr/obj is that I was getting
>kernel panics after today's make world/kernel--the old
>familiar page fault while in kernel mode followed by
>the familiar buffer not empty (or not full, I can't
>recall now).  Seems like this is an old problem just
>revisited today.
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-current" in the body of the message

There is an extra space in line # 13 after:
 tolower.c toupper.c utf2.c wcrtomb.c wcsrtombs.c wcswidth.c \ 
   
Remove anything after \ and it will build

==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
==


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Error in libc/locale/Makefile.inc and page fault in kernel mode.

2002-08-19 Thread walt

When I do a 'make obj' in /usr/src I get this fatal error:

/usr/src/lib/libc/locale/Makefile.inc: line 14
followed by a long error message.

Note that this error did not appear until after I did a
rm -rf /usr/obj and then a make obj.

The reason I did the rm /usr/obj is that I was getting
kernel panics after today's make world/kernel--the old
familiar page fault while in kernel mode followed by
the familiar buffer not empty (or not full, I can't
recall now).  Seems like this is an old problem just
revisited today.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message