Giter VIP home page Giter VIP logo

packages's People

Contributors

1715173329 avatar aiamadeus avatar beginner-go avatar bkpepe avatar blocktrron avatar breakings avatar commodo avatar coolsnowwolf avatar cotequeiroz avatar dangowrt avatar feckert avatar flyn-org avatar graysky2 avatar hnyman avatar immortalwrt-bot avatar jefferyto avatar jmarcet avatar lucize avatar mhei avatar neheb avatar nxhack avatar oskarirauta avatar paper42 avatar polynomialdivision avatar pprindeville avatar rsalvaterra avatar stintel avatar svlobanov avatar theatischbein avatar xiangfeidexiaohuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

packages's Issues

frp下载失败,hash错误~

mkdir -p /home/openwrt/lede/dl
SHELL= flock /home/openwrt/lede/tmp/.frp-0.42.0.tar.gz.flock -c ' /home/openwrt/lede/scripts/download.pl "/home/openwrt/lede/dl" "frp-0.42.0.tar.gz" "4bb815e9c9a4588fce20c6ef33168f0ceb1f420937c4dcf03ce085666328043a" "" "https://codeload.github.com/fatedier/frp/tar.gz/v0.42.0?" '
Hash of the local file frp-0.42.0.tar.gz does not match (file: 1d77f7fc62983d8aa457651247f74cf2614a384e69d9774e0b1b38f53cefc8b7, requested: 4bb815e9c9a4588fce20c6ef33168f0ceb1f420937c4dcf03ce085666328043a) - deleting download.

dockerd 和 luci-app-docker 有些文件都有导致安装失败

dockerd 的 Makefile里有文件 /etc/config/dockerd /etc/docker/daemon.json /etc/init.d/dockerd

define Package/dockerd/install
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bundles/binary-daemon/dockerd $(1)/usr/bin/
$(INSTALL_DIR) $(1)/opt/docker/
$(INSTALL_DIR) $(1)/usr/share/docker/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/contrib/check-config.sh $(1)/usr/share/docker/
$(INSTALL_DIR) $(1)/etc/docker
$(INSTALL_CONF) ./files/daemon.json $(1)/etc/docker/
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/dockerd.init $(1)/etc/init.d/dockerd
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_CONF) ./files/etc/config/dockerd $(1)/etc/config/dockerd

但是 luci-app-docker 依赖 dockerd,它也有文件这三个文件

https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/config/dockerd
https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/init.d/dockerd
https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/docker/daemon.json

会导致在安装的时候报错这三个文件冲突:

ConfigCollected errors:
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/config/dockerd
	But that file is already provided by package  * dockerd
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/docker/daemon.json
	But that file is already provided by package  * dockerd
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/init.d/dockerd
	But that file is already provided by package  * dockerd
 * opkg_install_cmd: Cannot install package luci-app-docker.
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/config/dockerd
	But that file is already provided by package  * dockerd
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/docker/daemon.json
	But that file is already provided by package  * dockerd
 * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/init.d/dockerd
	But that file is already provided by package  * dockerd

我在老旧的机器上看到这三个文件都属于 luci-app-docker

root@OpenWrt:~# opkg search /etc/config/dockerd 
luci-app-docker - 1-12
root@OpenWrt:~# opkg search /etc/init.d/dockerd 
luci-app-docker - 1-12
root@OpenWrt:~# opkg search /etc/docker/daemon.json 
luci-app-docker - 1-12

@coolsnowwolf PATL

openssh: segfault error

最近更新编译了一次后发现 openssh 启动不了了

Description:

Wed Nov 17 15:52:34 2021 kern.info kernel: [14981.275706] sshd[17861]: segfault at 1fe9c9c0 ip 000055e44b908e1e sp 00007ffdad47f490 error 6 in sshd[55e44b8b4000+71000]
Wed Nov 17 15:52:34 2021 kern.info kernel: [14981.276044] Code: e7 49 c1 e4 03 4e 8d 2c 23 48 f7 d1 49 89 ce ff 15 c7 bd 06 00 4c 89 f6 bf 01 00 00 00 45 31 f6 89 44 24 04 67 e8 08 b6 ff ff <49> 89 45 00 45 31 ed 48 89 44 24 08 4a c7 44 23 08 00 00 00 00 48

新的packages更新后ERROR

新的packages更新后
重新clone源码
update feeds && install feeds
出现错误

LOG:
Build-Depends: meson/host

Package: libesmtp
Version: 1.1.0-0
Depends: +libc +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libopenssl
Conflicts:
Menu-Depends:
Provides:
Section: libs
Category: Libraries
Repository: base
Title: A Library for Posting Electronic Mail
Maintainer: Othmar Truniger [email protected]
Source: libesmtp-1.1.0.tar.gz
License: LGPL-2.0-or-later
LicenseFiles: COPYING
Type: ipkg
Description: A Library for Posting Electronic Mail
https://libesmtp.github.io/
Othmar Truniger [email protected]
@@

Makefile:26: ../../devel/meson/meson.mk: 没有那个文件或目录
gmake[1]: *** 没有规则可制作目标“../../devel/meson/meson.mk”。 停止。

imageBuilder 打包出来的 docker 的 ipk 安装有问题

打包出来的 ipk 在 post install 阶段有个错误:

Configuring kmod-ikconfig.
Configuring kmod-nf-conntrack-netlink.
Configuring kmod-nf-ipvs.
Configuring dockerd.
Syntax: /etc/init.d/dockerd [command]

Available commands:
	start           Start the service
	stop            Stop the service
	restart         Restart the service
	reload          Reload configuration files (or restart if service does not implement reload)
	enable          Enable service autostart
	disable         Disable service autostart
	enabled         Check if service is started on boot
	running         Check if service is running
	status          Service status
	trace           Start with syscall trace

Configuring luci-app-docker.

发现是执行的 /etc/init.d/dockerd uciadd 报错的,该文件我看内容是和 ./feeds/luci/applications/luci-app-docker/root/etc/init.d/dockerd 一样
feeds/packages/utils/dockerd/Makefile里的 define Package/dockerd/install 有句覆盖,问题发生了说明它没覆盖掉,可能存在顺序问题

$(INSTALL_BIN) ./files/dockerd.init $(1)/etc/init.d/dockerd

tvheadend的020-strncpy-issue.patch补丁报错

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

tvheadend的020-strncpy-issue.patch补丁报错 在 arch64_cortex-a53+crypto 架构下编译,删除该补丁能正常编译,建议优化,并更新tvheadend到最新版本

