Raion's Development Log
#21
RE: Raion's Development Log
GMP 6.20 compiles out of the box with MIPSPro:

PASS: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-hightomask
PASS: t-modlinv
PASS: t-popc
PASS: t-parity
PASS: t-sub
============================================================================
Testsuite summary for GNU MP 6.2.0
============================================================================
# TOTAL: 8
# PASS: 8
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
gmake[5]: Leaving directory '/usr/people/kazuo/gmp-6.2.0/tests'
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
PASS: t-mod_1
PASS: t-fat
PASS: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
PASS: t-perfsqr
PASS: t-scan
PASS: logic
PASS: t-toom22
PASS: t-toom32
PASS: t-toom33
PASS: t-toom42
PASS: t-toom43
PASS: t-toom44
PASS: t-toom52
PASS: t-toom53
PASS: t-toom54
PASS: t-toom62
PASS: t-toom63
PASS: t-toom6h
PASS: t-toom8h
PASS: t-toom2-sqr
PASS: t-toom3-sqr
PASS: t-toom4-sqr
PASS: t-toom6-sqr
PASS: t-toom8-sqr
PASS: t-div
PASS: t-mul
PASS: t-mullo
PASS: t-sqrlo
PASS: t-mulmod_bnm1
PASS: t-sqrmod_bnm1
PASS: t-mulmid
PASS: t-hgcd PASS: t-hgcd_appr
PASS: t-matrix22
PASS: t-invert
PASS: t-bdiv PASS: t-fib2m
PASS: t-broot
PASS: t-brootinv
PASS: t-minvert PASS: t-sizeinbase
PASS: t-gcd_11
PASS: t-gcd_22
PASS: t-gcdext_1
============================================================================
Testsuite summary for GNU MP 6.2.0
============================================================================
# TOTAL: 50
# PASS: 50
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0

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-12-2020, 07:51 PM
#22
RE: Raion's Development Log
libdvdread compiles fine as does xvid

I'm currently working on some others.

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-19-2020, 03:31 AM
#23
RE: Raion's Development Log
Gettext is done. 0.19.8 is the latest that compiles with MIPSPro. Unlike a lot of other guys, I have compiled this fairly late because I think it's kind of unfair to use it only when there's applications that require it overtly.

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-21-2020, 12:36 AM
#24
RE: Raion's Development Log
(02-21-2020, 12:36 AM)Raion Wrote:  Unlike a lot of other guys, I have compiled this fairly late because I think it's kind of unfair to use it only when there's applications that require it overtly.

To avoid this, many packages support the "--enable-nls" and (more importantly here) "--disable-nls" arguments to the configure script.
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
02-21-2020, 09:25 AM
#25
RE: Raion's Development Log
yup, I aggressively pass the latter on stuff i compile.

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-21-2020, 09:31 AM
#26
RE: Raion's Development Log
A lot of people are asking me if I'm done, and what I intend to go forwards with.

The big things to aim for are:

Later, not necessarily recent, versions of codecs used by Mplayer
Some X libraries, including things like XCB.
Possibly packaging Python 2.7.x - this is a job on par with Perl in terms of packaging, I'm thankful that Dexter1 has been such an awesome dude in documenting his shit with it.
A few terminal emulators that I can get going on IRIX. This probably is going to be:

mrxvt
aterm
eterm (from E16)
wterm (using the windowmaker libs)

Some things that are off the table are things like GTK2/3. I just am not qualified to do that.

Other than that, once I have a good base of stuff for nekoware, I'll probably take a break from it myself. I'm juggling finishing my novels, Nekoware, my own projects and doing sustainability research for some other apps.

My goal in developing for IRIX is providing us with useful tools that the majority can take advantage of. I don't want to code for the highest bidder or the upper echelon with Tezros and stuff.

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-25-2020, 07:45 PM
#27
RE: Raion's Development Log
For those who want Schily tar, a much faster/better tar on IRIX than either GNU tar or bsdtar, here ya go:

http://irix.cc/raion/tardists/schily_star_smake.tardist

No dependencies. Installs easily into /usr/bsd (I don't know any better place to put it, and it was convenient, so w/e)

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-27-2020, 05:27 AM
#28
RE: Raion's Development Log
Thanks to the work of solidcore, working with me, we got libmpeg2's latest version compiled. Makefile misidentifies us as ARM and uses ARM ASM :/

He also got LAME, libtheora, and a whole host of other things.

Meanwhile, thanks to danielhams' and canavan's previous work on flac and others, I got some other libs compiled.

We'll soon be tackling ffmpeg and eventually mplayer.

Again, heads up:

If you want x264 support, I'm not bothering with it. Highest codecs gonna be supported are xvid. I'm using both the nekoware mplayer and axatax's contrib mplayer.

We're also working on some emulator stuff.

If anyone needs a hand with compiling on IRIX, solidcore is quite a guy. He's also the guy who helped with the light theme here.

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-27-2020, 11:09 PM
#29
RE: Raion's Development Log
https://gitea.irixce.org/Raion/Xenopatches

I'm migrating most of my patches here. For your convenience, source code is also included.

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
03-04-2020, 08:49 PM
#30
RE: Raion's Development Log
Not really any new developments, but I have some new repos setup for convenience-sake:

https://gitea.irixce.org/Raion/neko_mplayer

Right now it just has axatax's version. I will be adding the older version eventually. Yes, mpv will replace this, but it's good to have this here.

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
03-10-2020, 07:50 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)