* installing *source* package ‘h3lib’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 16.0.6 (6)’ clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c algos.c -o algos.o In file included from algos.c:20: In file included from ./algos.h:23: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c baseCells.c -o baseCells.o In file included from baseCells.c:20: In file included from ./baseCells.h:24: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void baseCells.c:922:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int H3_EXPORT(res0CellCount)() { return NUM_BASE_CELLS; } ^ void 3 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c bbox.c -o bbox.o In file included from bbox.c:20: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c coordijk.c -o coordijk.o In file included from coordijk.c:21: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c directedEdge.c -o directedEdge.o In file included from directedEdge.c:23: In file included from ./algos.h:23: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c faceijk.c -o faceijk.o In file included from faceijk.c:21: In file included from ./faceijk.h:27: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c h3Assert.c -o h3Assert.o h3Assert.c:32:7: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit] #endif ^ 1 warning generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c h3Index.c -o h3Index.o In file included from h3Index.c:20: In file included from ./h3Index.h:23: In file included from ./faceijk.h:27: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void h3Index.c:1023:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int H3_EXPORT(pentagonCount)() { return NUM_PENTAGONS; } ^ void 3 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o In file included from init.c:3: In file included from ./algos.h:23: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c iterators.c -o iterators.o In file included from iterators.c:22: In file included from ./iterators.h:27: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void iterators.c:45:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static IterCellsChildren _null_iter() { ^ void 3 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c latLng.c -o latLng.o In file included from latLng.c:20: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c linkedGeo.c -o linkedGeo.o In file included from linkedGeo.c:20: In file included from ./linkedGeo.h:25: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c localij.c -o localij.o In file included from localij.c:28: In file included from ./baseCells.h:24: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c mathExtensions.c -o mathExtensions.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c polygon.c -o polygon.o In file included from polygon.c:20: In file included from ./polygon.h:25: In file included from ./bbox.h:25: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c vec2d.c -o vec2d.o clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c vec3d.c -o vec3d.o In file included from vec3d.c:20: In file included from ./vec3d.h:23: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c vertex.c -o vertex.o In file included from vertex.c:20: In file included from ./vertex.h:23: In file included from ./faceijk.h:27: In file included from ./coordijk.h:33: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c vertexGraph.c -o vertexGraph.o In file included from vertexGraph.c:20: In file included from ./vertexGraph.h:26: In file included from ./latLng.h:28: ./h3api.h:440:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(res0CellCount)(); ^ void ./h3api.h:451:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] DECLSPEC int H3_EXPORT(pentagonCount)(); ^ void 2 warnings generated. clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o h3lib.so algos.o baseCells.o bbox.o coordijk.o directedEdge.o faceijk.o h3Assert.o h3Index.o init.o iterators.o latLng.o linkedGeo.o localij.o mathExtensions.o polygon.o vec2d.o vec3d.o vertex.o vertexGraph.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/h3lib.Rcheck/00LOCK-h3lib/00new/h3lib/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help No man pages found in package ‘h3lib’ *** installing help indices ** building package indices ** 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 (h3lib)