Formating code blocks by wrapping them with pairs of ```

open-vm-tools : Error

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

make[3]: Entering directory '/home/ubuntu/lede/feeds/packages/utils/open-vm-tools'
rm -f /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/.configured_*
rm -f /home/ubuntu/lede/staging_dir/target-x86_64_musl/stamp/.open-vm-tools_installed
(cd /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf ./autom4te.cache; [ -e ./config.rpath ] || ln -s /home/ubuntu/lede/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/home/ubuntu/lede/staging_dir/host/bin/autom4te AUTOCONF=/home/ubuntu/lede/staging_dir/host/bin/autoconf AUTOMAKE=/home/ubuntu/lede/staging_dir/host/bin/automake ACLOCAL=/home/ubuntu/lede/staging_dir/host/bin/aclocal AUTOHEADER=/home/ubuntu/lede/staging_dir/host/bin/autoheader LIBTOOLIZE=/home/ubuntu/lede/staging_dir/host/bin/libtoolize LIBTOOL=/home/ubuntu/lede/staging_dir/host/bin/libtool M4=/home/ubuntu/lede/staging_dir/host/bin/m4 AUTOPOINT=true LIBTOOLIZE='/home/ubuntu/lede/staging_dir/host/bin/libtoolize --install' /home/ubuntu/lede/staging_dir/host/bin/autoreconf -v -f -i -s -B /home/ubuntu/lede/staging_dir/host/share/aclocal -I /home/ubuntu/lede/staging_dir/target-x86_64_musl/host/share/aclocal -I /home/ubuntu/lede/staging_dir/hostpkg/share/aclocal -I /home/ubuntu/lede/staging_dir/target-x86_64_musl/usr/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: /home/ubuntu/lede/staging_dir/host/bin/aclocal -I /home/ubuntu/lede/staging_dir/target-x86_64_musl/host/share/aclocal -I /home/ubuntu/lede/staging_dir/hostpkg/share/aclocal -I /home/ubuntu/lede/staging_dir/target-x86_64_musl/usr/share/aclocal -I m4 -I . --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: /home/ubuntu/lede/staging_dir/host/bin/libtoolize --install --force OpenWrt-libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, config'.
OpenWrt-libtoolize: linking file config/config.guess' OpenWrt-libtoolize: linking file config/config.sub'
OpenWrt-libtoolize: linking file config/install-sh' OpenWrt-libtoolize: linking file config/ltmain.sh'
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIR, m4'. OpenWrt-libtoolize: linking file m4/libtool.m4'
OpenWrt-libtoolize: linking file m4/ltoptions.m4' OpenWrt-libtoolize: linking file m4/ltsugar.m4'
OpenWrt-libtoolize: linking file m4/ltversion.m4' OpenWrt-libtoolize: linking file m4/lt~obsolete.m4'
autoreconf: running: /home/ubuntu/lede/staging_dir/host/bin/autoconf --include=/home/ubuntu/lede/staging_dir/target-x86_64_musl/host/share/aclocal --include=/home/ubuntu/lede/staging_dir/hostpkg/share/aclocal --include=/home/ubuntu/lede/staging_dir/target-x86_64_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/home/ubuntu/lede/staging_dir/host/share/aclocal --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: /home/ubuntu/lede/staging_dir/host/bin/automake --add-missing --force-missing
lib/guestRpc/Makefile.am:26: warning: 'CFLAGS' is a user variable, you should not override it;
lib/guestRpc/Makefile.am:26: use 'AM_CFLAGS' instead
libappmonitor/Makefile.am:39: warning: source file '$(top_srcdir)/lib/stubs/stub-panic.c' is in a subdirectory,
libappmonitor/Makefile.am:39: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
libappmonitor/Makefile.am:39: warning: source file '$(libappmonitor_rpcchanneldir)/bdoorChannel.c' is in a subdirectory,
libappmonitor/Makefile.am:39: but option 'subdir-objects' is disabled
libappmonitor/Makefile.am:39: warning: source file '$(libappmonitor_rpcchanneldir)/rpcChannel.c' is in a subdirectory,
libappmonitor/Makefile.am:39: but option 'subdir-objects' is disabled
libappmonitor/Makefile.am:39: warning: source file '$(libappmonitor_rpcchanneldir)/glib_stubs.c' is in a subdirectory,
libappmonitor/Makefile.am:39: but option 'subdir-objects' is disabled
libappmonitor/Makefile.am:47: warning: source file '$(libappmonitor_rpcchanneldir)/vsockChannel.c' is in a subdirectory,
libappmonitor/Makefile.am:47: but option 'subdir-objects' is disabled
libappmonitor/Makefile.am:47: warning: source file '$(libappmonitor_rpcchanneldir)/simpleSocket.c' is in a subdirectory,
libappmonitor/Makefile.am:47: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:40: warning: source file '$(libguestlib_rpcchanneldir)/bdoorChannel.c' is in a subdirectory,
libguestlib/Makefile.am:40: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:40: warning: source file '$(libguestlib_rpcchanneldir)/rpcChannel.c' is in a subdirectory,
libguestlib/Makefile.am:40: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:40: warning: source file '$(libguestlib_rpcchanneldir)/glib_stubs.c' is in a subdirectory,
libguestlib/Makefile.am:40: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:49: warning: source file '$(libguestlib_rpcchanneldir)/vsockChannel.c' is in a subdirectory,
libguestlib/Makefile.am:49: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:49: warning: source file '$(libguestlib_rpcchanneldir)/simpleSocket.c' is in a subdirectory,
libguestlib/Makefile.am:49: but option 'subdir-objects' is disabled
libguestlib/Makefile.am:78: warning: 'CFLAGS' is a user variable, you should not override it;
libguestlib/Makefile.am:78: use 'AM_CFLAGS' instead
libvmtools/Makefile.am:69: warning: source file '$(top_srcdir)/lib/stubs/stub-log.c' is in a subdirectory,
libvmtools/Makefile.am:69: but option 'subdir-objects' is disabled
tests/testDebug/Makefile.am:46: warning: 'CFLAGS' is a user variable, you should not override it;
tests/testDebug/Makefile.am:46: use 'AM_CFLAGS' instead
tests/testPlugin/Makefile.am:45: warning: 'CFLAGS' is a user variable, you should not override it;
tests/testPlugin/Makefile.am:45: use 'AM_CFLAGS' instead
vgauth/lib/Makefile.am:29: warning: source file '../common/audit.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/certverify.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/i18n.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/prefs.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/usercheck.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/VGAuthLog.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/lib/Makefile.am:29: warning: source file '../common/VGAuthUtil.c' is in a subdirectory,
vgauth/lib/Makefile.am:29: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/alias.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/file.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/filePosix.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/netPosix.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/proto.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/random.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:34: warning: source file '../serviceImpl/saml-xmlsec1.c' is in a subdirectory,
vgauth/service/Makefile.am:34: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:36: warning: source file '../serviceImpl/saml-xml-security-c.cpp' is in a subdirectory,
vgauth/service/Makefile.am:36: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/service.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/ticket.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../serviceImpl/verify.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/audit.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/certverify.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/i18n.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/prefs.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/usercheck.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/VGAuthLog.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/VGAuthUtil.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauth/service/Makefile.am:20: warning: source file '../common/vmxlog.c' is in a subdirectory,
vgauth/service/Makefile.am:20: but option 'subdir-objects' is disabled
vgauthImport/Makefile.am:41: warning: source file '$(vmware_alias_import_rpcchandir)/bdoorChannel.c' is in a subdirectory,
vgauthImport/Makefile.am:41: but option 'subdir-objects' is disabled
vgauthImport/Makefile.am:41: warning: source file '$(vmware_alias_import_rpcchandir)/rpcChannel.c' is in a subdirectory,
vgauthImport/Makefile.am:41: but option 'subdir-objects' is disabled
vgauthImport/Makefile.am:46: warning: source file '$(vmware_alias_import_rpcchandir)/vsockChannel.c' is in a subdirectory,
vgauthImport/Makefile.am:46: but option 'subdir-objects' is disabled
vgauthImport/Makefile.am:46: warning: source file '$(vmware_alias_import_rpcchandir)/simpleSocket.c' is in a subdirectory,
vgauthImport/Makefile.am:46: but option 'subdir-objects' is disabled
vmblock-fuse/Makefile.am:40: warning: source file '$(top_srcdir)/modules/shared/vmblock/block.c' is in a subdirectory,
vmblock-fuse/Makefile.am:40: but option 'subdir-objects' is disabled
vmblock-fuse/Makefile.am:40: warning: source file '$(top_srcdir)/modules/shared/vmblock/stubs.c' is in a subdirectory,
vmblock-fuse/Makefile.am:40: but option 'subdir-objects' is disabled
vmhgfs-fuse/Makefile.am:38: warning: source file '$(top_srcdir)/lib/stubs/stub-debug.c' is in a subdirectory,
vmhgfs-fuse/Makefile.am:38: but option 'subdir-objects' is disabled
vmhgfs-fuse/Makefile.am:38: warning: source file '$(top_srcdir)/lib/stubs/stub-log.c' is in a subdirectory,
vmhgfs-fuse/Makefile.am:38: but option 'subdir-objects' is disabled
vmhgfs-fuse/Makefile.am:38: warning: source file '$(top_srcdir)/lib/stubs/stub-panic.c' is in a subdirectory,
vmhgfs-fuse/Makefile.am:38: but option 'subdir-objects' is disabled
autoreconf: Leaving directory .' (cd /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/./; if [ -x ./configure ]; then find /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/ -name config.guess | xargs -r chmod u+w; find /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/ -name config.guess | xargs -r -n1 cp --remove-destination /home/ubuntu/lede/scripts/config.guess; find /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/ -name config.sub | xargs -r chmod u+w; find /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/ -name config.sub | xargs -r -n1 cp --remove-destination /home/ubuntu/lede/scripts/config.sub; AR="x86_64-openwrt-linux-musl-gcc-ar" AS="x86_64-openwrt-linux-musl-gcc -c -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558=open-vm-tools-11.3.0-18090558 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " LD=x86_64-openwrt-linux-musl-ld NM="x86_64-openwrt-linux-musl-gcc-nm" CC="x86_64-openwrt-linux-musl-gcc" GCC="x86_64-openwrt-linux-musl-gcc" CXX="x86_64-openwrt-linux-musl-g++" RANLIB="x86_64-openwrt-linux-musl-gcc-ranlib" STRIP=x86_64-openwrt-linux-musl-strip OBJCOPY=x86_64-openwrt-linux-musl-objcopy OBJDUMP=x86_64-openwrt-linux-musl-objdump SIZE=x86_64-openwrt-linux-musl-size CFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558=open-vm-tools-11.3.0-18090558 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CXXFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558=open-vm-tools-11.3.0-18090558 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro " CPPFLAGS="-I/home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/usr/include -I/home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/include/fortify -I/home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/include " LDFLAGS="-L/home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/usr/lib -L/home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-11.3.0_musl/lib -znow -zrelro -liconv " ./configure --target=x86_64-openwrt-linux --host=x86_64-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --without-icu --disable-multimon --disable-docs --disable-tests --without-gtkmm --without-gtkmm3 --without-xerces --without-pam --disable-grabbitmqproxy --disable-vgauth --disable-deploypkg --without-root-privileges --without-kernel-modules --without-dnet --with-tirpc --without-x --without-gtk2 --without-gtk3 --without-xerces --enable-resolutionkms=no ; fi; ) configure: WARNING: unrecognized options: --disable-nls, --disable-grabbitmqproxy configure: loading site script /home/ubuntu/lede/include/site/x86_64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-openwrt-linux-gnu checking for x86_64-openwrt-linux-gcc... x86_64-openwrt-linux-musl-gcc checking whether the C compiler works... no configure: error: in /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558':
configure: error: C compiler cannot create executables
See `config.log' for more details
make[3]: *** [Makefile:150: /home/ubuntu/lede/build_dir/target-x86_64_musl/open-vm-tools-11.3.0-18090558/.configured_a17fb5ef857664f03cd0ce37cc5ea591] Error 77
make[3]: Leaving directory '/home/ubuntu/lede/feeds/packages/utils/open-vm-tools'
time: package/feeds/packages/open-vm-tools/compile#8.24#0.47#9.68
ERROR: package/feeds/packages/open-vm-tools failed to build.
make[2]: *** [package/Makefile:116: package/feeds/packages/open-vm-tools/compile] Error 1

