Temat: Błąd kompilacji z nfs-kernel-server
Od paru tygodni kompilacja OpenWrt snapshot dla BT Home Hub 5a (Lantiq vrx200) wywraca się w punkcie:
SHELL= flock /local/SAMSUNG500/openwrtBTHH5/tmp/.root-copy.flock -c 'cp -fpR /local/SAMSUNG500/openwrtBTHH5/build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/packages/.pkgdir/kernel/. /local/SAMSUNG500/openwrtBTHH5/staging_dir/target-mips_24kc_musl/root-lantiq/'
touch /local/SAMSUNG500/openwrtBTHH5/staging_dir/target-mips_24kc_musl/root-lantiq/stamp/.kernel_installed
ERROR: module '/local/SAMSUNG500/openwrtBTHH5/build_dir/target-mips_24kc_musl/linux-lantiq_xrx200/linux-4.19.69/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko' is missing.
make[3]: *** [modules/fs.mk:407: /local/SAMSUNG500/openwrtBTHH5/bin/targets/lantiq/xrx200/packages/kmod-fs-nfs-common-rpcsec_4.19.69-1_mips_24kc.ipk] Error 1
make[3]: Leaving directory '/local/SAMSUNG500/openwrtBTHH5/package/kernel/linux'
time: package/kernel/linux/compile#4.22#0.49#5.95
make[2]: *** [package/Makefile:113: package/kernel/linux/compile] Error 2
make[2]: Leaving directory '/local/SAMSUNG500/openwrtBTHH5'
make[1]: *** [package/Makefile:107: /local/SAMSUNG500/openwrtBTHH5/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/local/SAMSUNG500/openwrtBTHH5'
make: *** [/local/SAMSUNG500/openwrtBTHH5/include/toplevel.mk:218: world] Błąd 2Ten sam błąd pojawia się na starszym OpenSuse Leap 15 jak i na Debianie 10.
Usunięcie pakietów związanych z nfs skutkuje poprawną kompilacją.
Jakieś braki w moim systemie operacyjnym czy błąd po stronie OpenWrt?