Date: Tue, 27 Nov 2001 18:41:07 -0800 (PST) From: John Polstra <jdp@polstra.com> To: alpha@freebsd.org Cc: ticso@cicely8.cicely.de Subject: Re: Stable build breakage on the alpha Message-ID: <200111280241.fAS2f7K55939@vashon.polstra.com> In-Reply-To: <20011128025449.A12023@cicely8.cicely.de> References: <XFMail.011127164039.jhb@FreeBSD.org> <20011128021851.A11733@cicely8.cicely.de> <200111280131.fAS1VxQ54936@vashon.polstra.com> <20011128025449.A12023@cicely8.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <20011128025449.A12023@cicely8.cicely.de>,
Bernd Walter <ticso@cicely8.cicely.de> wrote:
> > Does your obj tree still exist? If so, what happens when you go
> > into src/gnu/lib/libgmp and type "make -n mpz"?
>
> Unfortunately not.
> The build partition was loaned from a mirror and is now back.
> I also rm'ed the source and only left src/sys.
I have another clue. Something time-related is seriously screwed up
on this machine:
alpha$ date
Thu Nov 9 15:20:50 PST 1933
alpha$ date +%s
-1140568746
The interesting thing is that it thinks it's in sync with its NTP
server (whose time is definitely correct):
alpha$ ntpq -nc peers
remote refid st t when poll reach delay offset jitter
==============================================================================
*206.213.73.1 204.147.80.25 2 u 169 512 377 0.703 93.014 55.120
Looking at the hex time values shows that on the Alpha, the sign bit
is being set gratuitously. I.e., the time should have the value
0x3c044d65, but on the Alpha it is 0xbc044d65.
Does anybody remember this as being a bug that was present in the
4.4-RC1 kernel? That's what I'm running during the build.
John
--
John Polstra
John D. Polstra & Co., Inc. Seattle, Washington USA
"Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111280241.fAS2f7K55939>
