-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
@zxlhhyccc 编译openwrt+helloworld的时候,dnsmasq和dnsmasq-full同时选编译不过去 #1629
Comments
1、要么dnsmasq要么dnsmasq-full,什么时间要求全部编译; |
op官方现在的12月的master源码,naiveproxy-129.0.6668.81-2始终编译不过去,说是无效的版本 |
我也是官方最新的commit编译,一切没有问题,你试试大屌大佬还没合并的这个PR: #1608 |
我的开发环境 |
~/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/src ~/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/feeds/helloworld/naiveproxy Move conffiles to IDIR and build conffiles_static with csumsif [ -f /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/apk-i386_pentium4/naiveproxy/conffiles ]; then mv -f /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/apk-i386_pentium4/naiveproxy/conffiles /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/lib/apk/packages/naiveproxy.conffiles; for file in $(cat /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/lib/apk/packages/naiveproxy.conffiles); do [ -f /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/$file ] || continue; csum=$(/home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/staging_dir/host/bin/mkhash sha256 /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/$file); echo $file $csum >> /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/lib/apk/packages/naiveproxy.conffiles_static; done; fi Some package (base-files) manually append stuff to conffilesAppend stuff from it and delete the CONTROL directory since everything else should be migratedif [ -f /home/donkey/openwrt_gentoo_build/openwrt_realtime_src_feeds_helloworld_oaf/build_dir/target-i386_pentium4_musl/naiveproxy-129.0.6668.81-2/ipkg-i386_pentium4/naiveproxy/CONTROL/conffiles ]; then echo |
@rosaxe 难怪报错,你编译的是APK而不是IPKG,你把Makefile里的这几行:
改成:
即可。 或者直接用我提交的这个PR: #1608 |
为什么他会是apk呢?,用10月的官方源码编译他就没有问题??? |
src_feeds_helloworld_oaf/feeds/helloworld/naiveproxy'
|
@rosaxe 官方默认改为APK了。 |
@rosaxe 你这个报错是Makefile改错了吧?贴出你修改后的Makefile。 |
include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
原来如此 |
@rosaxe 现在正常了是吗?你现在是APK还是opkg? |
10月的官方master源码编译正常(ipk),12月的源码编译也正常(apk)都是无错编译,就是免费节点太慢了,我买了收费节点很快,很好用^_^ |
|
啥节点?发一个我试试咋样? |
掠影lles.me |
编译openwrt+helloworld的时候,dnsmasq和dnsmasq-full同时选编译不过去,10月的op官方master源码,不选dnsmasq可以正常全无错编译,还有,现在的op官方master源码,naiveproxy-129.0.6668.81-2始终编译不过去,说是无效的版本,老大请回复一下所以然。。。
The text was updated successfully, but these errors were encountered: