On 19/2/25 21:56, Stuart Henderson wrote:
net/toot if you can get python to build. (others are either too heavy
for mips64el, or tut is written in go which is not available on mips64el).
Well, half-way there⦠I did get Python to build:
zhouman# python3
Python 3.12.9 (main, Feb 22 2025, 12:47:38) [Clang 16.0.6 ] on openbsd7
Type "help", "copyright", "credits" or "license" for more information.
import sys, os
sys.platform
'openbsd7'
sys.version
'3.12.9 (main, Feb 22 2025, 12:47:38) [Clang 16.0.6 ]'
os.uname
<built-in function uname>
os.uname()
posix.uname_result(sysname='OpenBSD', nodename='zhouman.redhatters.home',
release='7.6', version='GENERIC#71', machine='loongson')
Took a while, but it got there.
--
Stuart Longland (aka Redhatter, VK4MSL)
I haven't lost my mind...
...it's backed up on a tape somewhere.