Raion's Development Log
#11
RE: Raion's Development Log
Updated the folder structure of the listing: http://irix.cc/raion

So you know what you're getting. More stuff to come!

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-02-2020, 05:05 AM
#12
RE: Raion's Development Log
thttpd added. This is a small, C-based webserver.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-02-2020, 09:35 AM
#13
RE: Raion's Development Log
dropbear-2013.62 added.

Yes, this a 7 year old build. I'm working on a later one. I picked a random version, and it worked. It's much faster than OpenSSH 6.2, works 100% on even the older SGIs, etc.

You can start it using:

dropbear -r /usr/etc/dropbear/rsa.key -p 22

Or build it yourself using your own prefix. You obviously need to keygen a key, make those directories etc.

It builds with MIPSPro and has no required prereqs, having its own crypt/math libs it'll install alongside.

Once I've finalized a later version, and hear back from the Dropbear guys, we'll work on making this a viable alternative. This is also a target package to put back into nekoware.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-02-2020, 10:39 AM
#14
RE: Raion's Development Log
tcl 8.6.10 has been compiled. Test suite: https://pastebin.com/Su9CrbXC

I'm putting this up because it's a dependency for another sw I'm testing, and it's a bit tricky to compile for some. No patches required, just had to disable sqlite/tcldbc pkgs.

I'll also do the tk stuff eventually, but I'm moving on to other scripting languages that have a good chance of working.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-02-2020, 02:06 PM
#15
RE: Raion's Development Log
lua 5.3 compiles fine on IRIX; i'm not even gonna bother sharing the source because it's dead simple to compile. Sidenote, it requires GCC. it passes -gnu99 specifically, which is strange as hell, but I'm not one to argue right now. I may investigate if I can hack it around to compile on mipspro out of curiosity.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-02-2020, 08:01 PM
#16
RE: Raion's Development Log
Failed 12 tests out of 2431, 99.51% okay.
../cpan/ExtUtils-MakeMaker/t/03-xsstatic.t
../cpan/Test-Harness/t/source_handler.t
../cpan/version/t/07locale.t
../lib/locale.t
op/sprintf.t
op/sprintf2.t
porting/exec-bit.t
re/fold_grind_l.t
re/fold_grind_u.t
re/pat_psycho.t
re/uniprops02.t
run/locale.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
### ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARYN32_PATH, to point to the build directory:
### setenv LD_LIBRARYN32_PATH `pwd`; cd t; ./perl harness
### LD_LIBRARYN32_PATH=`pwd`; export LD_LIBRARYN32_PATH; cd t; ./perl harness
### export LD_LIBRARYN32_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
Elapsed: 69619 sec
u=759.65 s=153.39 cu=46462.34 cs=3114.27 scripts=2431 tests=1099552
*** Error code 1 (bu21)

Standard Perl binary was made. for these tests. Honestly, this looks fine and predictable. Perl 5.30.1 I'm calling gtg

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-03-2020, 01:47 AM
#17
RE: Raion's Development Log
I'm currently working on an initscript for dropbear, or if that fails to work I'll revert to an inetd entry.

(If you guys have other suggestions, I can take a look.)

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
(This post was last modified: 02-03-2020, 03:45 AM by Raion.)
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-03-2020, 03:39 AM
#18
RE: Raion's Development Log
Latest tk for tcl has been added. No real patches were needed, but hey, one program down.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-03-2020, 06:10 PM
#19
RE: Raion's Development Log
I've added screen 4.0.3, ncftp 3.2.6.

I am also working actively on a later version of screen.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-04-2020, 07:48 AM
#20
RE: Raion's Development Log
(02-03-2020, 06:10 PM)Raion Wrote:  Latest tk for tcl has been added. No real patches were needed, but hey, one program down.

Many thanks! Will test as soon as I power on my O2.

I'm still using the Tcl/Tk for development of new programs...
(This post was last modified: 02-04-2020, 07:34 PM by jirka.)
jirka
Octane

Trade Count: (0)
Posts: 121
Threads: 4
Joined: May 2018
Location: Ostrava, Czech Republic
Find Reply
02-04-2020, 07:34 PM


Forum Jump:


Users browsing this thread: 2 Guest(s)