* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘IP’ ...
** package ‘IP’ successfully unpacked and MD5 sums checked
** using staged installation
configure: RIP_CFLAGS: 
checking for gcc... gcc-14
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-14 accepts -g... yes
checking for gcc-14 option to accept ISO C89... none needed
checking for idna_to_ascii_8z in -lidn... yes
**** libidn found.
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/tmp/Rtmp4usPRe/R.INSTALL1c0426294f765e/IP/src'
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-host-info.c -o Rip-host-info.o
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: In function ‘Rip_ifaddrs_0’:
Rip-host-info.c:706:8: warning: unused variable ‘errmsg’ [-Wunused-variable]
  706 |   char errmsg[256];
      |        ^~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-io-internal.c -o Rip-io-internal.o
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-match.c -o Rip-match.o
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;
      |         ^~~~~~~~~
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")
      |         ^~~~~~~
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")
      |         ^~~~~~~
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;
      |         ^~~~~~~~~
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")
      |         ^~~~~~~
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")
      |         ^~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-op-arith.c -o Rip-op-arith.o
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)
      | ^~~~~~~~~~~~~~~~
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-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)
      | ^~~~~~~~~~~~~~~~
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)
      | ^~~~~~~~~~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-op-bool.c -o Rip-op-bool.o
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)
      | ^~~~~~~~~~~~~~~~
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)
      | ^~~~~~~~~~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-op-mask.c -o Rip-op-mask.o
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_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_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)
      | ^~~~~~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip-register.c -o Rip-register.o
gcc-14 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -D__RIP_IDN__ -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Rip.c -o Rip.o
gcc-14 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -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 -lidn -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp4usPRe/R.INSTALL1c0426294f765e/IP/src'
make[1]: Entering directory '/tmp/Rtmp4usPRe/R.INSTALL1c0426294f765e/IP/src'
make[1]: Leaving directory '/tmp/Rtmp4usPRe/R.INSTALL1c0426294f765e/IP/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)