compile 1.10.4 using buildroot

Denys Vlasenko vda.linux at googlemail.com
Wed Sep 3 17:46:39 UTC 2008


On Tuesday 02 September 2008 04:21, Steven Woody wrote:
> I got the following error:
> 
> util-linux/mount.c:520:2: error: #error "You need to build uClibc with
> UCLIBC_HAS_RPC for NFS support."   But I think the uClibc has already
> turned the flag.

Comes from here:

/* This is just a warning of a common mistake.  Possibly this should be a
 * uclibc faq entry rather than in busybox... */
#if defined(__UCLIBC__) && ! defined(__UCLIBC_HAS_RPC__)
#error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support."
#endif


> below is from uClibc-0.9.29.config:
> 
> #
> # Networking Support
> #
> UCLIBC_HAS_IPV6=y
> UCLIBC_HAS_RPC=y
> UCLIBC_HAS_FULL_RPC=y
> UCLIBC_HAS_REENTRANT_RPC=y
> # UCLIBC_USE_NETLINK is not set
> # UCLIBC_HAS_BSD_RES_CLOSE is not set
> 
> any clue?  Thanks.

Something broke, probably in uclibc. Do you see __UCLIBC_HAS_RPC__
#defined in include/bits/uClibc_config.h ?

--
vda



More information about the busybox mailing list