Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 17:47:27 -0700
From:      Manfred Antar <null@pozo.com>
To:        walt <wa1ter@hotmail.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: Error in libc/locale/Makefile.inc and page fault in kernel mode.
Message-ID:  <5.1.1.6.2.20020819174526.00a83838@pozo.com>
In-Reply-To: <3D619C8B.5020404@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
>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

==================================
||      null@pozo.com           ||
||      Ph. (415) 681-6235      ||
==================================


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.1.6.2.20020819174526.00a83838>