chienbv / sacd-ripper

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
0 stars 0 forks source link

make error 255 during making sacd-ripper #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
making sacd-ripper.pkg, per instructions

What is the expected output? What do you see instead?
i expect pkg files, without error messages
instead, i get make error 255

What version of the product are you using? On what operating system?
sacd-ripper release 378, Lion

Please provide any additional information below.

Running make the first time produces an error (see below). Running it again, 
produces a similar error (see below). Despite errors, sacd-ripper.pkg is 
produced. If the file is installed on PS3, it runs apparently fine (except that 
I can't change the output from ISO to individual files, as I used to be able to 
do with the sacd-ripper package 259 (which I got from the web without 
compilation).

I compiled the most recent psl1ght today, using homebrew (I needed to change 
some Makefiles, but the test samples ran fine).

Many thanks, Andrej

---

make
...
libsacd.a
exit_handler.c
main.c
output_device.c
rsxutil.c
linking ... analysis_dump.elf
CEX self ... analysis_dump.self
ELF header size @ 40
8 program headers @ 40
24 section headers @ 51208
deflated...processing segment 0 with rlen 28ebc len 1078a offset 
0...encrypted...
deflated...processing segment 1 with rlen 59d8 len 175c offset 
30000...encrypted...
deflated...processing segment 2 with rlen b28 len 547 offset 
40000...encrypted...
deflated...processing segment 3 with rlen 1120 len 187 offset 
50000...encrypted...
deflated...processing segment 4 with rlen 0 len 8 offset 51120...encrypted...
deflated...processing segment 5 with rlen 0 len 8 offset 359d8...encrypted...
deflated...processing segment 6 with rlen 0 len 8 offset 0...encrypted...
deflated...processing segment 7 with rlen 28 len 22 offset 28e94...encrypted...
segments enumerated
built crypt data
file built
self written in memory
building pkg ... analysis_dump.pkg
make[3]: *** [/Users/bsu/tmp/sacd-ripper/tools/analysis_dump/analysis_dump.pkg] 
Error 255
make[2]: *** [build] Error 2
make[1]: *** [all] Error 2
make: *** [build] Error 2
sax:sacd-ripper bsu$ 

make
...
rsxutil.c
server.c
linking ... sacd-ripper.elf
CEX self ... sacd-ripper.self
ELF header size @ 40
8 program headers @ 40
25 section headers @ 1d6c90
deflated...processing segment 0 with rlen 76d98 len 29927 offset 
0...encrypted...
deflated...processing segment 1 with rlen c370 len 3743 offset 
80000...encrypted...
deflated...processing segment 2 with rlen e3cf8 len a49f9 offset 
90000...encrypted...
deflated...processing segment 3 with rlen 56b9c len a84a offset 
180000...encrypted...
deflated...processing segment 4 with rlen 0 len 8 offset 1d6b9c...encrypted...
deflated...processing segment 5 with rlen 0 len 8 offset 8c370...encrypted...
deflated...processing segment 6 with rlen 0 len 8 offset 0...encrypted...
deflated...processing segment 7 with rlen 28 len 22 offset 76d70...encrypted...
segments enumerated
built crypt data
file built
self written in memory
building pkg ... sacd-ripper.pkg
make[1]: *** [/Users/bsu/tmp/sacd-ripper/sacd-ripper.pkg] Error 255
make: *** [build] Error 2
sax:sacd-ripper bsu$ 

Original issue reported on code.google.com by andrejs...@gmail.com on 8 Jan 2012 at 4:09

GoogleCodeExporter commented 9 years ago
Did a "make clean" and "make" on the latest trunk. I was unable to replicate 
therefor I'm closing this issue.

Original comment by mr_wic...@hotmail.com on 9 Jan 2012 at 12:07