Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-12 Thread Izumi Tsutsui
I wrote: > The attached blind patch seems to work around on NetBSD/i386 9.2. But still fails on NetBSD/amd64 9.2. The debug build says: --- % tmesh SUN4-75 assertion "extend >= TME_RECODE_SIZE_8 && extend < ic->tme_recode_ic_reg_size" failed: file "./host/x86/rc-x86-insns.c", line 341, function

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-11 Thread Izumi Tsutsui
> > but starting tmesh via gdb works?? > > i've had some crashes with pkgsrc/graphics/blender lately that > go away in gdb. (it's kinda annoying, the -g enabled blender > takes a really long time for gdb to load...) The attached blind patch seems to work around on NetBSD/i386 9.2. (even I'm not

re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-11 Thread matthew green
> but starting tmesh via gdb works?? i've had some crashes with pkgsrc/graphics/blender lately that go away in gdb. (it's kinda annoying, the -g enabled blender takes a really long time for gdb to load...) this is amd64 and 9.1-ish userland. .mrg.

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-11 Thread Izumi Tsutsui
> Anyone feel like looking into that? The homepage has nice instructions and > setup is very straight forward. I am mostly interested in sun2, sun3 and > sun4c currently. On NetBSD/i386 9.2 + pkgsrc-2021Q2, tmesh for SUN4 gets Abort: --- % /usr/pkg/bin/tmesh SUN4-75 Abort (core dumped) --- gdb

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Michael van Elst
rhia...@falu.nl (Rhialto) writes: >Indeed, there I misinterpreted the size of my 1G disk, and put sd0b >waaay out of bounds. I tried again, with partition b in cyl 1-63 and a >in 64-1023. I could not start b at 0; in that case the dd command >claimed it was read-only. The disklabel sector of a

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Rhialto
On Sat 10 Jul 2021 at 15:39:10 +0200, Rhialto wrote: > How far did you get? I tried sun3, and I got to booting the ramdisk > kernel from tape. But when I did the "dd bs=32k if=/dev/nrst0 > of=/dev/rsd0b" I got a core dump. Possibly I had not used edlabel > correctly due to it not getting a

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Chavdar Ivanov
I have security.pax.mprotect.enabled=0 in the sysctl.conf of this (VirtualBox guest) machine. On Sat, 10 Jul 2021 at 16:02, Chavdar Ivanov wrote: > > On Sat, 10 Jul 2021 at 15:14, Rhialto wrote: > > > > On Sat 10 Jul 2021 at 16:05:31 +0200, Rhialto wrote: > > > I also didn't succeed in powering

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Chavdar Ivanov
On Sat, 10 Jul 2021 at 15:14, Rhialto wrote: > > On Sat 10 Jul 2021 at 16:05:31 +0200, Rhialto wrote: > > I also didn't succeed in powering up the sun4c. When I gave the command > > "command board0 power up", nothing appeared to happen. The tmesh window > > remained gray, I did not get the tmesh>

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Rhialto
On Sat 10 Jul 2021 at 16:05:31 +0200, Rhialto wrote: > I also didn't succeed in powering up the sun4c. When I gave the command > "command board0 power up", nothing appeared to happen. The tmesh window > remained gray, I did not get the tmesh> prompt back. (That happens for > sun3). In fact, any

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Rhialto
On Sat 10 Jul 2021 at 15:53:44 +0200, Martin Husemann wrote: > But then (looking at the libs it actually uses) this is kinda unlikely, > besides issues caused by the different compiler. > > I'd expect the set exact dependcies install would be more of an issue. > I used pkgsrc-current from around

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Martin Husemann
On Sat, Jul 10, 2021 at 03:48:35PM +0200, Martin Husemann wrote: > On Sat, Jul 10, 2021 at 03:46:46PM +0200, Rhialto wrote: > > On Sat 10 Jul 2021 at 15:41:27 +0200, Martin Husemann wrote: > > > On Sat, Jul 10, 2021 at 03:39:10PM +0200, Rhialto wrote: > > > > How far did you get? I tried sun3, and

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Martin Husemann
On Sat, Jul 10, 2021 at 03:46:46PM +0200, Rhialto wrote: > On Sat 10 Jul 2021 at 15:41:27 +0200, Martin Husemann wrote: > > On Sat, Jul 10, 2021 at 03:39:10PM +0200, Rhialto wrote: > > > How far did you get? I tried sun3, and I got to booting the ramdisk > > Oh this is with NetBSD/amd64 9.2, not

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Rhialto
On Sat 10 Jul 2021 at 15:41:27 +0200, Martin Husemann wrote: > On Sat, Jul 10, 2021 at 03:39:10PM +0200, Rhialto wrote: > > How far did you get? I tried sun3, and I got to booting the ramdisk Oh this is with NetBSD/amd64 9.2, not -current. I don't know if that makes a difference. -Olaf. -- ___

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Martin Husemann
On Sat, Jul 10, 2021 at 03:39:10PM +0200, Rhialto wrote: > How far did you get? I tried sun3, and I got to booting the ramdisk > kernel from tape. But when I did the "dd bs=32k if=/dev/nrst0 > of=/dev/rsd0b" I got a core dump. Possibly I had not used edlabel > correctly due to it not getting a

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Rhialto
On Sat 10 Jul 2021 at 12:50:08 +0200, Martin Husemann wrote: > Anyone feel like looking into that? The homepage has nice instructions and > setup is very straight forward. I am mostly interested in sun2, sun3 and > sun4c currently. How far did you get? I tried sun3, and I got to booting the

Re: Anyone feel like fixing pkgsrc/emulators/tme ?

2021-07-10 Thread Chavdar Ivanov
On Sat, 10 Jul 2021 at 11:50, Martin Husemann wrote: > > The emulators/tme pkg is a nice, lightweight pkg allowing you to run > various sun machines on amd64 (and others). I recently needed it for testing > some openssl fallout in netbsd-9 (where qemu seems to only emulate machines > for which it