From owner-freebsd-stable Mon May 1 13:34:10 2000 Delivered-To: freebsd-stable@freebsd.org Received: from magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id A79E737C3B4 for ; Mon, 1 May 2000 13:27:10 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (poomba.magpage.com [216.155.24.136]) by magpage.com (8.8.8/8.8.5) with ESMTP id UAA13571 for ; Mon, 1 May 2000 20:26:16 GMT Message-ID: <390DE8B8.69054C3D@magpage.com> Date: Mon, 01 May 2000 16:27:36 -0400 From: Daniel Frazier Organization: Magpage Internet Services X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld fails... References: <390DDA17.BACED80C@magpage.com> <390DE0AA.A5B7166F@magpage.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I think I found the problem. readline.h contains these lines: > > /* Bindable commands for moving the cursor. */ > extern int rl_forward __P((int, int)); > extern int rl_backward __P((int, int)); > extern int rl_beg_of_line __P((int, int)); > extern int rl_end_of_line __P((int, int)); > %xtern int rl_forward_word __P((int, int)); > extern int rl_backward_word __P((int, int)); > extern int rl_refresh_line __P((int, int)); > extern int rl_clear_screen __P((int, int)); > extern int rl_arrow_keys __P((int, int)); > > the line with the % is line 84, as referred to in the error. It looks > like the obvious fix is to edit that line. > Ok, I made that change and did make buildworld again. Got a different error this time... /usr/src/lib/libc/../libc/stdlib/strtoul.c: In function `strtoul': /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: `ba3e' undeclared (first use this function) /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: (Each undeclared identifier is reported only once /usr/src/lib/libc/../libc/stdlib/strtoul.c:81: for each function it appears in.) *** Error code 1 Stop. and so on. Here is line 81 from strtoul.c... cutlim = (unsigned long)ULONG_MAX % (unsigned long)ba3e; again, it looks like the obvios fix is a little editing. Did that and did make buildworld again, and got a new error: /usr/src/usr.bin/lex/skel.c:435: parse error before `l' *** Error code 1 Stop. Here is line 435 from skel.c: "%+ C++ definition"l looks like another quick job for vi. Am I the only one seeing these errors. Could these errors be the result of something corrupting my source tree? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 System Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message