blastrock / pkgj

pkg download & installation directly on Vita
BSD 2-Clause "Simplified" License
1.09k stars 98 forks source link

Unable to compile pkgj #167

Closed kourm closed 6 years ago

kourm commented 6 years ago

Version of firmware: - Version of PKGj: 876612815

Steps to reproduce the issue

Obtained result: cmake complains about a missing conanbuildinfo.cmake file and fails at conan_basic_setup Expected result: Built pkgj

Installing conan and the executing conan install . according to the docs fails with:

ERROR: PROJECT: Error in requirements() method, line 9
    if self.settings.os == "PSVita":
    ConanException: Invalid setting 'PSVita' is not a valid 'settings.os' value.
Possible values are ['Android', 'Arduino', 'FreeBSD', 'Linux', 'Macos', 'SunOS', 'Windows', 'WindowsStore', 'iOS', 'tvOS', 'watchOS']
Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"

I'm unable to find a vita specific conan fork

blastrock commented 6 years ago

duplicate of #166. In the meantime, you can see how ci.sh builds pkgj. Your problem is related to ~/.conan/settings.yml .