Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdk relocation silently fails if python isn't installed #1

Open
fboudra opened this issue Dec 3, 2016 · 1 comment
Open

sdk relocation silently fails if python isn't installed #1

fboudra opened this issue Dec 3, 2016 · 1 comment

Comments

@fboudra
Copy link

fboudra commented Dec 3, 2016

I was debugging zephyr sdk installation in our build farm, trying to figure out why it didn't work on some slaves.
It appears we call relocate_sdk.py during the installation process and obviously depends on python available.
Since our build slaves have only the bare minimal OS, python wasn't available and relocate_sdk.py silently failing the relocation.

To reproduce, without python installed:
./zephyr-sdk-0.8.2-i686-setup.run --quiet --nox11 -- <<< "${HOME}/zephyr-sdk-0.8.2"

You'll end with a non-working Zephyr SDK installation.

@jurobystricky
Copy link
Owner

Thanks for bringing this up. I will need to add some tests for python presence.
Incidentally, this meta-zephyr GIT repo has been superseded by meta-zephyr-sdk in:
https://gerrit.zephyrproject.org/r/gitweb?p=meta-zephyr-sdk.git;a=summary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants