kwanhur commented on issue #6975: URL: https://github.com/apache/apisix/issues/6975#issuecomment-1119576067
Thks very much for your checking!! @tzssangglass I find some temporary `lua_protobuf` files still exist after `make undeps`. Removing them manually then `make deps` again, it's ok now. ```shell [vagrant@lvs apisix]$ ls -lh deps/lib/lua/5.1/lua_protobuf_0_3_4_1-pb.so~ -rwxr-xr-x 1 vagrant vagrant 79K Mar 22 18:56 deps/lib/lua/5.1/lua_protobuf_0_3_4_1-pb.so~ [vagrant@lvs apisix]$ ls -lh deps/share/lua/5.1/lua_protobuf_0_3_4_1-protoc.lua~ -rw-r--r-- 1 vagrant vagrant 38K Mar 22 18:56 deps/share/lua/5.1/lua_protobuf_0_3_4_1-protoc.lua~ [vagrant@lvs apisix]$ vi deps/share/lua/5.1/lua_protobuf_0_3_4_1-protoc.lua~ [vagrant@lvs apisix]$ rm -f deps/share/lua/5.1/lua_protobuf_0_3_4_1-protoc.lua~ [vagrant@lvs apisix]$ rm -f deps/lib/lua/5.1/lua_protobuf_0_3_4_1-pb.so~ ``` -- 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-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org