From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 24 Jan 2013 10:16:22 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <2dfe306aee6e0d0d2214aa593a1cf7c9@hamnavoe.com> <81662869b1d6d70517f2ad52d0c8091c@coraid.com> <6eae4e7fc993b5cd77983155e0de0675@ladd.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9pi + apple keyboard Topicbox-Message-UUID: 0e7fc72e-ead8-11e9-9d60-3106f5b1d025 On Thu Jan 24 05:30:18 EST 2013, phineas.pett@gmail.com 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 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