ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
283 stars 92 forks source link

NoRSX fails to build #99

Closed ghost closed 4 years ago

ghost commented 4 years ago

I am trying to build the ps3toolchain there was another issue https://github.com/ps3dev/PSL1GHT/issues/106 which blocks building but I was able to bypass that by using an older version of the psl1ght repo prior to that commit. So, now the build process almost reaches the end and then gives me this:

image

I think its referring to this struct, which I found in usr/local/ps3dev/ppu/include/sys/spu.h: image

It is hard to figure out who is actually responsible for this, since its in @wargio repo, which is build by the ps3libraries repo which is built as part of this repo, so I am not sure. I think its best here since this is where others may find the same issue.

May I suggest that by linking to the latest versions of dozens of repos, pulling them and trying to build them is a recipe for disaster! It seems that that the file in question has not been updated in years, so not sure how this is happening now.

shagkur commented 4 years ago

Hi, Well directly responsible, as you correctly figured is wargio, but indirectly it‘s me. Since i introduced those API changes. I‘ll fix it in NoRSX.

Mohammed Asif notifications@github.com schrieb am So. 12. Juli 2020 um 04:40:

I am trying to build the ps3toolchain there was another issue ps3dev/PSL1GHT#106 https://github.com/ps3dev/PSL1GHT/issues/106 which blocks building but I was able to bypass that by using an older version of the psl1ght repo prior to that commit. So, now the build process almost reaches the end and then gives me this:

[image: image] https://user-images.githubusercontent.com/47725053/87237624-7cb49c00-c3f0-11ea-803b-011e8c3b93b4.png

It is hard to figure out who is actually responsible for this, since its in @wargio https://github.com/wargio repo, which is build by the ps3libraries repo which is built as part of this repo, so I am not sure. I think its best here since this is where others may find the same issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ps3dev/ps3toolchain/issues/99, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADQD7TL77VRIZIZ6WNFRX3R3EPARANCNFSM4OXSYCCA .

wargio commented 4 years ago

@shagkur when these changes were introduced?

wargio commented 4 years ago

Merged. this should fix the issue. please try to reinstall the libs again.

shagkur commented 4 years ago

The commit i made is ~2 days ago. Its along with alot of other additions and improvements to psl1ght.

Giovanni notifications@github.com schrieb am So. 12. Juli 2020 um 21:27:

@shagkur https://github.com/shagkur when these changes were introduced?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/ps3dev/ps3toolchain/issues/99#issuecomment-657264861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADQD7QRUZH7FWTEOMZQ4W3R3IFC3ANCNFSM4OXSYCCA .

wargio commented 4 years ago

ok. i see.

ghost commented 4 years ago

Thanks @shagkur for fix and @wargio for merge. I can confirm the build is now working again.