You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/13 13:12:54 UTC

[GitHub] [apisix] kwanhur opened a new issue #6307: request help: repeatedly download luarocks archive tar file

kwanhur opened a new issue #6307:
URL: https://github.com/apache/apisix/issues/6307


   ### Issue description
   
   execute `utils/linux-install-luarocks.sh` twice, got two tar files `v3.8.0.tar.gz` `v3.8.0.tar.gz.1`
   
   reexecute it cause no `unzip` on my vm, build log:
   
   ```bash
   Lua version detected: 5.1
   Lua interpreter found: /usr/local/openresty/luajit/bin/luajit
   lua.h found: /usr/local/openresty/luajit/include/luajit-2.1/lua.h
   Could not find 'unzip'.
   Make sure it is installed and available in your PATH.
   
   configure failed.
   
   + exit 1
   ```
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038550447


   > ```shell
   > Could not find 'unzip'.
   > ```
   
   You don't have the `unzip` command on your system?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] kwanhur commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
kwanhur commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1046044596


   Remove it after untar seems be better from https://github.com/apache/apisix/pull/6306#discussion_r806425026
   
   Check target archive file checksum and then decide download or not, this maybe more complicated.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038600493


   > advise to check archive file `v3.8.0.tar.gz` exist or not and validate it, if unvalidated, remove it and download again.
   
   SGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] leslie-tsang commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038554376


   > > ```shell
   > > Could not find 'unzip'.
   > > ```
   > 
   > You don't have the `unzip` command on your system?
   
   `unzip` won't be installed in minimal install mode.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] leslie-tsang commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038554376


   > > ```shell
   > > Could not find 'unzip'.
   > > ```
   > 
   > You don't have the `unzip` command on your system?
   
   `unzip` won't be installed in minimal install mode.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] kwanhur closed issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
kwanhur closed issue #6307:
URL: https://github.com/apache/apisix/issues/6307


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] kwanhur commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
kwanhur commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038559675


   > > ```shell
   > > Could not find 'unzip'.
   > > ```
   > 
   > You don't have the `unzip` command on your system?
   
   yes, I installed it manually and redo `./utils/linux-install-luarocks.sh`
   
   advise to check archive file `v3.8.0.tar.gz` exist or not and validate it, if unvalidated, remove it and download again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #6307: request help: repeatedly download luarocks archive tar file

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6307:
URL: https://github.com/apache/apisix/issues/6307#issuecomment-1038550447


   > ```shell
   > Could not find 'unzip'.
   > ```
   
   You don't have the `unzip` command on your system?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org