[Buildroot] [PATCH] rtptools: needs RPC support

Peter Korsgaard peter at korsgaard.com
Wed Sep 23 21:25:17 UTC 2015


>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera at imgtec.com> writes:

 > rtptools needs a toolchain with RPC support, otherwise it will fail with
 > an error message like this one:

 > host2ip.c:13:38: fatal error: rpcsvc/ypclnt.h: No such file or directory
 >  #include <rpcsvc/ypclnt.h>   /* YP */

Hmm, are you sure?

I just did a test build here with a toolchain without RPC support:

find output/staging/usr -name ypclnt.h

But it still built. I do see that rpctools itself contain that header
file:

find output/build/rtptools-1.20 -name ypclnt.h
output/build/rtptools-1.20/nt/include/ypclnt.h
output/build/rtptools-1.20/nt/include/rpcsvc/ypclnt.h

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list