Formating code blocks by wrapping them with pairs of ```


各位大佬看看能不能修复open-vm-tools-11.3.0的编译。如果不能修复,最好是merge openwrt/package里面的open-vm-tools-12.0.0,可以直接编译通过。

qemu-img编译出错,参照openwrt中的makefile修改下编译成功

qemu的makefile文件原内容为:
define Package/qemu-img
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Virtualization
TITLE:=QEMU Image utility
URL:=http://www.qemu.org
DEPENDS:=+glib2 $(QEMU_DEPS_IN_HOST)
endef
修改成
define Package/qemu-img
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Virtualization
TITLE:=QEMU Image utility
URL:=http://www.qemu.org
DEPENDS:=+glib2 $(CXX_DEPENDS) $(QEMU_DEPS_IN_HOST)
endef
后可以编译成功,我不懂原理,是不是makefile有问题

关于python-six/host的警告

最近一直弹这个烦人的警告:
WARNING: Makefile 'package/feeds/packages/openvswitch/Makefile' has a build dependency on 'python-six/host', which does not exist

我看了feeds/packages/lang/python/python-six/Makefile,
好像只定义了python-six ?
没有定义python-six/host ?

能不能修复一下这个warning?
要不把不存在的依赖去掉?
要不把需要的依赖加上去?
一直弹很烦啊。

ntpdate.init 的 init.d 文件会在imageBuilder 打包阶段报错 uci command not found

https://github.com/immortalwrt/packages/blob/master/net/ntpd/files/ntpdate.init#L7
现在比较新的分支的 openwrt 的/etc/init.d/ 里的脚本会被上层调用,里面的shell 基本是写成 变量和函数,这里调用 uci 之类的系统命令的话,会在 imageBuilder make image 的时候报错

Enabling ntpdate
./etc/init.d/ntpdate: line 7: uci: command not found

目前我是 hack 文件

if [ -f feeds/packages/net/ntpd/files/ntpdate.init ];then
    sed -i '2a [ ! -f /etc/openwrt_release ] && exit 0' feeds/packages/net/ntpd/files/ntpdate.init
fi

但是应该有 IPKG_INSTROOT 之类的 chroot 里去执行才对

qemu-ga 新改文件和open-vm-tools 冲突了

Collected errors:

  • check_data_file_clashes: Package qemu-ga wants to install file ~/lede/build_dir/target-x86_64_musl/root-x86/sbin/shutdown
    But that file is already provided by package * open-vm-tools
  • opkg_install_cmd: Cannot install package qemu-ga.
    package/Makefile:66: recipe for target 'package/install' failed
    make[2]: *** [package/install] Error 255

pgyvpn coredump issue

Maintainer: @aiamadeus
Environment: (put here arch, model, OpenWrt version)
X86 model @ OpenWrt R22.8.2 / LuCI Master (git-22.236.14286-082687d) Intel N5105@PVE

Description:
pgyvpn cause coredump timely everytime it shows 'disconnected'.

Formating code blocks by wrapping them with pairs of ```
Thu Aug 25 16:40:41 2022 user.notice vpnprogress: disconnected
Thu Aug 25 16:40:42 2022 kern.info kernel: [ 3068.181404] pgyvpnsvr[13356]: segfault at 8 ip 000000000046e53a sp 00007fa4aca84a50 error 4 in pgyvpnsvr[409000+d6000]
Thu Aug 25 16:40:42 2022 kern.info kernel: [ 3068.182817] Code: e8 ae fe ff ff 89 df 85 c0 75 0a e8 40 c0 f9 ff 40 b5 01 eb 05 e8 36 c0 f9 ff 5b 89 e8 5d 41 5c 41 5d 41 5e c3 90 48 83 ec 18 <8b> 7f 08 48 63 d2 e8 7b b5 f9 ff 85 c0 79 14 bf ff 7f 4f 00 48 89

