Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 13:49:43 -0700 (MST)
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        Daniel Frazier <dfrazier@magpage.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make buildworld fails...
Message-ID:  <14605.60903.13182.552018@hip186.ch.intel.com>
In-Reply-To: <390DE8B8.69054C3D@magpage.com>
References:  <390DDA17.BACED80C@magpage.com> <390DE0AA.A5B7166F@magpage.com> <390DE8B8.69054C3D@magpage.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[ 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




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