The Meson build system Version: 0.61.5 Source dir: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0 Build dir: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-build Build type: cross build Project name: libESMTP Project version: 1.1.0 C compiler for the host machine: arm-openwrt-linux-muslgnueabi-gcc (gcc 12.2.0 "arm-openwrt-linux-muslgnueabi-gcc (OpenWrt GCC 12.2.0 r22497-f25abdf144) 12.2.0") C linker for the host machine: arm-openwrt-linux-muslgnueabi-gcc ld.bfd 2.40.0 C compiler for the build machine: gcc (gcc 8.3.0 "gcc (Debian 8.3.0-6) 8.3.0") C linker for the build machine: gcc ld.bfd 2.31.1 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: arm Host machine cpu: generic Target machine cpu family: arm Target machine cpu: generic Compiler for C supports arguments -D_POSIX_C_SOURCE=200809L: YES Library dl found: YES Found pkg-config: /builder/shared-workdir/build/sdk/staging_dir/host/bin/pkg-config (1.9.4) Found CMake: /builder/shared-workdir/build/sdk/staging_dir/host/bin/cmake (3.26.0) Run-time dependency openssl found: NO (tried pkgconfig and cmake) Run-time dependency threads found: YES Library lwres skipped: feature lwres disabled Checking for function "strlcpy" : YES Checking for function "strdup" : YES Checking for function "strncasecmp" : YES Checking for function "strcasecmp" : YES Header has symbol "memrchr" : NO Checking for size of "unsigned int" : 4 Checking for size of "unsigned long" : 4 Checking for size of "unsigned short" : 2 Configuring config.h using configuration Configuring libesmtp.spec using configuration ../../../../build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/meson.build:157: WARNING: The variable(s) 'RPM_BUILDREQUIRES', 'RPM_OPENSSL', 'RPM_OPENSSLDEVEL', 'RPM_REQUIRES' in the input file 'libesmtp.spec.in' are not present in the given configuration data. Build targets in project: 4 libESMTP 1.1.0 current:revision:age: 8:0:2 so version : 6.2.0 prefix : /usr libdir : lib threads : True lwres : False AUTH modules : /usr/lib/esmtp-plugins-6.2.0 Legacy file layout : False STARTTLS : False CHUNKING : True ETRN : True XUSR : True User defined options Cross files : /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-cross.txt Native files : /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-native.txt buildtype : plain Found ninja-1.11.1 at /builder/shared-workdir/build/sdk/staging_dir/host/bin/ninja ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-build' [1/28] Compiling C object libesmtp.so.6.2.0.p/auth-client.c.o [2/28] Compiling C object libesmtp.so.6.2.0.p/base64.c.o [3/28] Compiling C object libesmtp.so.6.2.0.p/concatenate.c.o [4/28] Compiling C object libesmtp.so.6.2.0.p/errors.c.o [5/28] Compiling C object libesmtp.so.6.2.0.p/headers.c.o ../headers.c: In function 'print_message_id': ../headers.c:173:39: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 173 | snprintf (buf, sizeof buf, "%ld.%ld.%d@%s", tv.tv_sec, tv.tv_usec, | ~~^ ~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld ../headers.c:173:43: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'suseconds_t' {aka 'long long int'} [-Wformat=] 173 | snprintf (buf, sizeof buf, "%ld.%ld.%d@%s", tv.tv_sec, tv.tv_usec, | ~~^ ~~~~~~~~~~ | | | | long int suseconds_t {aka long long int} | %lld ../headers.c:177:37: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 177 | snprintf (buf, sizeof buf, "%ld.%d@%s", time (NULL), | ~~^ ~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld ../headers.c: In function 'set_date': ../headers.c:196:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 196 | if ((time_t) header->value != (time_t) 0) /* Already set */ | ^ ../headers.c:200:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 200 | header->value = (void *) *value; | ^ ../headers.c: In function 'print_date': ../headers.c:213:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 213 | when = (time_t) header->value; | ^ [6/28] Compiling C object libesmtp.so.6.2.0.p/htable.c.o [7/28] Compiling C object libesmtp.so.6.2.0.p/message-callbacks.c.o [8/28] Compiling C object libesmtp.so.6.2.0.p/message-source.c.o [9/28] Compiling C object libesmtp.so.6.2.0.p/missing.c.o [10/28] Compiling C object libesmtp.so.6.2.0.p/protocol.c.o [11/28] Compiling C object libesmtp.so.6.2.0.p/rfc2822date.c.o [12/28] Compiling C object libesmtp.so.6.2.0.p/siobuf.c.o In file included from ../siobuf.c:39: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ [13/28] Compiling C object libesmtp.so.6.2.0.p/smtp-api.c.o ../smtp-api.c: In function 'smtp_version': ../smtp-api.c:1183:7: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 1183 | if (strlcpy (buf, v, len) > len) | ^~~~~~~ | strncpy [14/28] Compiling C object libesmtp.so.6.2.0.p/smtp-auth.c.o [15/28] Compiling C object libesmtp.so.6.2.0.p/smtp-bdat.c.o [16/28] Compiling C object libesmtp.so.6.2.0.p/smtp-etrn.c.o [17/28] Compiling C object libesmtp.so.6.2.0.p/smtp-tls.c.o [18/28] Compiling C object libesmtp.so.6.2.0.p/tlsutils.c.o [19/28] Compiling C object libesmtp.so.6.2.0.p/tokens.c.o [20/28] Linking target libesmtp.so.6.2.0 [21/28] Compiling C object login/sasl-login.so.p/client-login.c.o [22/28] Linking target login/sasl-login.so [23/28] Compiling C object plain/sasl-plain.so.p/client-plain.c.o [24/28] Linking target plain/sasl-plain.so [25/28] Compiling C object crammd5/sasl-crammd5.so.p/client-crammd5.c.o [26/28] Compiling C object crammd5/sasl-crammd5.so.p/hmacmd5.c.o [27/28] Compiling C object crammd5/sasl-crammd5.so.p/md5.c.o [28/28] Linking target crammd5/sasl-crammd5.so ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-build' [0/1] Installing files. Installing libesmtp.so.6.2.0 to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib Installing symlink pointing to libesmtp.so.6.2.0 to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/libesmtp.so Installing login/sasl-login.so to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/esmtp-plugins-6.2.0 Installing plain/sasl-plain.so to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/esmtp-plugins-6.2.0 Installing crammd5/sasl-crammd5.so to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/esmtp-plugins-6.2.0 Installing /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/libesmtp.h to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/include Installing /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/auth-client.h to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/include Installing /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/openwrt-build/meson-private/libesmtp-1.0.pc to /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/pkgconfig cp: cannot stat '/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/ipkg-install/usr/lib/esmtp-plugins-6.2.0/sasl-ntlm.so': No such file or directory make[3]: *** [Makefile:65: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/libESMTP-1.1.0/.pkgdir/libesmtp.installed] Error 1 time: package/feeds/packages/libesmtp/compile#7.37#1.36#9.97