immortalwrt/packages

WARNING: Makefile

yxjdssai01 opened this issue · 4 comments

Describe the bug

╰─λ ./scripts/feeds install -a
Collecting package info: done
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
Installing all packages from feed packages.
WARNING: Not overriding core package 'open-app-filter'; use -f to force
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
Installing all packages from feed kenzo.
Installing all packages from feed small.

ImmortalWrt version

snapshot

ImmortalWrt release

snapshot

ImmortalWrt target/subtarget

MT7261

Device

Newifi-D2

Image kind

Official downloaded image

Steps to reproduce

╰─λ ./scripts/feeds install -a
Collecting package info: done
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-bypass/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-passwall/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-local', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-redir', which does not exist
WARNING: Makefile 'package/feeds/small/luci-app-ssr-plus/Makefile' has a dependency on 'shadowsocks-libev-ss-server', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocksr-libev/Makefile' has a dependency on 'libpcre', which does not exist
Installing all packages from feed packages.
WARNING: Not overriding core package 'open-app-filter'; use -f to force
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
Installing all packages from feed kenzo.
Installing all packages from feed small.

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for ImmortalWrt, not an unsupported fork.

run"rm -fr bin/ dl/ staging_dir/ build_dir/ tmp/ " and update again.
this will resovle most of the issue above. but I still got telephony lack "libpcre" warning.

环境的安装建议你用官方的方法2,接下来安装下面的办法
git clone https://github.com/immortalwrt/immortalwrt
cd immortalwrt
git tag
git branch
git checkout v23.05.2 #在tag里有版本号,填入你要的版本号,我选我现在最新的v23.05.2
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make download -j8
make V=s -j1

这样就不会有 'libpcre', which does not exist. 这个错误提示了。

此办法来自于:https://forum.openwrt.org/t/debian-10-build-environment-missing-libraries/81977/15