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 <rpc/rpc.h>

Reading online, later versions of glibc no longer install rpc headers.  Once 
suggested solution is to configure glibc with --enable-obsolete-rpc.  I tried 
that, but then the build fails as follows.

ERROR: tcp-wrappers-7.6-r10 do_prepare_recipe_sysroot: The file 
/usr/include/rpcsvc/yppasswd.x is installed by both glibc and libnsl2, aborting

I also tried adding libtirpc as a dependency to busybox; no luck there either.

Can someone give me a workaround for this problem?

Thanks.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#49637): https://lists.yoctoproject.org/g/yocto/message/49637
Mute This Topic: https://lists.yoctoproject.org/mt/74866908/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to