mistydemeo / tigerbrew

Experimental fork of homebrew for PPC Macs on Tiger
Other
535 stars 129 forks source link

install fails on ppc imac g4 running mac os 10.3.9 #633

Open Soundtoxin opened 5 years ago

Soundtoxin commented 5 years ago
-e:31: parse error
def ohai *args
                 ^
-e:33: parse error

This is the error from bash. With tcsh (default shell) I got less far.

tcsh: Illegal variable name.
Arawn-Davies commented 5 years ago

You're not using the Bash shell. tcsh isn't fully compatible, but thankfully Mac OS does include Bash, so just type it in, then you're good to go

mistydemeo commented 5 years ago

That install script is written in Ruby - it looks like bash is trying to run the Ruby script. Can you try running it through /usr/bin/ruby?

Tigerbrew is untested on 10.3, so I can't guarantee it'll work if you get it installed! I'm happy to try to support it if you get to that point.