pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Script 025 and 031 Broken #3

Closed SamRH closed 13 years ago

SamRH commented 13 years ago

According to ooPo the openTRI and Ruby build scripts are broken. The openTRI build script was working last time I tried it, and it should still be working as none of the URLs have changed. I'm going to build and install psplibraries now. I'll report back with any errors I encounter.

ooPo: Could I get some more information on why/how the build scripts failed for you?

SamRH commented 13 years ago

I just tested all the scripts (after enabling 025 and 031) and they all seem to be working.

ooPo commented 13 years ago

I apologize. I didn't have a lot of time to investigate, so I disabled the tests in the meantime after they failed.

1) The openTRI script failed when unpacking the archive. This appears to be fixed now so I will re-enable that script.

2) Here's the error I get with ruby:

psp-gcc -include sys/fd_set.h -I/usr/local/pspdev/psp/sdk/include -G0 -U RUSAGE_SELF -U NO_SAFE_RENAME -D PSP -I. -I.ext/include/mipsallegrexel-elf -I./include -I. -DRUBY_EXPORT   -o dmyext.o -c dmyext.c
echo executable host ruby is required.  use --with-baseruby option.; false -I/home/danpeori/Coding/Console/PSP/github/psplibraries/build/ruby-1.9.2-p180 -rmipsallegrexel-elf-fake  ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
executable host ruby is required. use --with-baseruby option.
make: *** [encdb.h] Error 1
make: *** Waiting for unfinished jobs....
../scripts/031-ruby-1.9.2-p180.sh: Failed.

After installing ruby on my development machine this builds fine. I'll add a check script for it and re-enable this build script.

ooPo commented 13 years ago

Done! Enjoy.