Strange packaging fails

When I try to compile the x86_64 target of the 5.4 kernel from https://git.openwrt.org/openwrt/staging/xback.git, these strange packaging errors always occur. The kernel module has been successfully compiled, but it still prompts for missing files.

SHELL= flock /home/nasbdh9/xback/tmp/.root-copy.flock -c 'cp -fpR /home/nasbdh9/xback/build_dir/target-x86_64_musl/linux-x86_64/packages/.pkgdir/kernel/. /home/nasbdh9/xback/staging_dir/target-x86_64_musl/root-x86/'
touch /home/nasbdh9/xback/staging_dir/target-x86_64_musl/root-x86/stamp/.kernel_installed
Package kmod-r8169 is missing dependencies for the following libraries:
libphy.ko
make[3]: *** [modules/netdevices.mk:556: /home/nasbdh9/xback/bin/targets/x86/64/packages/kmod-r8169_5.4.14-1_x86_64.ipk] Error 1

This is known and is one of the main reasons why the commit is still marked as WIP :slightly_smiling_face:

1 Like