[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Log for attempted build of encfs_1.8.1-2 on m68k (dist=unstable)



Hallo,
* Thorsten Glaser [Wed, Jul 22 2015, 10:44:34AM]:
> Eduard Bloch dixit:
> 
> >Could you guys provide people with a PC-VM of some kind? I see those
> >references, https://wiki.debian.org/BasiliskII but no prebuilt image
> 
> Basilisk Ⅱ is for MacOS (classic) without MMU.
> 
> For Linux you’d want ARAnyM (Atari emulator), which has lots of Debian
> Wiki pages, including pre-built images.

That's what an internet search gets you looking for "m68k emulator".
Anyhow, I tried aranym with your image and instructions from
https://wiki.debian.org/Aranym/Quick#preview and had mixed feelings. See
below.

> Enjoy,
> //mirabilos
> PS: Boost still FTBFS: http://buildd.debian-ports.org/status/fetch.php?pkg=boost1.54&arch=m68k&ver=1.54.0%2Bdfsg-7&stamp=1437521697

>     (but I don’t speak C++ and can’t help with it) after I enabled it
>     to test, as Andreas said it worked for him.

That's not a C++ issue, it fails on basic bootstrapping. Your trouble
starts in function.c:233:

static void check_alignment( STACK * s )
{
    assert( (size_t)s->data % sizeof( LIST * ) == 0 );
}

Don't have time to gdb this right now (maybe later tonight) but
apparently something isn't right with that .data value.

Regards,
Eduard.

PS, Aranym feedback:

Doesn't work: apt complains about missing https transport in
/usr/lib/apt/methods and it's right, there is no https.
Tried:
# sed s,https,http, -i /etc/apt/sources.list
didn't help. Then I symlinked http to https as workaround in the
mentioned directory, now it does continue for a while, skips the
naturalnet sources with Err. But anyhow, afterwards I was able to
upgrade apt package etc. but it still didn't contain a new version of
https transport.

The console is also kinda buggy, I cannot scroll with
Shift-PageUp/Down. I often lost focus while returning to the emulator.
Sometimes it recovevered after a while but quite often I had to kill the
whole emulator, otherwise I got only crap like this but now responding
shell:
keycode: 308 (0x134), scancode 0 (0x0), keysym 'left alt' is not mapped
keycode: 308 (0x134), scancode 0 (0x0), keysym 'left alt' is not mapped
keycode: 308 (0x134), scancode 0 (0x0), keysym 'left alt' is not mapped
[ 2512.410000] atakbd: unhandled scancode 72
[ 2512.530000] atakbd: unhandled scancode 72
[ 2512.590000] atakbd: unhandled scancode 72
[ 2512.710000] atakbd: unhandled scancode 72

So, after all, installing openssh-server and ssh console was the only
sane solution.


Reply to: