pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48437: pkgsrc bootstrap is certain to fail in 2040.
The following reply was made to PR pkg/48437; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/48437: pkgsrc bootstrap is certain to fail in 2040.
Date: Wed, 11 Dec 2013 06:06:12 +0000
On Wed, Dec 11, 2013 at 06:00:01AM +0000, David Holland wrote:
> Can you duplicate this outside of the bootstrap script? As far as I
> can tell, all the bootstrap script does is cp -r.
>
> (that is, cp -r ../../devel/bmake/files work/bmake, or whatever
> equivalent paths)
>
> Be sure to use the same filesystem that you're bootstrapping onto,
> just in case that's part of the problem. (What filesystem is it? ffs?
> tmpfs?)
cp is 64-bit clean (its timestamp handling is very simple) so this
really must be happening in the kernel somewhere.
Given that it appears to be machine-dependent, it's probably in the
timecounters somewhere, as it's pretty hard to get machine-dependent
behavior in filesystem code. Unless it's an endianness bug; but if so
I'd expect it not to appear on alpha.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index