shekhargulati commented on issue #1568: Setup on Ubuntu OS produces warning / 
errors 
URL: 
https://github.com/apache/incubator-openwhisk/issues/1568#issuecomment-307586268
 
 
   I also experience the same problem today. For me the issue was `python-dev` 
install command failed. I manage to fix the issue by reordering `all.sh`. I 
moved `ansible.sh` after `pip.sh`. This seems to be working. I have not yet 
reached the end as currently docker images are being pulled but I have at least 
moved past `python-dev` errors. If you guys think it is the right fix, I can 
send PR.
   
   ```bash
   echo "*** installing basics"
   install "$SCRIPTDIR" misc.sh
   
   echo "*** installing python dependences"
   install "$SCRIPTDIR" pip.sh
   
   echo "*** installing ansible"
   install "$SCRIPTDIR" ansible.sh
   
   echo "*** installing java"
   install "$SCRIPTDIR" java8.sh
   
   echo "*** install scala"
   install "$SCRIPTDIR" scala.sh
   
   echo "*** installing docker"
   install "$SCRIPTDIR" docker.sh
   
   echo install all with total errors number $ERRORS
   exit $ERRORS
   ```
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to