Image build issue
-
Hi,
I'm using xubuntu 16.04 with the cross compiler build from onion and I have issues with it.
When I run make without any modification, it run good, but when I use the onion script to update feeds I have a download issue.
Anyone can help me?
Thanks a lot,
-
With "V=s", make is showing this:
"pkg_resources.DistributionNotFound: The 'gyp==0.1' distribution was not found and is required by the application"
edit: resolved with:
pip install git+https://chromium.googlesource.com/external/gyp
-
@Michaël-Barbosa I would venture to guess that you don't have the correct node-gyp version installed.
Check out our Dockerfile for ideas on the commands we use to setup the environment for compiling the Build System: https://github.com/OnionIoT/source/blob/lede-17.01/Dockerfile