Re: [yocto] Dunfell busybox NFS mount fails to build

2020-06-15 Thread MikeB
Removing the libnsl2 dependency worked for tcp-wrappers, but a similar situation arose with python3. In the case of python3, removing libnsl2 dependency caused other failures in the build. However, reading some comments in util-linux/mount.c, the CONFIG_FEATURE_MOUNT_NFS seems to only apply to ke

Re: [yocto] Dunfell busybox NFS mount fails to build

2020-06-13 Thread Khem Raj
On Saturday, June 13, 2020 4:06:59 PM PDT MikeB wrote: > I'm trying to build busybox on Dunfell with NFS mount configured > (CONFIG_FEATURE_MOUNT_NFS). The build fails with the following. > | util-linux/mount.c:253:11: fatal error: rpc/rpc.h: No such file or > | directory| > | 253 | # include >

[yocto] Dunfell busybox NFS mount fails to build

2020-06-13 Thread MikeB
I'm trying to build busybox on Dunfell with NFS mount configured (CONFIG_FEATURE_MOUNT_NFS).  The build fails with the following. | util-linux/mount.c:253:11: fatal error: rpc/rpc.h: No such file or directory |   253 | # include Reading online, later versions of glibc no longer install rpc head