typedef unsigned long u_long, ulong; ^~~~~~ make[4]: In file included from auth_none.c:49:0: ../tirpc/rpc/types.h:79:9: error: unknown type name '__quad_t' typedef __quad_t quad_t; ^~~~~~~~ *** Waiting for unfinished jobs.... ../tirpc/rpc/types.h:79:18: error: conflicting types for 'quad_t' typedef __quad_t quad_t; ^~~~~~ In file included from ../tirpc/rpc/types.h:41:0, from auth_none.c:49: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:68:19: note: previous declaration of 'quad_t' was here typedef long long quad_t; ^~~~~~ In file included from auth_none.c:49:0: ../tirpc/rpc/types.h:80:9: error: unknown type name '__u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~~~ ../tirpc/rpc/types.h:80:20: error: conflicting types for 'u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~ In file included from ../tirpc/rpc/types.h:41:0, from auth_none.c:49: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:69:28: note: previous declaration of 'u_quad_t' was here typedef unsigned long long u_quad_t; ^~~~~~~~ In file included from auth_none.c:49:0: ../tirpc/rpc/types.h:81:9: error: unknown type name '__fsid_t' typedef __fsid_t fsid_t; ^~~~~~~~ ../tirpc/rpc/types.h:85:9: error: unknown type name '__daddr_t' typedef __daddr_t daddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:9: error: unknown type name '__caddr_t' typedef __caddr_t caddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:19: error: conflicting types for 'caddr_t' typedef __caddr_t caddr_t; ^~~~~~~ In file included from ../tirpc/rpc/types.h:41:0, from auth_none.c:49: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:63:15: note: previous declaration of 'caddr_t' was here typedef char *caddr_t; ^~~~~~~ authunix_prot.c: In function 'xdr_authunix_parms': authunix_prot.c:58:25: warning: pointer targets in passing argument 2 of 'xdr_u_int' differ in signedness [-Wpointer-sign] && xdr_u_int(xdrs, &(p->aup_uid)) ^ In file included from authunix_prot.c:40:0: ../tirpc/rpc/xdr.h:290:15: note: expected 'u_int * {aka int *}' but argument is of type 'uid_t * {aka unsigned int *}' extern bool_t xdr_u_int(XDR *, u_int *); ^~~~~~~~~ authunix_prot.c:59:25: warning: pointer targets in passing argument 2 of 'xdr_u_int' differ in signedness [-Wpointer-sign] && xdr_u_int(xdrs, &(p->aup_gid)) ^ In file included from authunix_prot.c:40:0: ../tirpc/rpc/xdr.h:290:15: note: expected 'u_int * {aka int *}' but argument is of type 'gid_t * {aka unsigned int *}' extern bool_t xdr_u_int(XDR *, u_int *); ^~~~~~~~~ authunix_prot.c:60:25: warning: passing argument 2 of 'xdr_array' from incompatible pointer type [-Wincompatible-pointer-types] && xdr_array(xdrs, (caddr_t *)&(p->aup_gids), ^ In file included from authunix_prot.c:40:0: ../tirpc/rpc/xdr.h:311:15: note: expected 'char **' but argument is of type 'caddr_t * {aka int *}' extern bool_t xdr_array(XDR *, char **, u_int *, u_int, u_int, xdrproc_t); ^~~~~~~~~ make[4]: *** [libtirpc_la-authunix_prot.lo] Error 1 make[4]: *** [libtirpc_la-clnt_bcast.lo] Error 1 In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:75:9: error: unknown type name '__u_char' typedef __u_char u_char; ^~~~~~~~ ../tirpc/rpc/types.h:75:18: error: conflicting types for 'u_char' typedef __u_char u_char; ^~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:64:23: note: previous declaration of 'u_char' was here typedef unsigned char u_char; ^~~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:76:9: error: unknown type name '__u_short' typedef __u_short u_short; ^~~~~~~~~ ../tirpc/rpc/types.h:76:19: error: conflicting types for 'u_short' typedef __u_short u_short; ^~~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:65:24: note: previous declaration of 'u_short' was here typedef unsigned short u_short, ushort; ^~~~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:77:9: error: unknown type name '__u_int' typedef __u_int u_int; ^~~~~~~ ../tirpc/rpc/types.h:77:17: error: conflicting types for 'u_int' typedef __u_int u_int; ^~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:66:18: note: previous declaration of 'u_int' was here typedef unsigned u_int, uint; ^~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:78:9: error: unknown type name '__u_long' typedef __u_long u_long; ^~~~~~~~ ../tirpc/rpc/types.h:78:18: error: conflicting types for 'u_long' typedef __u_long u_long; ^~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:67:23: note: previous declaration of 'u_long' was here typedef unsigned long u_long, ulong; ^~~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:79:9: error: unknown type name '__quad_t' typedef __quad_t quad_t; ^~~~~~~~ ../tirpc/rpc/types.h:79:18: error: conflicting types for 'quad_t' typedef __quad_t quad_t; ^~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:68:19: note: previous declaration of 'quad_t' was here typedef long long quad_t; ^~~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:80:9: error: unknown type name '__u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~~~ ../tirpc/rpc/types.h:80:20: error: conflicting types for 'u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:69:28: note: previous declaration of 'u_quad_t' was here typedef unsigned long long u_quad_t; ^~~~~~~~ In file included from ../tirpc/rpc/xdr.h:46:0, from ../tirpc/rpc/auth.h:49, from ../tirpc/rpc/clnt.h:43, from clnt_dg.c:45: ../tirpc/rpc/types.h:81:9: error: unknown type name '__fsid_t' typedef __fsid_t fsid_t; ^~~~~~~~ ../tirpc/rpc/types.h:85:9: error: unknown type name '__daddr_t' typedef __daddr_t daddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:9: error: unknown type name '__caddr_t' typedef __caddr_t caddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:19: error: conflicting types for 'caddr_t' typedef __caddr_t caddr_t; ^~~~~~~ In file included from clnt_dg.c:37:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:63:15: note: previous declaration of 'caddr_t' was here typedef char *caddr_t; ^~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:75:9: error: unknown type name '__u_char' typedef __u_char u_char; ^~~~~~~~ ../tirpc/rpc/types.h:75:18: error: conflicting types for 'u_char' typedef __u_char u_char; ^~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:64:23: note: previous declaration of 'u_char' was here typedef unsigned char u_char; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:76:9: error: unknown type name '__u_short' typedef __u_short u_short; ^~~~~~~~~ ../tirpc/rpc/types.h:76:19: error: conflicting types for 'u_short' typedef __u_short u_short; ^~~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:65:24: note: previous declaration of 'u_short' was here typedef unsigned short u_short, ushort; ^~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:77:9: error: unknown type name '__u_int' typedef __u_int u_int; ^~~~~~~ ../tirpc/rpc/types.h:77:17: error: conflicting types for 'u_int' typedef __u_int u_int; ^~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:66:18: note: previous declaration of 'u_int' was here typedef unsigned u_int, uint; ^~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:78:9: error: unknown type name '__u_long' typedef __u_long u_long; ^~~~~~~~ ../tirpc/rpc/types.h:78:18: error: conflicting types for 'u_long' typedef __u_long u_long; ^~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:67:23: note: previous declaration of 'u_long' was here typedef unsigned long u_long, ulong; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:79:9: error: unknown type name '__quad_t' typedef __quad_t quad_t; ^~~~~~~~ ../tirpc/rpc/types.h:79:18: error: conflicting types for 'quad_t' typedef __quad_t quad_t; ^~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:68:19: note: previous declaration of 'quad_t' was here typedef long long quad_t; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:80:9: error: unknown type name '__u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~~~ ../tirpc/rpc/types.h:80:20: error: conflicting types for 'u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:69:28: note: previous declaration of 'u_quad_t' was here typedef unsigned long long u_quad_t; ^~~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from bindresvport.c:46: ../tirpc/rpc/types.h:81:9: error: unknown type name '__fsid_t' typedef __fsid_t fsid_t; ^~~~~~~~ ../tirpc/rpc/types.h:85:9: error: unknown type name '__daddr_t' typedef __daddr_t daddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:9: error: unknown type name '__caddr_t' typedef __caddr_t caddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:19: error: conflicting types for 'caddr_t' typedef __caddr_t caddr_t; ^~~~~~~ In file included from bindresvport.c:36:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:63:15: note: previous declaration of 'caddr_t' was here typedef char *caddr_t; ^~~~~~~ make[4]: *** [libtirpc_la-auth_none.lo] Error 1 In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:75:9: error: unknown type name '__u_char' typedef __u_char u_char; ^~~~~~~~ ../tirpc/rpc/types.h:75:18: error: conflicting types for 'u_char' typedef __u_char u_char; ^~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:64:23: note: previous declaration of 'u_char' was here typedef unsigned char u_char; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:76:9: error: unknown type name '__u_short' typedef __u_short u_short; ^~~~~~~~~ ../tirpc/rpc/types.h:76:19: error: conflicting types for 'u_short' typedef __u_short u_short; ^~~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:65:24: note: previous declaration of 'u_short' was here typedef unsigned short u_short, ushort; ^~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:77:9: error: unknown type name '__u_int' typedef __u_int u_int; ^~~~~~~ ../tirpc/rpc/types.h:77:17: error: conflicting types for 'u_int' typedef __u_int u_int; ^~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:66:18: note: previous declaration of 'u_int' was here typedef unsigned u_int, uint; ^~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:78:9: error: unknown type name '__u_long' typedef __u_long u_long; ^~~~~~~~ ../tirpc/rpc/types.h:78:18: error: conflicting types for 'u_long' typedef __u_long u_long; ^~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:67:23: note: previous declaration of 'u_long' was here typedef unsigned long u_long, ulong; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:79:9: error: unknown type name '__quad_t' typedef __quad_t quad_t; ^~~~~~~~ ../tirpc/rpc/types.h:79:18: error: conflicting types for 'quad_t' typedef __quad_t quad_t; ^~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:68:19: note: previous declaration of 'quad_t' was here typedef long long quad_t; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:80:9: error: unknown type name '__u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~~~ ../tirpc/rpc/types.h:80:20: error: conflicting types for 'u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:69:28: note: previous declaration of 'u_quad_t' was here typedef unsigned long long u_quad_t; ^~~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from binddynport.c:41: ../tirpc/rpc/types.h:81:9: error: unknown type name '__fsid_t' typedef __fsid_t fsid_t; ^~~~~~~~ ../tirpc/rpc/types.h:85:9: error: unknown type name '__daddr_t' typedef __daddr_t daddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:9: error: unknown type name '__caddr_t' typedef __caddr_t caddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:19: error: conflicting types for 'caddr_t' typedef __caddr_t caddr_t; ^~~~~~~ In file included from binddynport.c:29:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:63:15: note: previous declaration of 'caddr_t' was here typedef char *caddr_t; ^~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:75:9: error: unknown type name '__u_char' typedef __u_char u_char; ^~~~~~~~ ../tirpc/rpc/types.h:75:18: error: conflicting types for 'u_char' typedef __u_char u_char; ^~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:64:23: note: previous declaration of 'u_char' was here typedef unsigned char u_char; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:76:9: error: unknown type name '__u_short' typedef __u_short u_short; ^~~~~~~~~ ../tirpc/rpc/types.h:76:19: error: conflicting types for 'u_short' typedef __u_short u_short; ^~~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:65:24: note: previous declaration of 'u_short' was here typedef unsigned short u_short, ushort; ^~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:77:9: error: unknown type name '__u_int' typedef __u_int u_int; ^~~~~~~ ../tirpc/rpc/types.h:77:17: error: conflicting types for 'u_int' typedef __u_int u_int; ^~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:66:18: note: previous declaration of 'u_int' was here typedef unsigned u_int, uint; ^~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:78:9: error: unknown type name '__u_long' typedef __u_long u_long; ^~~~~~~~ ../tirpc/rpc/types.h:78:18: error: conflicting types for 'u_long' typedef __u_long u_long; ^~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:67:23: note: previous declaration of 'u_long' was here typedef unsigned long u_long, ulong; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:79:9: error: unknown type name '__quad_t' typedef __quad_t quad_t; ^~~~~~~~ ../tirpc/rpc/types.h:79:18: error: conflicting types for 'quad_t' typedef __quad_t quad_t; ^~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:68:19: note: previous declaration of 'quad_t' was here typedef long long quad_t; ^~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:80:9: error: unknown type name '__u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~~~ ../tirpc/rpc/types.h:80:20: error: conflicting types for 'u_quad_t' typedef __u_quad_t u_quad_t; ^~~~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:69:28: note: previous declaration of 'u_quad_t' was here typedef unsigned long long u_quad_t; ^~~~~~~~ In file included from ../tirpc/rpc/rpc.h:38:0, from clnt_generic.c:41: ../tirpc/rpc/types.h:81:9: error: unknown type name '__fsid_t' typedef __fsid_t fsid_t; ^~~~~~~~ ../tirpc/rpc/types.h:85:9: error: unknown type name '__daddr_t' typedef __daddr_t daddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:9: error: unknown type name '__caddr_t' typedef __caddr_t caddr_t; ^~~~~~~~~ ../tirpc/rpc/types.h:86:19: error: conflicting types for 'caddr_t' typedef __caddr_t caddr_t; ^~~~~~~ In file included from clnt_generic.c:31:0: /home/peko/autobuild/instance-0/output/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/sys/types.h:63:15: note: previous declaration of 'caddr_t' was here typedef char *caddr_t; ^~~~~~~ clnt_dg.c: In function 'clnt_dg_create': clnt_dg.c:270:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] cl->cl_private = (caddr_t)(void *)cu; ^ In file included from ../tirpc/rpc/clnt.h:43:0, from clnt_dg.c:45: clnt_dg.c: In function 'clnt_dg_call': clnt_dg.c:369:45: warning: passing argument 4 of 'cl->cl_auth->ah_ops->ah_wrap' makes integer from pointer without a cast [-Wint-conversion] (! AUTH_WRAP(cl->cl_auth, xdrs, xargs, argsp))) { ^ ../tirpc/rpc/auth.h:231:10: note: in definition of macro 'AUTH_WRAP' xfunc, xwhere)) ^~~~~~ clnt_dg.c:369:45: note: expected 'caddr_t {aka int}' but argument is of type 'void *' (! AUTH_WRAP(cl->cl_auth, xdrs, xargs, argsp))) { ^ ../tirpc/rpc/auth.h:231:10: note: in definition of macro 'AUTH_WRAP' xfunc, xwhere)) ^~~~~~ clnt_dg.c:403:41: warning: assignment makes integer from pointer without a cast [-Wint-conversion] reply_msg.acpted_rply.ar_results.where = NULL; ^ make[4]: *** [libtirpc_la-bindresvport.lo] Error 1 In file included from ../tirpc/rpc/clnt.h:43:0, from clnt_dg.c:45: clnt_dg.c:520:18: warning: passing argument 4 of 'cl->cl_auth->ah_ops->ah_unwrap' makes integer from pointer without a cast [-Wint-conversion] xresults, resultsp)) { ^ ../tirpc/rpc/auth.h:238:10: note: in definition of macro 'AUTH_UNWRAP' xfunc, xwhere)) ^~~~~~ clnt_dg.c:520:18: note: expected 'caddr_t {aka int}' but argument is of type 'void *' xresults, resultsp)) { ^ ../tirpc/rpc/auth.h:238:10: note: in definition of macro 'AUTH_UNWRAP' xfunc, xwhere)) ^~~~~~ clnt_dg.c:524:46: warning: comparison between pointer and integer if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { ^~ make[4]: *** [libtirpc_la-binddynport.lo] Error 1 clnt_generic.c:317:1: error: conflicting types for 'clnt_tli_create' clnt_tli_create(int fd, const struct netconfig *nconf, ^~~~~~~~~~~~~~~ In file included from ../tirpc/rpc/rpc.h:49:0, from clnt_generic.c:41: ../tirpc/rpc/clnt.h:361:16: note: previous declaration of 'clnt_tli_create' was here extern CLIENT *clnt_tli_create(const int, const struct netconfig *, ^~~~~~~~~~~~~~~ make[4]: *** [libtirpc_la-clnt_dg.lo] Error 1 make[4]: *** [libtirpc_la-clnt_generic.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [/home/peko/autobuild/instance-0/output/build/libtirpc-1.0.3/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'