From owner-freebsd-stable Mon May 1 13:57:27 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 8CDCD37C4FE for ; Mon, 1 May 2000 13:50:01 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.22 2000/04/06 17:58:51 dmccart Exp $) with ESMTP id NAA27983; Mon, 1 May 2000 13:49:45 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id NAA22757; Mon, 1 May 2000 13:49:43 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id QAA08737; Mon, 1 May 2000 16:49:43 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14605.60903.13182.552018@hip186.ch.intel.com> Date: Mon, 1 May 2000 13:49:43 -0700 (MST) To: Daniel Frazier Cc: freebsd-stable@freebsd.org Subject: Re: make buildworld fails... In-Reply-To: <390DE8B8.69054C3D@magpage.com> References: <390DDA17.BACED80C@magpage.com> <390DE0AA.A5B7166F@magpage.com> <390DE8B8.69054C3D@magpage.com> X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Monday, May 1, Daniel Frazier wrote: ] > > 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; > I think the previous poster's same explaination can be used to explain this one too. '3' == 0x33 (8b'00110011) 's' == 0x73 (8b'01110011) so there's just a single bit flipped somehow. How it happened, nobody knows. Have you had memory problems before? Flakey network connection? > 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? I'm not seeing the errors in my latest buildworld. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message