From owner-freebsd-current Mon Aug 19 17:47:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00E6D37B401 for ; Mon, 19 Aug 2002 17:47:32 -0700 (PDT) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C3543E3B for ; Mon, 19 Aug 2002 17:47:31 -0700 (PDT) (envelope-from null@pozo.com) Received: from quad.pozo.com (quad.pozo.com [216.101.162.53]) by pozo.com (8.12.5/8.12.5) with ESMTP id g7K0lRbt004963 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Mon, 19 Aug 2002 17:47:28 -0700 (PDT) (envelope-from null@pozo.com) Message-Id: <5.1.1.6.2.20020819174526.00a83838@pozo.com> X-Sender: null@pozo.com X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Mon, 19 Aug 2002 17:47:27 -0700 To: walt , freebsd-current@FreeBSD.ORG From: Manfred Antar Subject: Re: Error in libc/locale/Makefile.inc and page fault in kernel mode. In-Reply-To: <3D619C8B.5020404@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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