On Thu Jan 24 05:30:18 EST 2013, [email protected] wrote:
> Hi,
>
> I noticed I have this same problem with man -P on the Raspberry Pi
> (though I remember that it worked initially). What exactly did you
> recompile? The Raspberry Pi kernel?
>
> Thanks,
> Phin
>
> On 1/23/13, erik quanstrom <[email protected]> wrote:
> > it appears that i shot myself in the foot with version skew with
> > the amd64-version of 5l.
> >
> > i can't really explain how that happened, but a recompile has
> > sorted things out.
i doubt this is the same thing. it was a problem that was
entirely on the amd64 machine. gs was aborting early in malloc.
this is what i did to fix it.
; echo $objtype
amd64
; rm /sys/src/cmd/cc/*.a?
; cd /sys/src/cmd;
; for(i in 5[cl])@{cd $i; mk install;mk clean}
; @{cd gs; objtype=arm mk install;mk clean}
i imagine that i simply left some junk around from before
the transition to 2mb pages.
i did have tr2post installed.
- erik