>>> hexer: Building testing/hexer 1.4.0-r15 (using abuild 3.13.0-r3) started Sun, 19 May 2024 00:12:46 +0000 >>> hexer: Checking sanity of /home/buildozer/aports/testing/hexer/APKBUILD... >>> hexer: Analyzing dependencies... >>> hexer: Installing for build: build-base cmake gdal-dev (1/50) Installing libarchive (3.7.4-r0) (2/50) Installing rhash-libs (1.4.4-r0) (3/50) Installing libuv (1.48.0-r0) (4/50) Installing cmake (3.29.3-r0) (5/50) Installing lerc (4.0.0-r0) (6/50) Installing libqb3 (1.1.0-r0) (7/50) Installing boost1.84-serialization (1.84.0-r1) (8/50) Installing libgmpxx (6.3.0-r0) (9/50) Installing sfcgal (1.5.1-r1) (10/50) Installing libaec (1.1.3-r0) (11/50) Installing libgfortran (13.2.1_git20240309-r0) (12/50) Installing openblas (0.3.27-r0) (13/50) Installing liblapack (0.3.27-r0) (14/50) Installing arpack (3.8.0-r3) (15/50) Installing superlu (6.0.1-r0) (16/50) Installing armadillo (12.8.2-r0) (17/50) Installing blosc (1.21.5-r0) (18/50) Installing brunsli-libs (0.1-r1) (19/50) Installing libdeflate (1.20-r0) (20/50) Installing geos (3.12.1-r0) (21/50) Installing gnu-libiconv-libs (1.17-r2) (22/50) Installing libjpeg-turbo (3.0.3-r0) (23/50) Installing json-c (0.17-r0) (24/50) Installing openexr-libiex (3.1.13-r1) (25/50) Installing openexr-libilmthread (3.1.13-r1) (26/50) Installing imath (3.1.11-r2) (27/50) Installing openexr-libopenexr (3.1.13-r1) (28/50) Installing giflib (5.2.2-r0) (29/50) Installing libhwy (1.0.7-r0) (30/50) Installing lcms2 (2.16-r0) (31/50) Installing libpng (1.6.43-r0) (32/50) Installing libjxl (0.10.2-r0) (33/50) Installing readline (8.2.10-r0) (34/50) Installing unixodbc (2.3.12-r0) (35/50) Installing sqlite-libs (3.45.3-r0) (36/50) Installing libsharpyuv (1.3.2-r0) (37/50) Installing libwebp (1.3.2-r0) (38/50) Installing tiff (4.6.0t-r0) (39/50) Installing proj (9.4.0-r0) (40/50) Installing qhull (2020.2-r3) (41/50) Installing minizip (1.3.1-r0) (42/50) Installing librttopo (1.1.0-r4) (43/50) Installing libxml2 (2.12.7-r0) (44/50) Installing libspatialite (5.1.0-r1) (45/50) Installing icu-data-en (74.2-r0) Executing icu-data-en-74.2-r0.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (46/50) Installing icu-libs (74.2-r0) (47/50) Installing xerces-c (3.2.5-r0) (48/50) Installing gdal (3.9.0-r0) (49/50) Installing gdal-dev (3.9.0-r0) (50/50) Installing .makedepends-hexer (20240519.001248) Executing busybox-1.36.1-r26.trigger OK: 454 MiB in 160 packages >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Cleaning up tmpdir >>> hexer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hexer-1.4.0.tar.gz >>> hexer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hexer-1.4.0.tar.gz >>> hexer: Checking sha512sums... hexer-1.4.0.tar.gz: OK 10-missing-includes.patch: OK 20-compile-test-for-execinfo.patch: OK >>> hexer: Unpacking /var/cache/distfiles/hexer-1.4.0.tar.gz... >>> hexer: 10-missing-includes.patch patching file CMakeLists.txt patching file apps/CMakeLists.txt patching file include/hexer/Utils.hpp patching file src/CMakeLists.txt patching file src/gitsha.cpp >>> hexer: 20-compile-test-for-execinfo.patch patching file CMakeLists.txt patching file apps/Utils.cpp patching file hexer_defines.h.in CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring Hexer library - hexer CMake Deprecation Warning at CMakeLists.txt:23 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at CMakeLists.txt:33 (cmake_policy): The OLD behavior for policy CMP0022 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:34 (cmake_policy): The OLD behavior for policy CMP0042 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Setting Hexer build type - None -- Searching for GDAL 1.9.0+ library CMake Warning (dev) at cmake/modules/FindGDAL.cmake:189 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found acceptable GDAL version 3.9.0 CMake Warning (dev) at cmake/modules/FindGDAL.cmake:211 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at cmake/modules/FindGDAL.cmake:223 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. Call Stack (most recent call first): CMakeLists.txt:90 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found GDAL: /usr/lib/libgdal.so (Required is at least version "1.9.0") -- Looking for include file execinfo.h -- Looking for include file execinfo.h - not found -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/hexer/src/hexer-1.4.0/build [ 7%] Building CXX object src/CMakeFiles/hexer.dir/Path.cpp.o [ 15%] Building CXX object src/CMakeFiles/hexer.dir/gitsha.cpp.o [ 23%] Building CXX object src/CMakeFiles/hexer.dir/Draw.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/HexGrid.cpp.o [ 38%] Building CXX object src/CMakeFiles/hexer.dir/Hexagon.cpp.o [ 46%] Building CXX object src/CMakeFiles/hexer.dir/Processor.cpp.o [ 53%] Building CXX object src/CMakeFiles/hexer.dir/Segment.cpp.o [ 61%] Linking CXX shared library ../bin/libhexer.so [ 61%] Built target hexer [ 69%] Building CXX object apps/CMakeFiles/curse.dir/curse.cpp.o [ 76%] Building CXX object apps/CMakeFiles/curse.dir/las.cpp.o [ 92%] Building CXX object apps/CMakeFiles/curse.dir/OGR.cpp.o [ 92%] Building CXX object apps/CMakeFiles/curse.dir/Utils.cpp.o [100%] Linking CXX executable ../curse [100%] Built target curse >>> hexer: Entering fakeroot... [ 61%] Built target hexer [100%] Built target curse Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/hexer_defines.h -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/lib/libhexer.so.1.1.0 -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/lib/libhexer.so -- Up-to-date: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/export.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/exception.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Mathpair.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Draw.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/gitsha.h -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexGrid.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Segment.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Utils.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Processor.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/hexer.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Hexagon.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexInfo.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/Path.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/include/hexer/HexIter.hpp -- Installing: /home/buildozer/aports/testing/hexer/pkg/hexer/usr/bin/curse -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/testing/hexer/pkg/hexer/usr/bin/curse" to "" >>> hexer-dev*: Running split function dev... >>> hexer-dev*: Preparing subpackage hexer-dev... >>> hexer-dev*: Stripping binaries >>> hexer-dev*: Running postcheck for hexer-dev >>> hexer*: Running postcheck for hexer >>> hexer*: Preparing package hexer... >>> hexer*: Stripping binaries >>> hexer-dev*: Scanning shared objects >>> hexer*: Scanning shared objects >>> hexer-dev*: Tracing dependencies... hexer=1.4.0-r15 >>> hexer-dev*: Package size: 80.0 KB >>> hexer-dev*: Compressing data... >>> hexer-dev*: Create checksum... >>> hexer-dev*: Create hexer-dev-1.4.0-r15.apk >>> hexer*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 so:libgdal.so.35 so:libstdc++.so.6 >>> hexer*: Package size: 216.0 KB >>> hexer*: Compressing data... >>> hexer*: Create checksum... >>> hexer*: Create hexer-1.4.0-r15.apk >>> hexer: Build complete at Sun, 19 May 2024 00:12:54 +0000 elapsed time 0h 0m 8s >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Uninstalling dependencies... (1/50) Purging .makedepends-hexer (20240519.001248) (2/50) Purging cmake (3.29.3-r0) (3/50) Purging gdal-dev (3.9.0-r0) (4/50) Purging gdal (3.9.0-r0) (5/50) Purging armadillo (12.8.2-r0) (6/50) Purging liblapack (0.3.27-r0) (7/50) Purging arpack (3.8.0-r3) (8/50) Purging blosc (1.21.5-r0) (9/50) Purging brunsli-libs (0.1-r1) (10/50) Purging gnu-libiconv-libs (1.17-r2) (11/50) Purging json-c (0.17-r0) (12/50) Purging lerc (4.0.0-r0) (13/50) Purging libaec (1.1.3-r0) (14/50) Purging libarchive (3.7.4-r0) (15/50) Purging libdeflate (1.20-r0) (16/50) Purging libjxl (0.10.2-r0) (17/50) Purging libpng (1.6.43-r0) (18/50) Purging libqb3 (1.1.0-r0) (19/50) Purging libspatialite (5.1.0-r1) (20/50) Purging libuv (1.48.0-r0) (21/50) Purging libxml2 (2.12.7-r0) (22/50) Purging minizip (1.3.1-r0) (23/50) Purging openexr-libopenexr (3.1.13-r1) (24/50) Purging proj (9.4.0-r0) (25/50) Purging qhull (2020.2-r3) (26/50) Purging rhash-libs (1.4.4-r0) (27/50) Purging sfcgal (1.5.1-r1) (28/50) Purging sqlite-libs (3.45.3-r0) (29/50) Purging superlu (6.0.1-r0) (30/50) Purging openblas (0.3.27-r0) (31/50) Purging tiff (4.6.0t-r0) (32/50) Purging unixodbc (2.3.12-r0) (33/50) Purging xerces-c (3.2.5-r0) (34/50) Purging boost1.84-serialization (1.84.0-r1) (35/50) Purging librttopo (1.1.0-r4) (36/50) Purging geos (3.12.1-r0) (37/50) Purging giflib (5.2.2-r0) (38/50) Purging icu-libs (74.2-r0) (39/50) Purging icu-data-en (74.2-r0) (40/50) Purging imath (3.1.11-r2) (41/50) Purging lcms2 (2.16-r0) (42/50) Purging libgfortran (13.2.1_git20240309-r0) (43/50) Purging libgmpxx (6.3.0-r0) (44/50) Purging libhwy (1.0.7-r0) (45/50) Purging libjpeg-turbo (3.0.3-r0) (46/50) Purging libwebp (1.3.2-r0) (47/50) Purging libsharpyuv (1.3.2-r0) (48/50) Purging openexr-libilmthread (3.1.13-r1) (49/50) Purging openexr-libiex (3.1.13-r1) (50/50) Purging readline (8.2.10-r0) Executing busybox-1.36.1-r26.trigger OK: 264 MiB in 110 packages >>> hexer: Updating the testing/ppc64le repository index... >>> hexer: Signing the index...