Thu Aug 25 17:24:18 2022 user.notice vpnprogress: disconnected
Thu Aug 25 17:24:18 2022 kern.info kernel: [ 5684.216874] pgyvpnsvr[18567]: segfault at 8 ip 000000000046e53a sp 00007f4eaa786a50 error 4 in pgyvpnsvr[409000+d6000]
Thu Aug 25 17:24:18 2022 kern.info kernel: [ 5684.218645] Code: e8 ae fe ff ff 89 df 85 c0 75 0a e8 40 c0 f9 ff 40 b5 01 eb 05 e8 36 c0 f9 ff 5b 89 e8 5d 41 5c 41 5d 41 5e c3 90 48 83 ec 18 <8b> 7f 08 48 63 d2 e8 7b b5 f9 ff 85 c0 79 14 bf ff 7f 4f 00 48 89

Thu Aug 25 19:18:05 2022 user.notice vpnprogress: disconnected
Thu Aug 25 19:18:05 2022 kern.info kernel: [12510.844056] pgyvpnsvr[8799]: segfault at 8 ip 000000000046e53a sp 00007fe0a166ea50 error 4 in pgyvpnsvr[409000+d6000]
Thu Aug 25 19:18:05 2022 kern.info kernel: [12510.845532] Code: e8 ae fe ff ff 89 df 85 c0 75 0a e8 40 c0 f9 ff 40 b5 01 eb 05 e8 36 c0 f9 ff 5b 89 e8 5d 41 5c 41 5d 41 5e c3 90 48 83 ec 18 <8b> 7f 08 48 63 d2 e8 7b b5 f9 ff 85 c0 79 14 bf ff 7f 4f 00 48 89
Thu Aug 25 19:18:10 2022 user.notice vpnprogress: tryconnect
Thu Aug 25 19:18:10 2022 user.notice vpnprogress: tryconnect
Thu Aug 25 19:18:10 2022 user.notice vpnprogress: login_err
Thu Aug 25 19:18:10 2022 user.notice errcode: 1

frr升级到8.1.0后,使用lean lede源码编译ACRH17失败

frr升级到8.1.0后,使用lean lede源码编译ACRH17失败

checking for LIBYANG (libyang >= 2.0.0)... no
configure: error: libyang (>= 2.0.0) was not found on your system.
make[3]: *** [Makefile:248: /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/frr-1794094a65b904ae3a10c51f021c3b7800a9b116/.configured_a950d0882198878b162a57b001ee2d4c] Error 1
make[3]: Leaving directory '/workdir/openwrt/feeds/packages/net/frr'
time: package/feeds/packages/frr/compile#20.17#3.42#23.15
ERROR: package/feeds/packages/frr failed to build.
make[2]: *** [package/Makefile:116: package/feeds/packages/frr/compile] Error 1

logs_22.zip

请求更新 nlbwmon ,现在的2020版本好像有I/O错误,谢谢

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

Formating code blocks by wrapping them with pairs of ```

您好,能把17.01源码的docker换成最新版本吗?

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

Formating code blocks by wrapping them with pairs of ```

您好,大雕兄,请问能把 https://github.com/coolsnowwolf/openwrt 这个源码的docker换成最新版本吗?用现在的这个编译我试了几次都不能编译成功

更新后好像缺少依赖

Create index file './feeds/packages.index'
Create index file './feeds/luci.index'
Create index file './feeds/routing.index'
Create index file './feeds/telephony.index'
Create index file './feeds/oui.index'
Create index file './feeds/helloworld.index'
WARNING: Makefile 'package/feeds/packages/python-paho-mqtt/Makefile' has a dependency on 'python3-uuid', which does not exist
Installing all packages from feed packages.
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
Installing all packages from feed oui.
Installing all packages from feed helloworld.

更新后好像缺依赖

ramips 编译 tvheadend 报错

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

