Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua-neturl 编译出错,请帮忙看看什么情况? #186

Closed
jasoncsee opened this issue Dec 11, 2024 · 2 comments
Closed

lua-neturl 编译出错,请帮忙看看什么情况? #186

jasoncsee opened this issue Dec 11, 2024 · 2 comments

Comments

@jasoncsee
Copy link

编译环境Ubuntu 22.04
OP官方包
多次编译失败,请帮忙看看哪里出了问题,谢谢
vmware_uEDBgu6I0G

@GreatMichaelLee
Copy link

这是因为openwrt从2024年11月开始将包管理器从opkg切换到了apk,apk执行更为严格的PKG_VERSION检查,本仓库有好多个包的Makefile里的版本是不符合规范的,两种方法,第一,要么你自己手工改掉Makefile里的版本(规范自己查,比如最好是x.x.x),第二,在make menuconfig->Global Build setting->Use APK instead of OPKG to build distribution, 把这个选项勾去掉,切回opkg管理。

另外希望大佬清理一下仓库里这些包的Makefile版本命令规范。APK包管理器是openwrt的分支主流了。

@jasoncsee
Copy link
Author

这是因为openwrt从2024年11月开始将包管理器从opkg切换到了apk,apk执行更为严格的PKG_VERSION检查,本仓库有好多个包的Makefile里的版本是不符合规范的,两种方法,第一,要么你自己手工改掉Makefile里的版本(规范自己查,比如最好是x.x.x),第二,在make menuconfig->Global Build setting->Use APK instead of OPKG to build distribution, 把这个选项勾去掉,切回opkg管理。

另外希望大佬清理一下仓库里这些包的Makefile版本命令规范。APK包管理器是openwrt的分支主流了。

解决了,终于成功编译,非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants