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/09/29 17:15:10 UTC

[GitHub] [apisix] butterflyAce opened a new issue, #8025: bug: lua-resty-etcd version error

butterflyAce opened a new issue, #8025:
URL: https://github.com/apache/apisix/issues/8025

   ### Current Behavior
   
   when make deps on version:2.99.0,lua-resty-etcd need version 1.9.0,but was not found.it shoud be 1.9.0-0
   
   ### Expected Behavior
   
   when make deps on version:2.99.0,lua-resty-etcd need version 1.9.0,but was not found.it shoud be 1.9.0-0
   
   ### Error Logs
   
   No results matching query were found for Lua 5.1. make: *** [deps] 错误 1
   
   ### Steps to Reproduce
   
   1.make deps
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.99.0
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `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.apache.org

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


[GitHub] [apisix] tokers commented on issue #8025: bug: lua-resty-etcd version error

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

   I didn't reproduce this error.


-- 
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] kingluo closed issue #8025: bug: lua-resty-etcd version error

Posted by "kingluo (via GitHub)" <gi...@apache.org>.
kingluo closed issue #8025: bug: lua-resty-etcd version error
URL: https://github.com/apache/apisix/issues/8025


-- 
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 #8025: bug: lua-resty-etcd version error

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

   > when make deps on version:2.99.0,lua-resty-etcd need version 1.9.0,but was not found.it shoud be 1.9.0-0
   
   This is not an error. As a rule of thumb, this is a network error in your environment connecting to luarocks.
   
   try with `make deps ENV_LUAROCKS_SERVER=https://luarocks.cn`


-- 
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