:: Synchronizing package databases... build-support-manual downloading... build-support downloading... core-staging downloading... extra-staging downloading... core-testing downloading... core downloading... extra-testing downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging-with-build-support] (i686)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-with-build-support-i686/root] -> [build]...done ==> Making package: aws-c-http 0.9.2-1.0 (Sun Dec 1 10:12:39 2024) ==> Retrieving sources... -> Found aws-c-http-0.9.2.tar.gz ==> Validating source files with sha256sums... aws-c-http-0.9.2.tar.gz ... Passed gpg: Warning: using insecure memory! ==> Appending keys from archlinux32.gpg... gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! ==> Updating trust database... gpg: Warning: using insecure memory! gpg: next trustdb check due at 2025-01-01 ==> Making package: aws-c-http 0.9.2-1.0 (Sun Dec 1 10:12:43 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (5) s2n-tls-1.5.9-1.0 aws-c-cal-0.8.0-1.0 aws-c-common-0.10.3-1.0 aws-c-compression-0.3.0-1.0 aws-c-io-0.13.30-1.0 Total Installed Size: 2.95 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing aws-c-common... installing aws-c-cal... installing aws-c-compression... installing s2n-tls... installing aws-c-io... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) cppdap-1.58.0-2.0 hicolor-icon-theme-0.18-1.0 jsoncpp-1.9.6-3.0 libuv-1.49.2-1.0 rhash-1.4.4-1.0 cmake-3.30.5-1.0 Total Installed Size: 78.15 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing cppdap... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake make: for unix Makefile generator [installed] ninja: for ninja generator qt6-base: cmake-gui :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found aws-c-http-0.9.2.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting aws-c-http-0.9.2.tar.gz with bsdtar ==> Starting build()... -- The C compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_FPIC_FLAG -- Performing Test HAS_FPIC_FLAG - Success -- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT -- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT - Failed -- Performing Test HAS_64BIT_FILE_OFFSET_VIA_DEFINES -- Performing Test HAS_64BIT_FILE_OFFSET_VIA_DEFINES - Success -- Looking for fseeko -- Looking for fseeko - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAS_WGNU -- Performing Test HAS_WGNU - Failed -- Performing Test HAVE_SYSCONF -- Performing Test HAVE_SYSCONF - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found crypto: /usr/lib/libcrypto.so -- LibCrypto Include Dir: /usr/include -- LibCrypto Shared Lib: /usr/lib/libcrypto.so -- LibCrypto Static Lib: crypto_STATIC_LIBRARY-NOTFOUND -- Performing Test HAS_WNO_STRINGOP_OVERFLOW -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success INFO elasticurl will be built with shared libs, but you may need to set LD_LIBRARY_PATH=/usr/lib to run the application -- Configuring done (1.1s) -- Generating done (0.0s) -- Build files have been written to: /build/aws-c-http/src/aws-c-http-0.9.2/build [ 6%] Building C object CMakeFiles/aws-c-http.dir/source/connection_manager.c.o [ 5%] Building C object CMakeFiles/aws-c-http.dir/source/connection_monitor.c.o [ 6%] Building C object CMakeFiles/aws-c-http.dir/source/h1_connection.c.o [ 5%] Building C object CMakeFiles/aws-c-http.dir/source/connection.c.o [ 8%] Building C object CMakeFiles/aws-c-http.dir/source/h1_decoder.c.o [ 10%] Building C object CMakeFiles/aws-c-http.dir/source/h1_encoder.c.o [ 12%] Building C object CMakeFiles/aws-c-http.dir/source/h1_stream.c.o [ 13%] Building C object CMakeFiles/aws-c-http.dir/source/h2_connection.c.o /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c: In function ‘aws_http_connection_manager_new’: /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c:896:32: error: ‘const struct aws_socket_options’ has no member named ‘network_interface_name’ 896 | if (options->socket_options->network_interface_name[0] != '\0' && options->num_network_interface_names > 0) { | ^~ /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c: In function ‘s_aws_http_connection_manager_new_connection’: /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c:1107:27: error: ‘struct aws_socket_options’ has no member named ‘network_interface_name’ 1107 | socket_options.network_interface_name, aws_string_c_str(interface_name), AWS_NETWORK_INTERFACE_NAME_MAX); | ^ /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c:1107:86: error: ‘AWS_NETWORK_INTERFACE_NAME_MAX’ undeclared (first use in this function) 1107 | socket_options.network_interface_name, aws_string_c_str(interface_name), AWS_NETWORK_INTERFACE_NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/aws-c-http/src/aws-c-http-0.9.2/source/connection_manager.c:1107:86: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:90: CMakeFiles/aws-c-http.dir/source/connection_manager.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 15%] Building C object CMakeFiles/aws-c-http.dir/source/h2_decoder.c.o make[1]: *** [CMakeFiles/Makefile2:146: CMakeFiles/aws-c-http.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-staging-with-build-support-i686/build/build used straw: :with_build_support:haskell_without_check: build@euronuc.lan