>>> hexer: Building testing/hexer 1.4.0-r16 (using abuild 3.14.1-r1) started Fri, 08 Nov 2024 00:02:29 +0000 >>> hexer: Validating /home/buildozer/aports/testing/hexer/APKBUILD... >>> hexer: Analyzing dependencies... >>> hexer: Installing for build: build-base cmake gdal-dev (1/48) Installing libarchive (3.7.7-r0) (2/48) Installing rhash-libs (1.4.5-r0) (3/48) Installing libuv (1.49.2-r0) (4/48) Installing cmake (3.30.5-r0) (5/48) Installing lerc (4.0.0-r0) (6/48) Installing libqb3 (1.2.0-r0) (7/48) Installing boost1.84-serialization (1.84.0-r2) (8/48) Installing libgmpxx (6.3.0-r2) (9/48) Installing sfcgal (1.5.2-r0) (10/48) Installing libaec (1.1.3-r0) (11/48) Installing libgfortran (14.2.0-r4) (12/48) Installing openblas (0.3.28-r0) (13/48) Installing liblapack (0.3.28-r0) (14/48) Installing arpack (3.8.0-r3) (15/48) Installing armadillo (14.0.3-r0) (16/48) Installing blosc (1.21.6-r0) (17/48) Installing brunsli-libs (0.1-r1) (18/48) Installing libdeflate (1.22-r0) (19/48) Installing geos (3.13.0-r0) (20/48) Installing gnu-libiconv-libs (1.17-r2) (21/48) Installing libjpeg-turbo (3.0.4-r0) (22/48) Installing json-c (0.18-r0) (23/48) Installing openexr-libiex (3.1.13-r2) (24/48) Installing openexr-libilmthread (3.1.13-r2) (25/48) Installing imath (3.1.12-r0) (26/48) Installing openexr-libopenexr (3.1.13-r2) (27/48) Installing giflib (5.2.2-r0) (28/48) Installing libhwy (1.0.7-r0) (29/48) Installing lcms2 (2.16-r0) (30/48) Installing libpng (1.6.44-r0) (31/48) Installing libjxl (0.10.2-r0) (32/48) Installing unixodbc (2.3.12-r0) (33/48) Installing sqlite-libs (3.47.0-r0) (34/48) Installing libsharpyuv (1.4.0-r0) (35/48) Installing libwebp (1.4.0-r0) (36/48) Installing tiff (4.7.0-r0) (37/48) Installing proj (9.4.1-r0) (38/48) Installing qhull (2020.2-r3) (39/48) Installing minizip (1.3.1-r0) (40/48) Installing librttopo (1.1.0-r5) (41/48) Installing libxml2 (2.13.4-r3) (42/48) Installing libspatialite (5.1.0-r2) (43/48) 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. * (44/48) Installing icu-libs (74.2-r0) (45/48) Installing xerces-c (3.2.5-r0) (46/48) Installing gdal (3.10.0-r0) (47/48) Installing gdal-dev (3.10.0-r0) (48/48) Installing .makedepends-hexer (20241108.000230) Executing busybox-1.37.0-r6.trigger OK: 469 MiB in 156 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 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- 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.10.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/Hexagon.cpp.o [ 23%] Building CXX object src/CMakeFiles/hexer.dir/Processor.cpp.o [ 23%] Building CXX object src/CMakeFiles/hexer.dir/Draw.cpp.o [ 30%] Building CXX object src/CMakeFiles/hexer.dir/Segment.cpp.o [ 38%] Building CXX object src/CMakeFiles/hexer.dir/Path.cpp.o [ 53%] Building CXX object src/CMakeFiles/hexer.dir/gitsha.cpp.o [ 53%] Building CXX object src/CMakeFiles/hexer.dir/HexGrid.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/OGR.cpp.o [ 84%] Building CXX object apps/CMakeFiles/curse.dir/las.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... 'usr/include' -> '/home/buildozer/aports/testing/hexer/pkg/hexer-dev/usr/include' 'usr/lib/libhexer.so' -> '/home/buildozer/aports/testing/hexer/pkg/hexer-dev/usr/lib/libhexer.so' >>> 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-r16 >>> hexer-dev*: Package size: 21.8 KB >>> hexer-dev*: Compressing data... >>> hexer-dev*: Create checksum... >>> hexer-dev*: Create hexer-dev-1.4.0-r16.apk >>> hexer*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 so:libgdal.so.36 so:libstdc++.so.6 >>> hexer*: Package size: 196.3 KB >>> hexer*: Compressing data... >>> hexer*: Create checksum... >>> hexer*: Create hexer-1.4.0-r16.apk >>> hexer: Build complete at Fri, 08 Nov 2024 00:02:37 +0000 elapsed time 0h 0m 8s >>> hexer: Cleaning up srcdir >>> hexer: Cleaning up pkgdir >>> hexer: Uninstalling dependencies... (1/48) Purging .makedepends-hexer (20241108.000230) (2/48) Purging cmake (3.30.5-r0) (3/48) Purging gdal-dev (3.10.0-r0) (4/48) Purging gdal (3.10.0-r0) (5/48) Purging armadillo (14.0.3-r0) (6/48) Purging liblapack (0.3.28-r0) (7/48) Purging arpack (3.8.0-r3) (8/48) Purging openblas (0.3.28-r0) (9/48) Purging blosc (1.21.6-r0) (10/48) Purging brunsli-libs (0.1-r1) (11/48) Purging gnu-libiconv-libs (1.17-r2) (12/48) Purging json-c (0.18-r0) (13/48) Purging lerc (4.0.0-r0) (14/48) Purging libaec (1.1.3-r0) (15/48) Purging libarchive (3.7.7-r0) (16/48) Purging libdeflate (1.22-r0) (17/48) Purging libgfortran (14.2.0-r4) (18/48) Purging libjxl (0.10.2-r0) (19/48) Purging libpng (1.6.44-r0) (20/48) Purging libqb3 (1.2.0-r0) (21/48) Purging libspatialite (5.1.0-r2) (22/48) Purging libuv (1.49.2-r0) (23/48) Purging libxml2 (2.13.4-r3) (24/48) Purging minizip (1.3.1-r0) (25/48) Purging openexr-libopenexr (3.1.13-r2) (26/48) Purging proj (9.4.1-r0) (27/48) Purging qhull (2020.2-r3) (28/48) Purging rhash-libs (1.4.5-r0) (29/48) Purging sfcgal (1.5.2-r0) (30/48) Purging sqlite-libs (3.47.0-r0) (31/48) Purging tiff (4.7.0-r0) (32/48) Purging unixodbc (2.3.12-r0) (33/48) Purging xerces-c (3.2.5-r0) (34/48) Purging boost1.84-serialization (1.84.0-r2) (35/48) Purging librttopo (1.1.0-r5) (36/48) Purging geos (3.13.0-r0) (37/48) Purging giflib (5.2.2-r0) (38/48) Purging icu-libs (74.2-r0) (39/48) Purging icu-data-en (74.2-r0) (40/48) Purging imath (3.1.12-r0) (41/48) Purging lcms2 (2.16-r0) (42/48) Purging libgmpxx (6.3.0-r2) (43/48) Purging libhwy (1.0.7-r0) (44/48) Purging libjpeg-turbo (3.0.4-r0) (45/48) Purging libwebp (1.4.0-r0) (46/48) Purging libsharpyuv (1.4.0-r0) (47/48) Purging openexr-libilmthread (3.1.13-r2) (48/48) Purging openexr-libiex (3.1.13-r2) Executing busybox-1.37.0-r6.trigger OK: 278 MiB in 108 packages >>> hexer: Updating the testing/ppc64le repository index... >>> hexer: Signing the index...