You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/02 11:31:13 UTC

[GitHub] neerajmangal opened a new issue #3514: CLI installation failed due to unzip command not found.

neerajmangal opened a new issue #3514: CLI installation failed due to unzip command not found. 
URL: https://github.com/apache/incubator-openwhisk/issues/3514
 
 
   ## Environment details:
   
   * Distributed Ubuntu   
   
   ## Steps to reproduce the issue:
   
   1. As part of installation when CLI installation is performed, it tried to unzip CLI binary files for various OS  types.   
   2. As ubuntu does not have default unzip package installed, it failed on ubuntu based deployment.     
   
   `# https://github.com/ansible/ansible-modules-core/issues/3952
   - name: "Unarchive the individual zipfiles into binaries"
     shell: unzip {{ item.path }} -d {{ item.path | dirname }}
     with_items: "{{ individual_zipfiles.files }}"
   `
   This step is only required for mac OS so I think we can check OS type from "facts" before running it on other OS types to avoid this issue, I think on linux it is not required. 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services