* installing *source* package ‘IP’ ...
** this is package ‘IP’ version ‘0.1.7’
** package ‘IP’ successfully unpacked and MD5 sums checked
** using staged installation
configure: RIP_CFLAGS:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for idna_to_ascii_8z in -lidn... no
*** libidn not found.
*** Consider installing, e.g., libidn*-dev (Debian, Ubuntu)or libidn-devel-* (RedHat, Fedora)
*** then re-install package IP to enable IDN support
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/IP/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-host-info.c -o Rip-host-info.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-io-internal.c -o Rip-io-internal.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-match.c -o Rip-match.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-op-arith.c -o Rip-op-arith.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-op-bool.c -o Rip-op-bool.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-op-mask.c -o Rip-op-mask.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip-register.c -o Rip-register.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c Rip.c -o Rip.o
In file included from Rip.h:63,
from Rip-op-mask.c:3:
Rip-op-mask.c: In function ‘Rip_ipv4_op2_mask_and_0’:
Rip-op-mask.c:17:29: warning: variable ‘Res_nip’ set but not used [-Wunused-but-set-variable=]
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-IP-macros.h:152:10: note: in definition of macro ‘RIPv4_SLOTS_ALLOC’
152 | int ___vname__##_nip = ___nip__; \
| ^~~~~~~~~~
Rip-op-mask.c:17:3: note: in expansion of macro ‘RIPv4_RIP_ALLOC’
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:155:1: note: in expansion of macro ‘RIP_OP2_MASK’
155 | RIP_OP2_MASK(v4, and, Rippaddr_ipv4_and)
| ^~~~~~~~~~~~
Rip-op-mask.c: In function ‘Rip_ipv6_op2_mask_and_0’:
Rip-op-mask.c:11:37: warning: unused variable ‘dbg’ [-Wunused-variable]
11 | int nprotected=0, nip=0, i,i1,i2, dbg=0; \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:168:1: note: in expansion of macro ‘RIP_OP2_MASK’
168 | RIP_OP2_MASK(v6, and, Rippaddr_ipv6_and)
| ^~~~~~~~~~~~
Rip-op-mask.c: In function ‘Rip_ipv4_op2_mask_or_0’:
Rip-op-mask.c:17:29: warning: variable ‘Res_nip’ set but not used [-Wunused-but-set-variable=]
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-IP-macros.h:152:10: note: in definition of macro ‘RIPv4_SLOTS_ALLOC’
152 | int ___vname__##_nip = ___nip__; \
| ^~~~~~~~~~
Rip-op-mask.c:17:3: note: in expansion of macro ‘RIPv4_RIP_ALLOC’
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:180:1: note: in expansion of macro ‘RIP_OP2_MASK’
180 | RIP_OP2_MASK(v4, or, Rippaddr_ipv4_or)
| ^~~~~~~~~~~~
Rip-op-mask.c: In function ‘Rip_ipv6_op2_mask_or_0’:
Rip-op-mask.c:11:37: warning: unused variable ‘dbg’ [-Wunused-variable]
11 | int nprotected=0, nip=0, i,i1,i2, dbg=0; \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:193:1: note: in expansion of macro ‘RIP_OP2_MASK’
193 | RIP_OP2_MASK(v6, or, Rippaddr_ipv6_or)
| ^~~~~~~~~~~~
Rip-op-mask.c: In function ‘Rip_ipv4_op2_mask_xor_0’:
Rip-op-mask.c:17:29: warning: variable ‘Res_nip’ set but not used [-Wunused-but-set-variable=]
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-IP-macros.h:152:10: note: in definition of macro ‘RIPv4_SLOTS_ALLOC’
152 | int ___vname__##_nip = ___nip__; \
| ^~~~~~~~~~
Rip-op-mask.c:17:3: note: in expansion of macro ‘RIPv4_RIP_ALLOC’
17 | RIP##___IPv__##_RIP_ALLOC(Res,nip) \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:204:1: note: in expansion of macro ‘RIP_OP2_MASK’
204 | RIP_OP2_MASK(v4, xor, Rippaddr_ipv4_xor)
| ^~~~~~~~~~~~
Rip-op-mask.c: In function ‘Rip_ipv6_op2_mask_xor_0’:
Rip-op-mask.c:11:37: warning: unused variable ‘dbg’ [-Wunused-variable]
11 | int nprotected=0, nip=0, i,i1,i2, dbg=0; \
| ^~~
Rip-op-mask.c:51:3: note: in expansion of macro ‘RIP_OP2_IP_IP’
51 | RIP_OP2_IP_IP(___IPv__, mask, ___opname__, ___fn__) \
| ^~~~~~~~~~~~~
Rip-op-mask.c:217:1: note: in expansion of macro ‘RIP_OP2_MASK’
217 | RIP_OP2_MASK(v6, xor, Rippaddr_ipv6_xor)
| ^~~~~~~~~~~~
In file included from Rip.h:65,
from Rip-op-arith.c:3:
Rip-op-arith.c: In function ‘Rip_ipv6_op1_arith_neg_0’:
Rip-itermacros.h:342:31: warning: unused variable ‘dbg’ [-Wunused-variable]
342 | int nprotected=0, nip=0, i, dbg=0; \
| ^~~
Rip-op-arith.c:54:1: note: in expansion of macro ‘RIP_OP1_ARITH_IP’
54 | RIP_OP1_ARITH_IP(v6, neg, Rippaddr_ipv6_neg)
| ^~~~~~~~~~~~~~~~
In file included from Rip.h:65,
from Rip-op-bool.c:4:
Rip-op-bool.c: In function ‘Rip_ipv6_op2_arith_pmin_0’:
Rip-itermacros.h:391:37: warning: unused variable ‘dbg’ [-Wunused-variable]
391 | int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
| ^~~
Rip-op-bool.c:2047:1: note: in expansion of macro ‘RIP_OP2_ARITH_IP’
2047 | RIP_OP2_ARITH_IP(v6, pmin, Rippaddr_ipv6_cmp_pmin)
| ^~~~~~~~~~~~~~~~
In file included from Rip.h:63,
from Rip-match.c:3:
Rip-match.c: In function ‘Rip_bsearch_ipv4_in_ipv4r_0’:
Rip-match.c:14:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
14 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:99:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_0’
99 | RIP_IPr_BSEARCH_0(v4, v4r, in, Rippaddr_ipv4_in_ipv4r, Ripaddr_bsearch_ipv4_cmp_gt )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv4r_in_ipv4r_0’:
Rip-match.c:14:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
14 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:120:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_0’
120 | RIP_IPr_BSEARCH_0(v4r, v4r, in, Rippaddr_ipv4r_in_ipv4r, Ripaddr_bsearch_ipv4r_cmp_gt )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv6_in_ipv6r_0’:
Rip-match.c:14:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
14 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:527:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
527 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:148:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_0’
148 | RIP_IPr_BSEARCH_0(v6, v6r, in, Rippaddr_ipv6_in_ipv6r, Ripaddr_bsearch_ipv6_cmp_gt )
| ^~~~~~~~~~~~~~~~~
Rip-op-bool.c: In function ‘Rip_ipv6_op2_arith_pmax_0’:
Rip-itermacros.h:391:37: warning: unused variable ‘dbg’ [-Wunused-variable]
391 | int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
| ^~~
Rip-op-bool.c:2067:1: note: in expansion of macro ‘RIP_OP2_ARITH_IP’
2067 | RIP_OP2_ARITH_IP(v6, pmax, Rippaddr_ipv6_cmp_pmax)
| ^~~~~~~~~~~~~~~~
Rip-host-info.c: In function ‘Rip_getaddrinfo_0’:
Rip-host-info.c:453:8: warning: unused variable ‘errmsg’ [-Wunused-variable]
453 | char errmsg[256];
| ^~~~~~
Rip-host-info.c:435:9: warning: variable ‘j’ set but not used [-Wunused-but-set-variable=]
435 | int i,j, nhosts
| ^
Rip-match.c: In function ‘Rip_bsearch_ipv6r_in_ipv6r_0’:
Rip-match.c:14:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
14 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:527:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
527 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:169:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_0’
169 | RIP_IPr_BSEARCH_0(v6r, v6r, in, Rippaddr_ipv6r_in_ipv6r, Ripaddr_bsearch_ipv6r_cmp_gt )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv4_in_ipv4_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:389:10: note: in definition of macro ‘RIPv4_SLOTS_GET’
389 | int ___vname__##_nip ; \
| ^~~~~~~~~~
Rip-match.c:236:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
236 | RIP_IPr_BSEARCH_1(v4, v4, Rippaddr_ipv4_cmp_ipv4, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-host-info.c: In function ‘Rip_ifaddrs_0’:
Rip-host-info.c:706:8: warning: unused variable ‘errmsg’ [-Wunused-variable]
706 | char errmsg[256];
| ^~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv4cache_in_ipv4cache_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:426:10: note: in definition of macro ‘RIPv4cache_SLOTS_GET’
426 | int ___vname__##_nip ; \
| ^~~~~~~~~~
Rip-match.c:238:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
238 | RIP_IPr_BSEARCH_1(v4cache, v4cache, Rippaddr_ipv4_cmp_ipv4, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv4_in_ipv4r_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:249:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
249 | RIP_IPr_BSEARCH_1(v4, v4r, Rippaddr_ipv4_cmp_ipv4r, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv4r_in_ipv4r_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:268:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
268 | RIP_IPr_BSEARCH_1(v4r, v4r, Rippaddr_ipv4r_cmp_ipv4r, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv6_in_ipv6_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:501:13: note: in definition of macro ‘RIPv6_SLOTS_GET’
501 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:279:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
279 | RIP_IPr_BSEARCH_1(v6, v6, Rippaddr_ipv6_cmp_ipv6, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-op-arith.c: In function ‘Rip_ipv6_op2_arith_addv6_0’:
Rip-itermacros.h:391:37: warning: unused variable ‘dbg’ [-Wunused-variable]
391 | int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
| ^~~
Rip-op-arith.c:479:1: note: in expansion of macro ‘RIP_OP2_ARITH_IP’
479 | RIP_OP2_ARITH_IP(v6, addv6, Rippaddr_ipv6_add_ipv6)
| ^~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_bsearch_ipv6_in_ipv6r_1’:
Rip-match.c:180:33: warning: variable ‘RipTb_nip’ set but not used [-Wunused-but-set-variable=]
180 | RIP##___IPv_Tb__##_SLOTS_GET( RipTb ) \
| ^~~~~
Rip-IP-macros.h:527:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
527 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:302:1: note: in expansion of macro ‘RIP_IPr_BSEARCH_1’
302 | RIP_IPr_BSEARCH_1(v6, v6r, Rippaddr_ipv6_cmp_ipv6r, in, 1 )
| ^~~~~~~~~~~~~~~~~
Rip-op-arith.c: In function ‘Rip_ipv6_op2_arith_subv6_0’:
Rip-itermacros.h:391:37: warning: unused variable ‘dbg’ [-Wunused-variable]
391 | int nprotected=0, nip=0, i,i1,i2, dbg=RNET_ARITH_DBG; \
| ^~~
Rip-op-arith.c:567:1: note: in expansion of macro ‘RIP_OP2_ARITH_IP’
567 | RIP_OP2_ARITH_IP(v6, subv6, Rippaddr_ipv6_sub_ipv6)
| ^~~~~~~~~~~~~~~~
In file included from Rip-match.c:417:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv4r_index_visit_0’:
templates/Rip-bsearch-template.c:980:9: warning: variable ‘ip_idxPtr’ set but not used [-Wunused-but-set-variable=]
980 | int *ip_idxPtr;
| ^~~~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv4r_index_0’:
templates/Rip-bsearch-template.c:1118:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1118 | ___IP_IPr_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1118:3: note: in expansion of macro ‘___IP_IPr_SLOTS_GET’
1118 | ___IP_IPr_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
In file included from Rip-match.c:475:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv4r_ipv4_in_visit_0’:
templates/Rip-bsearch-template.c:1150:9: note: ‘#pragma message: VISIT BODY’
1150 | #pragma message("VISIT BODY")
| ^~~~~~~
Rip-op-arith.c: In function ‘Rip_ipv6_op1_arith_not_0’:
Rip-itermacros.h:342:31: warning: unused variable ‘dbg’ [-Wunused-variable]
342 | int nprotected=0, nip=0, i, dbg=0; \
| ^~~
Rip-op-arith.c:907:1: note: in expansion of macro ‘RIP_OP1_ARITH_IP’
907 | RIP_OP1_ARITH_IP(v6, not, Rippaddr_ipv6_not)
| ^~~~~~~~~~~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv4_in_ipv4r_0’:
templates/Rip-bsearch-template.c:1312:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1312:3: note: in expansion of macro ‘___IP_TBL_SLOTS_GET’
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
In file included from Rip-match.c:563:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv4r_overlap_ipv4r_visit_0’:
templates/Rip-bsearch-template.c:1150:9: note: ‘#pragma message: VISIT BODY’
1150 | #pragma message("VISIT BODY")
| ^~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv4r_overlap_ipv4r_0’:
templates/Rip-bsearch-template.c:1312:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1312:3: note: in expansion of macro ‘___IP_TBL_SLOTS_GET’
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
In file included from Rip-match.c:663:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv6r_index_visit_0’:
templates/Rip-bsearch-template.c:980:9: warning: variable ‘ip_idxPtr’ set but not used [-Wunused-but-set-variable=]
980 | int *ip_idxPtr;
| ^~~~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv6r_index_0’:
templates/Rip-bsearch-template.c:1118:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1118 | ___IP_IPr_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:528:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
528 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1118:3: note: in expansion of macro ‘___IP_IPr_SLOTS_GET’
1118 | ___IP_IPr_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
In file included from Rip-match.c:730:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv6r_ipv6_in_visit_0’:
templates/Rip-bsearch-template.c:1150:9: note: ‘#pragma message: VISIT BODY’
1150 | #pragma message("VISIT BODY")
| ^~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv6_in_ipv6r_0’:
templates/Rip-bsearch-template.c:1312:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:528:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
528 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1312:3: note: in expansion of macro ‘___IP_TBL_SLOTS_GET’
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
In file included from Rip-match.c:808:
templates/Rip-bsearch-template.c: In function ‘Rippaddr_bsearch_intvTree_ipv6r_overlap_ipv6r_visit_0’:
templates/Rip-bsearch-template.c:1150:9: note: ‘#pragma message: VISIT BODY’
1150 | #pragma message("VISIT BODY")
| ^~~~~~~
templates/Rip-bsearch-template.c: In function ‘Rip_bsearch_intvTree_ipv6r_overlap_ipv6r_0’:
templates/Rip-bsearch-template.c:1312:24: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:528:13: note: in definition of macro ‘RIPv6r_SLOTS_GET’
528 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
templates/Rip-bsearch-template.c:1312:3: note: in expansion of macro ‘___IP_TBL_SLOTS_GET’
1312 | ___IP_TBL_SLOTS_GET( RipTbl )
| ^~~~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘ipv4r_bearch_intv_index_0’:
Rip-match.c:1049:21: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1049 | RIPv4r_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
Rip-match.c: In function ‘ipv4r_bearch_intv_ip_in_0’:
Rip-match.c:1245:21: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1245 | RIPv4r_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
Rip-match.c: In function ‘ipv4r_bearch_intv_ipv4r_in_0’:
Rip-match.c:1508:21: warning: variable ‘RipTbl_ip_idxptr’ set but not used [-Wunused-but-set-variable=]
1508 | RIPv4r_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:476:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
476 | int *___vname__##_ip_idxptr; \
| ^~~~~~~~~~
Rip-match.c: In function ‘Rip_cache_ipv4_load_0_1’:
Rip-match.c:2041:24: warning: variable ‘Res_nip’ set but not used [-Wunused-but-set-variable=]
2041 | RIPv4cache_RIP_ALLOC(Res, Rip_nip)
| ^~~
Rip-IP-macros.h:168:10: note: in definition of macro ‘RIPv4cache_SLOTS_ALLOC’
168 | int ___vname__##_nip = ___nip__; \
| ^~~~~~~~~~
Rip-match.c:2041:3: note: in expansion of macro ‘RIPv4cache_RIP_ALLOC’
2041 | RIPv4cache_RIP_ALLOC(Res, Rip_nip)
| ^~~~~~~~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_h_ipv4_lookup_0_0’:
Rip-match.c:2572:20: warning: variable ‘RipTbl_nip’ set but not used [-Wunused-but-set-variable=]
2572 | RIPv4_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:389:10: note: in definition of macro ‘RIPv4_SLOTS_GET’
389 | int ___vname__##_nip ; \
| ^~~~~~~~~~
Rip-match.c: In function ‘Rip_h_ipv4r_h64dblh_lemire_lookup_0_0’:
Rip-match.c:2615:30: warning: variable ‘___RipTbl___ip_hi_ptr’ set but not used [-Wunused-but-set-variable=]
2615 | RIP##___IPv__##_SLOTS_GET( ___RipTbl__ ) \
| ^~~~~~~~~~~
Rip-IP-macros.h:477:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
477 | IPv4 *___vname__##_ip_hi_ptr; \
| ^~~~~~~~~~
Rip-match.c:2652:1: note: in expansion of macro ‘RIP_H_LOOKUP_0’
2652 | RIP_H_LOOKUP_0(v4r,h64dblh_lemire)
| ^~~~~~~~~~~~~~
Rip-match.c:2615:30: warning: variable ‘___RipTbl___nip’ set but not used [-Wunused-but-set-variable=]
2615 | RIP##___IPv__##_SLOTS_GET( ___RipTbl__ ) \
| ^~~~~~~~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:2652:1: note: in expansion of macro ‘RIP_H_LOOKUP_0’
2652 | RIP_H_LOOKUP_0(v4r,h64dblh_lemire)
| ^~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_h_ipv6_h128dblh_lemire_lookup_0_0’:
Rip-match.c:2615:30: warning: variable ‘___RipTbl___ip_lo_ptr’ set but not used [-Wunused-but-set-variable=]
2615 | RIP##___IPv__##_SLOTS_GET( ___RipTbl__ ) \
| ^~~~~~~~~~~
Rip-IP-macros.h:504:13: note: in definition of macro ‘RIPv6_SLOTS_GET’
504 | uint64_t *___vname__##_ip_lo_ptr; \
| ^~~~~~~~~~
Rip-match.c:2654:1: note: in expansion of macro ‘RIP_H_LOOKUP_0’
2654 | RIP_H_LOOKUP_0(v6,h128dblh_lemire)
| ^~~~~~~~~~~~~~
Rip-match.c:2615:30: warning: variable ‘___RipTbl___nip’ set but not used [-Wunused-but-set-variable=]
2615 | RIP##___IPv__##_SLOTS_GET( ___RipTbl__ ) \
| ^~~~~~~~~~~
Rip-IP-macros.h:501:13: note: in definition of macro ‘RIPv6_SLOTS_GET’
501 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
Rip-match.c:2654:1: note: in expansion of macro ‘RIP_H_LOOKUP_0’
2654 | RIP_H_LOOKUP_0(v6,h128dblh_lemire)
| ^~~~~~~~~~~~~~
Rip-match.c: In function ‘Rip_h_ipv4r_lookup_0_0’:
Rip-match.c:2665:21: warning: variable ‘RipTbl_ip_hi_ptr’ set but not used [-Wunused-but-set-variable=]
2665 | RIPv4r_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:477:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
477 | IPv4 *___vname__##_ip_hi_ptr; \
| ^~~~~~~~~~
Rip-match.c:2665:21: warning: variable ‘RipTbl_nip’ set but not used [-Wunused-but-set-variable=]
2665 | RIPv4r_SLOTS_GET( RipTbl )
| ^~~~~~
Rip-IP-macros.h:475:10: note: in definition of macro ‘RIPv4r_SLOTS_GET’
475 | int ___vname__##_nip, ___vname__##_ip_len ; \
| ^~~~~~~~~~
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o IP.so Rip-host-info.o Rip-io-internal.o Rip-match.o Rip-op-arith.o Rip-op-bool.o Rip-op-mask.o Rip-register.o Rip.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/IP/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/IP/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/IP/src'
installing to /data/localhost/ripley/R/packages/tests-devel/IP.Rcheck/00LOCK-IP/00new/IP/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for ‘match’ from package ‘base’ in package ‘IP’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (IP)