Re: Other interesting mips breakage...

Michael <[email protected]> Tue, 4 Feb 2014 01:46:16 -0500
Newsgroups gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel
Organization The NetBSD Foundation
Message-ID <20140204014616.76a9fb08@blackbush>
Hello,

On Sat, 1 Feb 2014 02:03:24 -0600 (CST)
"John D. Baker" <[email protected]> wrote:

> Can't build anything from pkgsrc as the C compiler dies with bus error
> compiling the first real source in "pkgtools/digest".  (It works well
> enough to complete the "./configure" script, though.)

Here it segfaults at jobs.c in build.sh tools

> PR/48564: 'tar' corrupts files extracted to NFS.  I originally saw this as
> a result of bizzare modifications suggested when running 'etcupdate' on
> my NFS-root installation.  Then LOONGSON kernel build breakage, etc.
> intervened.  Finally, I sat down and analyzed what the nature of the
> data corruption was.

Any writes to nfs get corrupted. Reads are fine on Loongson but not on
( for example ) sgimips n32.
It's been like that for a while, nobody seems to know why.

Also, on sgimips, data piped between processes get corrupted. Things
like tar xzf something.tar.gz will produce garbage, but gunzip
something.tar.gz; tar xf something.tar works.

have fun
Michael