make[3]: Entering directory '/home/sky/openwrt/feeds/packages/multimedia/tvheadend'
mkdir -p /home/sky/openwrt/dl
SHELL= flock /home/sky/openwrt/tmp/.tvheadend-2021-11-16.tar.xz.flock -c ' /home/sky/openwrt/scripts/download.pl "/home/sky/openwrt/dl" "tvheadend-2021-11-16.tar.xz" "1645e90b6b8f104f2749fb0911493010f7ae3176253f2a96a4d6094536207c03" "" || ( /home/sky/openwrt/scripts/dl_github_archive.py --dl-dir="/home/sky/openwrt/dl" --url="https://github.com/tvheadend/tvheadend.git" --version="2efe90cdcf74fdc4179692d283cf46c85e1cf681" --subdir="tvheadend-2021-11-16" --source="tvheadend-2021-11-16.tar.xz" --hash="1645e90b6b8f104f2749fb0911493010f7ae3176253f2a96a4d6094536207c03" || ( echo "Checking out files from the git repository..."; mkdir -p /home/sky/openwrt/tmp/dl && cd /home/sky/openwrt/tmp/dl && rm -rf tvheadend-2021-11-16 && [ ! -d tvheadend-2021-11-16 ] && git clone https://github.com/tvheadend/tvheadend.git tvheadend-2021-11-16 && (cd tvheadend-2021-11-16 && git checkout 2efe90cdcf74fdc4179692d283cf46c85e1cf681 && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=cd tvheadend-2021-11-16 && git log -1 --format='\''@%ct'\'' && rm -rf tvheadend-2021-11-16/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c tvheadend-2021-11-16 | xz -zc -7e > /home/sky/openwrt/tmp/dl/tvheadend-2021-11-16.tar.xz && mv /home/sky/openwrt/tmp/dl/tvheadend-2021-11-16.tar.xz /home/sky/openwrt/dl/ && rm -rf tvheadend-2021-11-16; ); ) '
rm -f /home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/.built
touch /home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/.built_check
CFLAGS="-pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16:tvheadend-2021-11-16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/include -O3 -flto -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/include -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/include " CXXFLAGS="-pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16:tvheadend-2021-11-16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/include -flto -O3 -flto -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/include -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/include -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include/fortify -I/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/include " LDFLAGS="-L/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib -L/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/lib -L/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/usr/lib -L/home/sky/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-7.5.0_musl/lib -znow -zrelro -L/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/lib -L/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/lib -Wl,-rpath-link=/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/lib -flto " make -C /home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/. AR="mipsel-openwrt-linux-musl-gcc-ar" AS="mipsel-openwrt-linux-musl-gcc -c -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -iremap/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16:tvheadend-2021-11-16 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libiconv-stub/include -I/home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/usr/lib/libintl-stub/include -O3 -flto" LD=mipsel-openwrt-linux-musl-ld NM="mipsel-openwrt-linux-musl-gcc-nm" CC="mipsel-openwrt-linux-musl-gcc" GCC="mipsel-openwrt-linux-musl-gcc" CXX="mipsel-openwrt-linux-musl-g++" RANLIB="mipsel-openwrt-linux-musl-gcc-ranlib" STRIP=mipsel-openwrt-linux-musl-strip OBJCOPY=mipsel-openwrt-linux-musl-objcopy OBJDUMP=mipsel-openwrt-linux-musl-objdump SIZE=mipsel-openwrt-linux-musl-size CROSS="mipsel-openwrt-linux-musl-" ARCH="mipsel" OS=Linux ;
make[4]: Entering directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
make[5]: Entering directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make -f Makefile.webui WEBUI=std compile-std
make[6]: Entering directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
WEBUI std finished
make[6]: Leaving directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make -f Makefile.webui WEBUI=debug compile-debug
make[6]: Entering directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
WEBUI debug finished
make[6]: Leaving directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make[5]: Leaving directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make[4]: *** No rule to make target '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/data/dvb-scan/dvb-c/mk-Telekabel-Sveti', needed by '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/build.linux/bundle.c'. Stop.
make[4]: Leaving directory '/home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16'
make[3]: *** [Makefile:262: /home/sky/openwrt/build_dir/target-mipsel_24kc_musl/tvheadend-2021-11-16/.built] Error 2
make[3]: Leaving directory '/home/sky/openwrt/feeds/packages/multimedia/tvheadend'
time: package/feeds/packages/tvheadend/compile#1.07#0.08#1.12
make[2]: *** [package/Makefile:113: package/feeds/packages/tvheadend/compile] Error 2
make[2]: Leaving directory '/home/sky/openwrt'
make[1]: *** [package/Makefile:107: /home/sky/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/sky/openwrt'
make: *** [/home/sky/openwrt/include/toplevel.mk:227:world] 错误 2

Formating code blocks by wrapping them with pairs of ```

ERROR: package/feeds/packages/siit failed to build.

make[2]: Entering directory '/workdir/openwrt/feeds/packages/net/siit'
rm -f /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/.built
touch /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/.built_check
make -C /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.19.1 KCFLAGS="-fmacro-prefix-map=/workdir/openwrt/build_dir/target-aarch64_generic_musl=target-aarch64_generic_musl" HOSTCFLAGS="-O2 -I/workdir/openwrt/staging_dir/host/include -I/workdir/openwrt/staging_dir/hostpkg/include -I/workdir/openwrt/staging_dir/target-aarch64_generic_musl/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" KBUILD_BUILD_TIMESTAMP="Sat Aug 13 02:45:02 2022" KBUILD_BUILD_VERSION="0" KBUILD_HOSTLDFLAGS="-L/workdir/openwrt/staging_dir/host/lib" CONFIG_SHELL="bash" V=''  cmd_syscalls=  KERNELRELEASE=5.19.1 CC="ccache_cc" M="/workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2" modules
make[3]: Entering directory '/workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.19.1'
  CC [M]  /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/siit.o
../siit-1.2/siit.c: In function 'ip4_fragment':
../siit-1.2/siit.c:988:2: warning: ISO C90 forbids variable length array 'buff' [-Wvla]
  char buff[FRAG_BUFF_SIZE+hdr_len]; /* buffer to form new fragment packet */
  ^~~~
../siit-1.2/siit.c: In function 'siit_init':
../siit-1.2/siit.c:1379:2: error: implicit declaration of function 'random_ether_addr'; did you mean 'u64_to_ether_addr'? [-Werror=implicit-function-declaration]
  random_ether_addr(dev->dev_addr);
  ^~~~~~~~~~~~~~~~~
  u64_to_ether_addr
../siit-1.2/siit.c: In function 'siit_xmit':
../siit-1.2/siit.c:13[59](https://github.com/zhangguanzhang/Actions-OpenWrt/runs/7816614832?check_suite_focus=true#step:18:60):1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=]
 }
 ^
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:249: /workdir/openwrt/build_dir/target-aarch[64](https://github.com/zhangguanzhang/Actions-OpenWrt/runs/7816614832?check_suite_focus=true#step:18:65)_generic_musl/linux-rockchip_armv8/siit-1.2/siit.o] Error 1
make[3]: *** [Makefile:1[84](https://github.com/zhangguanzhang/Actions-OpenWrt/runs/7816614832?check_suite_focus=true#step:18:85)3: /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2] Error 2
make[3]: Leaving directory '/workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.19.1'
make[2]: Leaving directory '/workdir/openwrt/feeds/packages/net/siit'
make[2]: *** [Makefile:45: /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/.built] Error 2
time: package/feeds/packages/siit/compile#1.20#0.25#1.52
    ERROR: package/feeds/packages/siit failed to build.
make[1]: *** [package/Makefile:116: package/feeds/packages/siit/compile] Error 1
make[1]: Leaving directory '/workdir/openwrt'
make: *** [/workdir/openwrt/include/toplevel.mk:230: package/feeds/packages/siit/compile] Error 2

更新后 luci-app-music-remote-center 缺依赖

Create index file './feeds/packages.index'
Create index file './feeds/luci.index'
Create index file './feeds/routing.index'
Create index file './feeds/telephony.index'
Create index file './feeds/oui.index'
Create index file './feeds/helloworld.index'
WARNING: Makefile 'package/feeds/luci/luci-app-music-remote-center/Makefile' has a dependency on 'forked-daapd', which does not exist

conntrack-tools-1.4.7 编译出错

自从conntrack-tools-1.4.6升级到1.4.7就开始报错,报错如下,大佬们这是啥问题呢?

conntrack.c: In function 'nfct_mnl_dump':
conntrack.c:2451:17: warning: implicit declaration of function 'nfct_nlmsg_build_filter'; did you mean 'nfct_nlmsg_build'? [-Wimplicit-function-declaration]
2451 | nfct_nlmsg_build_filter(nlh, filter_dump);
| ^~~~~~~~~~~~~~~~~~~~~~~
| nfct_nlmsg_build
conntrack.c:2451:17: warning: nested extern declaration of 'nfct_nlmsg_build_filter' [-Wnested-externs]
conntrack.c: In function 'nfct_stats_cb':
conntrack.c:2531:18: error: 'CTA_STATS_CLASH_RESOLVE' undeclared (first use in this function); did you mean 'CTA_STATS_SEARCH_RESTART'?
2531 | [CTA_STATS_CLASH_RESOLVE] = "clash_resolve",
| ^~~~~~~~~~~~~~~~~~~~~~~
| CTA_STATS_SEARCH_RESTART
conntrack.c:2531:18: note: each undeclared identifier is reported only once for each function it appears in
conntrack.c:2531:18: error: array index in initializer not of integer type
conntrack.c:2531:18: note: (near initialization for 'attr2name')
conntrack.c:2532:18: error: 'CTA_STATS_CHAIN_TOOLONG' undeclared (first use in this function)
2532 | [CTA_STATS_CHAIN_TOOLONG] = "chaintoolong",
| ^~~~~~~~~~~~~~~~~~~~~~~
conntrack.c:2532:18: error: array index in initializer not of integer type
conntrack.c:2532:18: note: (near initialization for 'attr2name')
conntrack.c:2537:39: warning: initialized field overwritten [-Woverride-init]
2537 | [CTA_STATS_MAX + 1] = "unknown1",
| ^~~~~~~~~~
conntrack.c:2537:39: note: (near initialization for 'attr2name[14]')
conntrack.c:2538:39: warning: initialized field overwritten [-Woverride-init]
2538 | [CTA_STATS_MAX + 2] = "unknown2",
| ^~~~~~~~~~
conntrack.c:2538:39: note: (near initialization for 'attr2name[15]')
conntrack.c: In function 'do_command_ct':
conntrack.c:3258:51: error: 'NFCT_FILTER_DUMP_STATUS' undeclared (first use in this function); did you mean 'NFCT_FILTER_DUMP_MAX'?
3258 | NFCT_FILTER_DUMP_STATUS,
| ^~~~~~~~~~~~~~~~~~~~~~~
| NFCT_FILTER_DUMP_MAX
make[7]: *** [Makefile:696: conntrack.o] Error 1
make[7]: Leaving directory '/home/rq/lede/build_dir/target-aarch64_cortex-a53_musl/conntrack-tools-1.4.7/src'
make[6]: *** [Makefile:738: all-recursive] Error 1
make[6]: Leaving directory '/home/rq/lede/build_dir/target-aarch64_cortex-a53_musl/conntrack-tools-1.4.7/src'
make[5]: *** [Makefile:515: all] Error 2
make[5]: Leaving directory '/home/rq/lede/build_dir/target-aarch64_cortex-a53_musl/conntrack-tools-1.4.7/src'
make[4]: *** [Makefile:541: all-recursive] Error 1
make[4]: Leaving directory '/home/rq/lede/build_dir/target-aarch64_cortex-a53_musl/conntrack-tools-1.4.7'
make[3]: *** [Makefile:83: /home/rq/lede/build_dir/target-aarch64_cortex-a53_musl/conntrack-tools-1.4.7/.built] Error 2
make[3]: Leaving directory '/home/rq/lede/feeds/packages/net/conntrack-tools'
time: package/feeds/packages/conntrack-tools/compile#25.58#22.99#42.24
ERROR: package/feeds/packages/conntrack-tools failed to build.
make[2]: *** [package/Makefile:116: package/feeds/packages/conntrack-tools/compile] Error 1
make[2]: Leaving directory '/home/rq/lede'
make[1]: *** [package/Makefile:110: /home/rq/lede/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/rq/lede'
make: *** [/home/rq/lede/include/toplevel.mk:230:world] 错误 2
rq@rq:~/lede$

packages/net/haproxy dependent on liblua5.3

Maintainer: @coolsnowwolf
Environment: Friendlyarm NanoPi R2S Rockchip RK3328 ARM Cortex-A53, Openwrt 19.07

Description:
Consider NOT to put haproxy new version into default branch master?
New version haproxy depend on liblua5.3, while liblua5.3 is not available in package feed.
Previous version (branch openwrt-19.07) does not depend on liblua5.3, instead Makefile download lua 5.X by itself.

It will make compilation fails due to lua5.3 not found.
Workaround is specity branch in src-git
src-git packages https://github.com/coolsnowwolf/packages;openwrt-19.07

请求更新NODE

自己手动改 结果编译失败 请求更新NODE 14.17.0-2
我在软件源里安装 会导致NODE崩溃无法运行

关于runc的问题

今天刚刚编译 发现 feeds/packages/utils/runc/Makefile有问题

12行 PKG_SOURCE_VERSION: =f46b6ba2c9314cfc8caae24a32ec5fe9ef1059fe
编译的时候会报错 提示PKG源版本是52b36a2dd837e8462de8e01458bf02cf9eea47dd
而这个源版本是1.02的那个 不知道什么问题

使用mwan负载均衡时,端口映射出现问题

我的环境是两条pppoe的线路进来。负载均衡本身没问题,但是做端口映射的时候只有一个wan口的ip映射正常,使用telnet的时候两个wan口的ip都能telnet通,但是应用使用的时候不正常,我猜应该是wan2回去的包走了某个规则,导致从wan1出去,导致telnet 能通,但是不能正常使用,但是具体引起的地方我找不到,有人遇到过这个问题吗?

open-vm-tools-12.0.0-19345655 error

Please make sure that the issue subject starts with <package-name>:

This repo here is only for packages maintained in this repo. For base packages residing in the same repo as the build system and maintained by core devs, please consider opening tickets there for more timely responses

Issue template (remove lines from top till here)

Maintainer: @<github-user> (find it by checking history of the package Makefile)
Environment: (put here arch, model, OpenWrt version)

Description:

Formating code blocks by wrapping them with pairs of ```

make[3]: Entering directory '/home/alex/lede/feeds/packages/utils/open-vm-tools'
mkdir -p /home/alex/lede/dl
SHELL= flock /home/alex/lede/tmp/.open-vm-tools-12.0.0-19345655.tar.gz.flock -c ' /home/alex/lede/scripts/download.pl "/home/alex/lede/dl" "open-vm-tools-12.0.0-19345655.tar.gz" "ea3755d80ba0e775" "" "https://github.com/vmware/open-vm-tools/releases/download/stable-12.0.0" '
rm -f /home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/.built
touch /home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/.built_check
CFLAGS="-Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/alex/lede/build_dir/target-x86_64_musl/open-345655 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/include -I/home//libintl-stub/include -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/include -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include/fortify -I/home/alex/linclude -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/include -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/include " CXXFLAGS="-Os -pipe -for=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655=open-vm-tools-12.0.0-19345655 -Wformat -Wer_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/include -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/includ4_gcc-8.4.0_musl/usr/include -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include/fortify -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include -I/home/alexiconv-stub/include -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/include " LDFLAGS="-L/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/usr/lib -L/home/alesl/lib -znow -zrelro -L/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/lib -Wl,-rpath-link=/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/lib -L/h/lib/libintl-stub/lib -Wl,-rpath-link=/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/lib -liconv " make -C /home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-1cc-ar" AS="x86_64-openwrt-linux-musl-gcc -c -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/alex/led0.0-19345655=open-vm-tools-12.0.0-19345655 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/alex/lede/staging_dir/target-x86_64_musl/usaging_dir/target-x86_64_musl/usr/lib/libintl-stub/include" LD=x86_64-openwrt-linux-musl-ld NM="x86_64-openwrt-linux-musl-gcc-nm" CC="x86_64-openwrt-linux-musl-gcc" GCC="x86_64-openwrt-linuxANLIB="x86_64-openwrt-linux-musl-gcc-ranlib" STRIP=x86_64-openwrt-linux-musl-strip OBJCOPY=x86_64-openwrt-linux-musl-objcopy OBJDUMP=x86_64-openwrt-linux-musl-objdump SIZE=x86_64-openwrt-li ARCH="x86_64" ;
make[4]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655'
Making all in lib
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib'
Making all in guestRpc
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestRpc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestRpc'
Making all in auth
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/auth'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/auth'
Making all in backdoor
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/backdoor'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/backdoor'
Making all in asyncsocket
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/asyncsocket'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/asyncsocket'
Making all in sslDirect
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/sslDirect'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/sslDirect'
Making all in pollGtk
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/pollGtk'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/pollGtk'
Making all in poll
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/poll'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/poll'
Making all in dataMap
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dataMap'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dataMap'
Making all in hashMap
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hashMap'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hashMap'
Making all in dict
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dict'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dict'
Making all in dynxdr
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dynxdr'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/dynxdr'
Making all in err
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/err'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/err'
Making all in file
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/file'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/file'
Making all in foundryMsg
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/foundryMsg'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/foundryMsg'
Making all in glibUtils
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/glibUtils'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/glibUtils'
Making all in guestApp
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestApp'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestApp'
Making all in guestStoreClientHelper
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestStoreClientHelper'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/guestStoreClientHelper'
Making all in globalConfig
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/globalConfig'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/globalConfig'
Making all in hgfs
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfs'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfs'
Making all in hgfsBd
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsBd'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsBd'
Making all in hgfsHelper
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsHelper'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsHelper'
Making all in hgfsServer
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServer'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServer'
Making all in hgfsServerManagerGuest
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServerManagerGuest'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServerManagerGuest'
Making all in hgfsServerPolicyGuest
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServerPolicyGuest'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/hgfsServerPolicyGuest'
Making all in impersonate
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/impersonate'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/impersonate'
Making all in lock
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/lock'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/lock'
Making all in message
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/message'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/message'
Making all in misc
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/misc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/misc'
Making all in netUtil
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/netUtil'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/netUtil'
Making all in nicInfo
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/nicInfo'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/nicInfo'
Making all in panic
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/panic'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/panic'
Making all in panicDefault
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/panicDefault'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/panicDefault'
Making all in procMgr
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/procMgr'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/procMgr'
Making all in rpcChannel
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcChannel'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcChannel'
Making all in rpcIn
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcIn'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcIn'
Making all in rpcOut
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcOut'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcOut'
Making all in rpcVmx
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcVmx'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/rpcVmx'
Making all in slashProc
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/slashProc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/slashProc'
Making all in string
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/string'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/string'
Making all in jsmn
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/jsmn'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/jsmn'
Making all in stubs
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/stubs'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/stubs'
Making all in syncDriver
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/syncDriver'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/syncDriver'
Making all in system
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/system'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/system'
Making all in unicode
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/unicode'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/unicode'
Making all in user
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/user'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/user'
Making all in vmCheck
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/vmCheck'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/vmCheck'
Making all in vmSignal
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/vmSignal'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/vmSignal'
Making all in wiper
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/wiper'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/wiper'
Making all in xdg
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/xdg'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/xdg'
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib'
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib'
Making all in libguestStoreClient
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestStoreClient'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestStoreClient'
Making all in libvmtools
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libvmtools'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libvmtools'
Making all in libhgfs
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libhgfs'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libhgfs'
Making all in hgfsclient
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/hgfsclient'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/hgfsclient'
Making all in checkvm
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/checkvm'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/checkvm'
Making all in libguestlib
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestlib'
make all-am
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestlib'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestlib'
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/libguestlib'
Making all in rpctool
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/rpctool'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/rpctool'
Making all in namespacetool
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/namespacetool'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/namespacetool'
Making all in scripts
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/scripts'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/scripts'
Making all in services
make[5]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services'
Making all in vmtoolsd
make[6]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services/vmtoolsd'
make all-am
make[7]: Entering directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services/vmtoolsd'
x86_64-openwrt-linux-musl-gcc -DPACKAGE_NAME="open-vm-tools" -DPACKAGE_TARNAME="open-vm-tools" -DPACKAGE_VERSION="12.0.0" -DPACKAGE_STRING="open-vm-tools\ 12.0.0" -DPACKAGE_BUGREPOR-DPACKAGE_URL="" -DX_DISPLAY_MISSING=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H="open-vm-tools" -DVERSION="12.0.0" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_FUSE3=1 -DFUSE_USE_VERSION=35 -DHAVE_DLOPEN=1 -DHAVE_ECVT=1 -DHAVE_FCVT=1 -DHAVE_GETIFADDRS=1 -DHAVE_G_CRYPT_H=1 -DHAVE_IFADDRS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_NET_IF_H=1 -DHAVE_SYS_AUXV_H=1 -DHAVE_SYS_IO_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYER_H=1 -DHAVE_SYS_VFS_H=1 -DHAVE_UNWIND_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STRUCT_TIMESPEC_TV_SEC=1 -DTIME_WITH_SYS_TIME=1 -DNO_XSM=1 -DNO_XCOMPOSITE=e/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0 -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/glib-2.0/include -I/home/alex/lede/staging_dir/target-x86_64_musl/usx86_64_musl/usr/include -pthread -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0 -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/glib-2.0/include -I/home/alex -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0 -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/glib-2.0/include -I/home/alex/lede/staging_dir/target-x86_64ging_dir/target-x86_64_musl/usr/include/glib-2.0 -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/glib-2.0/include -I. -DVMTOOLSD_PLUGIN_ROOT="/usr/lib/open-vm-tools/plugins" -I/-vm-tools-12.0.0-19345655/lib/include -I/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/lib/include -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/ain-x86_64_gcc-8.4.0_musl/include/fortify -I/home/alex/lede/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/include -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/includsl/usr/lib/libintl-stub/include -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -DNO_ICU -DVMX86_TOOLS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_Dplt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655=open-vm-tools-12fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libiconv-stub/include -I/home/alex/lede/staging_dir/target-x86_64_musl/-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-deprecated-declarations -Wno-unused-const-variable -Wno-unused-but-set-variable -MT vmtoolspo -c -o vmtoolsd-cmdLine.o test -f 'cmdLine.c' || echo './'cmdLine.c
In file included from cmdLine.c:34:
/home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0/glib/gi18n.h:26: error: "_" redefined [-Werror]
#define _(String) gettext (String)

In file included from /home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0/glib/gi18n.h:23,
from cmdLine.c:34:
/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/include/libintl.h:41: note: this is the location of the previous definition
#define _(String) (String)

In file included from cmdLine.c:34:
/home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0/glib/gi18n.h:28: error: "N_" redefined [-Werror]
#define N_(String) (String)

In file included from /home/alex/lede/staging_dir/target-x86_64_musl/usr/include/glib-2.0/glib/gi18n.h:23,
from cmdLine.c:34:
/home/alex/lede/staging_dir/target-x86_64_musl/usr/lib/libintl-stub/include/libintl.h:42: note: this is the location of the previous definition
#define N_(String) String

cc1: all warnings being treated as errors
make[7]: *** [Makefile:595: vmtoolsd-cmdLine.o] Error 1
make[7]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services/vmtoolsd'
make[6]: *** [Makefile:470: all] Error 2
make[6]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services/vmtoolsd'
make[5]: *** [Makefile:499: all-recursive] Error 1
make[5]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/services'
make[4]: *** [Makefile:563: all-recursive] Error 1
make[4]: Leaving directory '/home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655'
make[3]: *** [Makefile:149: /home/alex/lede/build_dir/target-x86_64_musl/open-vm-tools-12.0.0-19345655/.built] Error 2
make[3]: Leaving directory '/home/alex/lede/feeds/packages/utils/open-vm-tools'
time: package/feeds/packages/open-vm-tools/compile#0.97#0.26#1.40
ERROR: package/feeds/packages/open-vm-tools failed to build.
make[2]: *** [package/Makefile:116: package/feeds/packages/open-vm-tools/compile] Error 1
make[2]: Leaving directory '/home/alex/lede'
make[1]: *** [package/Makefile:110: /home/alex/lede/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/alex/lede'
make: *** [/home/alex/lede/include/toplevel.mk:230: world] Error 2

jq 执行报 Segmentation fault

使用 https://github.com/coolsnowwolf/lede 最近提提交编译出来的jq,执行都会提示 Segmentation fault.
使用opkg 升级到 1.6-1 后能正常运行。

package/feeds/packages/syncthing failed to build with Golang 1.19

Maintainer: @Sunshine-Planet (find it by checking history of the package Makefile)
Environment: x86_64 R22.11.11

Description:

The version of quic-go you're using can't be built on Go 1.19 yet.

Reverting commit 4bdfbb5 to use golang 1.18 works for me.

Log:

Building targets
github.com/lucas-clemente/quic-go/internal/qtls
# github.com/lucas-clemente/quic-go/internal/qtls
../../vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-cle
mente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.19 yet. F...) as int value in variable declaration

make[3]: *** [Makefile:68: /home/dieter/source/lede/build_dir/target-x86_64_musl/syncthing-1.20.1/syncthing/.built] Error 2
make[3]: Leaving directory '/home/dieter/source/lede/feeds/packages/utils/syncthing'
time: package/feeds/packages/syncthing/compile#2.02#0.98#1.54
    ERROR: package/feeds/packages/syncthing failed to build.

ldns该更新了

libldns的版本太旧,ldns-1.6.17已知是和openssl 1.1.x不兼容,会导致编译失败

checking for x86_64-openwrt-linux-ar... /home/ubuntu/lede/staging_dir/toolchain-x86_64_gcc-7.5.0_musl/bin/x86_64-openwrt-linux-ar
checking for SSL... found in /home/ubuntu/lede/staging_dir/target-x86_64_musl/usr
checking for HMAC_CTX_init in -lcrypto... no
checking if -lcrypto needs -lgdi32... no
checking if -lcrypto needs -ldl... no
configure: error: OpenSSL found in /home/ubuntu/lede/staging_dir/target-x86_64_musl/usr, but version 0.9.7 or higher is required
Makefile:83: recipe for target '/home/ubuntu/lede/build_dir/target-x86_64_musl/ldns-1.6.17/.configured_68b329da9893e34099c7d8ad5cb9c940' failed
make[3]: *** [/home/ubuntu/lede/build_dir/target-x86_64_musl/ldns-1.6.17/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
make[3]: Leaving directory '/home/ubuntu/lede/feeds/packages/libs/ldns'
time: package/feeds/packages/ldns/compile#8.64#0.82#10.33
package/Makefile:111: recipe for target 'package/feeds/packages/ldns/compile' failed
make[2]: *** [package/feeds/packages/ldns/compile] Error 2
make[2]: Leaving directory '/home/ubuntu/lede'
package/Makefile:107: recipe for target '/home/ubuntu/lede/staging_dir/target-x86_64_musl/stamp/.package_compile' failed
make[1]: *** [/home/ubuntu/lede/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/ubuntu/lede'
/home/ubuntu/lede/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2

更新源码后缺依赖

WARNING: Makefile 'package/feeds/packages/libesmtp/Makefile' has a build dependency on 'meson/host', which does not exist
WARNING: Makefile 'package/feeds/packages/midisport-firmware/Makefile' has a dependency on 'fxload', which does not exist
WARNING: Makefile 'package/feeds/packages/openvswitch/Makefile' has a build dependency on 'python-six/host', which does not exist
WARNING: Makefile 'package/feeds/packages/ovn/Makefile' has a build dependency on 'python-six/host', which does not exist

node-npm 执行出错

npm -h 执行即报错,不能安装任何包

# npm -h
Error: Cannot convert name to ASCII
    at Url.parse (url.js:337:23)
    at Object.urlParse [as parse] (url.js:97:13)
    at Object.validateUrl [as validate] (/usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:172:13)
    at validate (/usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:221:24)
    at validate (/usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:187:11)
    at /usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:104:12
    at Array.map (<anonymous>)
    at /usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:70:15
    at Array.forEach (<anonymous>)
    at Function.clean (/usr/lib/node_modules/npm/node_modules/nopt/lib/nopt.js:58:21)
/usr/lib/node_modules/npm/lib/npm.js:61
      throw new Error('npm.load() required')
      ^

Error: npm.load() required
    at Object.get (/usr/lib/node_modules/npm/lib/npm.js:61:13)
    at process.errorHandler (/usr/lib/node_modules/npm/lib/utils/error-handler.js:205:18)
    at emitOne (events.js:116:13)
    at process.emit (events.js:211:7)
    at process._fatalException (bootstrap_node.js:391:26)

包信息:


# opkg info node
Package: node
Version: v8.16.1-1
Depends: libc, libssp, librt, libpthread, libstdcpp, libopenssl, zlib, libnghttp2, libuv, libhttp-parser, icu
Status: install ok installed
Section: lang
Architecture: x86_64
Size: 5390516
Filename: node_v8.16.1-1_x86_64.ipk
Description: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses
 an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js'
 package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Installed-Time: 1579241783


# opkg info node-npm
Package: node-npm
Version: v8.16.1-1
Depends: libc, libssp, librt, libpthread, node
Status: install user installed
Section: lang
Architecture: x86_64
Size: 3785191
Filename: node-npm_v8.16.1-1_x86_64.ipk
Description: NPM is the package manager for NodeJS
Installed-Time: 1579241784

luci-app-music-remote-center 编译还是出错

configure: error: Unable to link function av_init_packet
configure: WARNING: cache variable pkg_cv_LIBAV_VERSION contains a newline
make[3]: *** [Makefile:80: /home/mitsuki/lede/build_dir/target-x86_64_musl/owntone-28.5/.configured_a17fb5ef857664f03cd0ce37cc5ea591] Error 1
make[3]: Leaving directory '/home/mitsuki/lede/feeds/packages/sound/owntone'
time: package/feeds/packages/owntone/compile#16.50#2.56#20.36
ERROR: package/feeds/packages/owntone failed to build.
make[2]: *** [package/Makefile:116: package/feeds/packages/owntone/compile] Error 1
make[2]: Leaving directory '/home/mitsuki/lede'
make[1]: *** [package/Makefile:110: /home/mitsuki/lede/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/mitsuki/lede'
make: *** [/home/mitsuki/lede/include/toplevel.mk:230:world] 错误 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.