Applying ./patches/010-allow-json-dynamic-lookup.patch using plaintext: patching file src/drtables.c Applying ./patches/030-openssl-deprecated.patch using plaintext: patching file src/dane-openssl.c patching file src/pdkim/signing.c patching file src/tls-openssl.c patching file src/tlscert-openssl.c Applying ./patches/100-localscan_dlopen.patch using plaintext: patching file src/EDITME patching file src/config.h.defaults patching file src/globals.c patching file src/globals.h patching file src/local_scan.c patching file src/local_scan.h patching file src/readconf.c patching file src/string.c Applying ./patches/200-fix-build.patch using plaintext: patching file src/drtables.c patching file src/exim.c patching file src/local_scan.h make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96' >>> Creating links to source files... >>> Creating lookups/Makefile for building dynamic modules >>> New Makefile & lookups/Makefile installed >>> Use "make makefile" if you need to force rebuilding of the makefile make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96' make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' cc buildconfig.c /bin/sh ../scripts/Configure-config.h "make" make[5]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' make[5]: 'buildconfig' is up to date. make[5]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' Building configuration file config.h >>> config.h built cc -DMACRO_PREDEF macro_predef.c cc -DMACRO_PREDEF globals.c cc -DMACRO_PREDEF readconf.c cc -DMACRO_PREDEF route.c cc -DMACRO_PREDEF transport.c cc -DMACRO_PREDEF drtables.c cc -DMACRO_PREDEF acl.c cc -DMACRO_PREDEF tls.c cc -DMACRO_PREDEF transports/appendfile.c cc -DMACRO_PREDEF transports/autoreply.c cc -DMACRO_PREDEF transports/lmtp.c cc -DMACRO_PREDEF transports/pipe.c cc -DMACRO_PREDEF transports/queuefile.c cc -DMACRO_PREDEF transports/smtp.c cc -DMACRO_PREDEF routers/accept.c cc -DMACRO_PREDEF routers/dnslookup.c cc -DMACRO_PREDEF routers/ipliteral.c cc -DMACRO_PREDEF routers/iplookup.c cc -DMACRO_PREDEF routers/manualroute.c cc -DMACRO_PREDEF routers/queryprogram.c cc -DMACRO_PREDEF routers/redirect.c cc -DMACRO_PREDEF auths/auth-spa.c cc -DMACRO_PREDEF auths/cram_md5.c cc -DMACRO_PREDEF auths/cyrus_sasl.c cc -DMACRO_PREDEF auths/dovecot.c cc -DMACRO_PREDEF auths/gsasl_exim.c cc -DMACRO_PREDEF auths/heimdal_gssapi.c cc -DMACRO_PREDEF auths/plaintext.c cc -DMACRO_PREDEF auths/spa.c cc -DMACRO_PREDEF auths/tls.c cc -DMACRO_PREDEF auths/external.c cc -DMACRO_PREDEF dkim.c cc -DMACRO_PREDEF malware.c cc -DMACRO_PREDEF pdkim/signing.c cc -o macro_predef make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96' /bin/sh scripts/source_checks `Makefile' is up to date. make[5]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' /bin/sh ../scripts/Configure-os.c ./macro_predef > macro.c i486-openwrt-linux-musl-gcc exim_dbmbuild.c i486-openwrt-linux-musl-gcc -DEXIM_DUMPDB exim_dbutil.c i486-openwrt-linux-musl-gcc -DCOMPILE_UTILITY os.c i486-openwrt-linux-musl-gcc -DCOMPILE_UTILITY store.c i486-openwrt-linux-musl-gcc -DEXIM_FIXDB exim_dbutil.c i486-openwrt-linux-musl-gcc -DCOMPILE_UTILITY queue.c i486-openwrt-linux-musl-gcc -DEXIM_TIDYDB exim_dbutil.c i486-openwrt-linux-musl-gcc exim_lock.c i486-openwrt-linux-musl-gcc -o exim_lock >>> exim_lock utility built i486-openwrt-linux-musl-gcc acl.c i486-openwrt-linux-musl-gcc base64.c i486-openwrt-linux-musl-gcc child.c i486-openwrt-linux-musl-gcc crypt16.c i486-openwrt-linux-musl-gcc daemon.c i486-openwrt-linux-musl-gcc dbfn.c i486-openwrt-linux-musl-gcc debug.c i486-openwrt-linux-musl-gcc deliver.c i486-openwrt-linux-musl-gcc directory.c i486-openwrt-linux-musl-gcc dns.c i486-openwrt-linux-musl-gcc drtables.c i486-openwrt-linux-musl-gcc enq.c i486-openwrt-linux-musl-gcc exim.c exim.c: In function 'exim_wait_tick': exim.c:563:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 563 | debug_printf("tick check: " TIME_T_FMT ".%06lu " TIME_T_FMT ".%06lu\n", | ^~~~~~~~~~~~~~ 564 | prev_tv->tv_sec, (long) prev_tv->tv_usec, | ~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:32, from exim.h:533, from exim.c:14: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld exim.c:563:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 563 | debug_printf("tick check: " TIME_T_FMT ".%06lu " TIME_T_FMT ".%06lu\n", | ^~~~~~~~~~~~~~ 564 | prev_tv->tv_sec, (long) prev_tv->tv_usec, 565 | now_tv.tv_sec, (long) now_tv.tv_usec); | ~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld exim.c:566:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 566 | debug_printf("waiting " TIME_T_FMT ".%06lu sec\n", | ^~~~~~~~~~ 567 | itval.it_value.tv_sec, (long) itval.it_value.tv_usec); | ~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld i486-openwrt-linux-musl-gcc expand.c i486-openwrt-linux-musl-gcc filter.c i486-openwrt-linux-musl-gcc filtertest.c i486-openwrt-linux-musl-gcc globals.c i486-openwrt-linux-musl-gcc dkim.c i486-openwrt-linux-musl-gcc dkim_transport.c i486-openwrt-linux-musl-gcc dnsbl.c i486-openwrt-linux-musl-gcc hash.c i486-openwrt-linux-musl-gcc header.c i486-openwrt-linux-musl-gcc host.c i486-openwrt-linux-musl-gcc ip.c i486-openwrt-linux-musl-gcc log.c i486-openwrt-linux-musl-gcc lss.c i486-openwrt-linux-musl-gcc match.c i486-openwrt-linux-musl-gcc md5.c i486-openwrt-linux-musl-gcc moan.c i486-openwrt-linux-musl-gcc os.c i486-openwrt-linux-musl-gcc parse.c i486-openwrt-linux-musl-gcc priv.c i486-openwrt-linux-musl-gcc queue.c i486-openwrt-linux-musl-gcc rda.c i486-openwrt-linux-musl-gcc readconf.c i486-openwrt-linux-musl-gcc receive.c i486-openwrt-linux-musl-gcc retry.c retry.c: In function 'retry_ultimate_address_timeout': retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ 43 | " next_try=" TIME_T_FMT " expired=%c\n", 44 | now, retry_record->first_failed, | ~~~ | | | time_t {aka long long int} In file included from local_scan.h:32, from exim.h:533, from retry.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ 43 | " next_try=" TIME_T_FMT " expired=%c\n", 44 | now, retry_record->first_failed, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ ...... 45 | retry_record->next_try, retry_record->expired ? 'T' : 'F'); | ~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:56:18: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 56 | debug_printf(" received_time=" TIME_T_FMT " diff=%d timeout=%d\n", | ^~~~~~~~~~~~~~~~~~ 57 | received_time.tv_sec, (int)(now - received_time.tv_sec), last_rule->timeout); | ~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld i486-openwrt-linux-musl-gcc rewrite.c i486-openwrt-linux-musl-gcc rfc2047.c i486-openwrt-linux-musl-gcc route.c i486-openwrt-linux-musl-gcc search.c i486-openwrt-linux-musl-gcc sieve.c i486-openwrt-linux-musl-gcc smtp_in.c i486-openwrt-linux-musl-gcc smtp_out.c i486-openwrt-linux-musl-gcc spool_in.c In file included from local_scan.h:32, from exim.h:533, from spool_in.c:13: spool_in.c: In function 'spool_read_header': config.h:18:22: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ spool_in.c:454:27: note: in expansion of macro 'TIME_T_FMT' 454 | if (sscanf(CS big_buffer, TIME_T_FMT " %d", &received_time.tv_sec, &warning_count) != 2) | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int * | %lld config.h:18:22: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ spool_in.c:616:28: note: in expansion of macro 'TIME_T_FMT' 616 | if (sscanf(CS var+6, TIME_T_FMT, &deliver_frozen_at) != 1) | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int * | %lld i486-openwrt-linux-musl-gcc spool_out.c spool_out.c: In function 'spool_write_header': spool_out.c:255:35: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 255 | if (f.deliver_freeze) fprintf(fp, "-frozen " TIME_T_FMT "\n", deliver_frozen_at); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:32, from exim.h:533, from spool_out.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld i486-openwrt-linux-musl-gcc std-crypto.c i486-openwrt-linux-musl-gcc store.c store.c: In function 'internal_store_malloc': store.c:1180:47: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1180 | DEBUG(D_memory) debug_printf("--Malloc %6p %5lu bytes\t%-20s %4d\tpool %5d nonpool %5d\n", | ~~~^ | | | long unsigned int | %5u 1181 | yield, size, func, line, pool_malloc, nonpool_malloc); | ~~~~ | | | size_t {aka unsigned int} store.c: In function 'internal_store_free': store.c:1216:47: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1216 | DEBUG(D_memory) debug_printf("----Free %6p %5ld bytes\t%-20s %4d\n", | ~~~^ | | | long int | %5d 1217 | block, *(size_t *)p, func, linenumber); | ~~~~~~~~~~~~ | | | size_t {aka unsigned int} i486-openwrt-linux-musl-gcc string.c i486-openwrt-linux-musl-gcc tls.c In file included from tls.c:456: tls-openssl.c: In function 'ticket_key_callback': tls-openssl.c:2089:29: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 2089 | DEBUG(D_tls) debug_printf("STEK expire " TIME_T_FMT "\n", key->expire - time(NULL)); | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:32, from exim.h:533, from tls.c:20: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld tls-openssl.c:2109:29: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 2109 | if (key) debug_printf("STEK expire " TIME_T_FMT "\n", key->expire - now); | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld tls-openssl.c:2117:29: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 2117 | DEBUG(D_tls) debug_printf("ticket usable, STEK expire " TIME_T_FMT "\n", key->expire - now); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld i486-openwrt-linux-musl-gcc tod.c In file included from local_scan.h:32, from exim.h:533, from tod.c:12: tod.c: In function 'tod_stamp': config.h:18:22: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ tod.c:66:50: note: in expansion of macro 'TIME_T_FMT' 66 | (void) snprintf(CS timebuf, sizeof(timebuf), TIME_T_FMT, now.tv_sec); /* Unix epoch format */ | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld config.h:18:22: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ tod.c:71:50: note: in expansion of macro 'TIME_T_FMT' 71 | (void) snprintf(CS timebuf, sizeof(timebuf), TIME_T_FMT "%06ld", now.tv_sec, (long) now.tv_usec ); | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld i486-openwrt-linux-musl-gcc transport.c i486-openwrt-linux-musl-gcc tree.c i486-openwrt-linux-musl-gcc verify.c i486-openwrt-linux-musl-gcc environment.c i486-openwrt-linux-musl-gcc macro.c i486-openwrt-linux-musl-gcc malware.c i486-openwrt-linux-musl-gcc mime.c i486-openwrt-linux-musl-gcc regex.c i486-openwrt-linux-musl-gcc spam.c i486-openwrt-linux-musl-gcc spool_mbox.c i486-openwrt-linux-musl-gcc arc.c i486-openwrt-linux-musl-gcc bmi_spam.c i486-openwrt-linux-musl-gcc dane.c i486-openwrt-linux-musl-gcc dcc.c i486-openwrt-linux-musl-gcc dmarc.c i486-openwrt-linux-musl-gcc imap_utf7.c i486-openwrt-linux-musl-gcc spf.c i486-openwrt-linux-musl-gcc utf8.c >>> exicyclog script built >>> exinext script built >>> exiwhat script built >>> exigrep script built >>> eximstats script built >>> exipick script built >>> exiqgrep script built >>> exiqsumm script built >>> transport-filter.pl script built >>> convert4r3 script built >>> convert4r4 script built >>> exim_checkaccess script built i486-openwrt-linux-musl-gcc -o exim_dbmbuild >>> exim_dbmbuild utility built i486-openwrt-linux-musl-gcc -o exim_dumpdb >>> exim_dumpdb utility built i486-openwrt-linux-musl-gcc -o exim_fixdb >>> exim_fixdb utility built i486-openwrt-linux-musl-gcc -o exim_tidydb >>> exim_tidydb utility built make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/lookups' i486-openwrt-linux-musl-gcc dsearch.c i486-openwrt-linux-musl-gcc lsearch.c i486-openwrt-linux-musl-gcc spf.c i486-openwrt-linux-musl-gcc readsock.c i486-openwrt-linux-musl-gcc lf_quote.c i486-openwrt-linux-musl-gcc lf_check_file.c i486-openwrt-linux-musl-gcc lf_sqlperform.c i486-openwrt-linux-musl-gcc -shared cdb.c i486-openwrt-linux-musl-gcc -shared dbmdb.c i486-openwrt-linux-musl-gcc -shared dnsdb.c i486-openwrt-linux-musl-gcc -shared json.c i486-openwrt-linux-musl-gcc -shared mysql.c i486-openwrt-linux-musl-gcc -shared passwd.c i486-openwrt-linux-musl-gcc -shared pgsql.c i486-openwrt-linux-musl-gcc -shared redis.c i486-openwrt-linux-musl-gcc -shared sqlite.c i486-openwrt-linux-musl-gcc-ar r lookups.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium4_gcc-12.3.0_musl/bin/../lib/gcc/i486-openwrt-linux-musl/12.3.0/../../../../i486-openwrt-linux-musl/bin/ar: creating lookups.a i486-openwrt-linux-musl-gcc-ranlib lookups.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/lookups' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/auths' i486-openwrt-linux-musl-gcc auth-spa.c i486-openwrt-linux-musl-gcc call_pam.c i486-openwrt-linux-musl-gcc call_pwcheck.c i486-openwrt-linux-musl-gcc call_radius.c i486-openwrt-linux-musl-gcc check_serv_cond.c i486-openwrt-linux-musl-gcc cram_md5.c i486-openwrt-linux-musl-gcc cyrus_sasl.c i486-openwrt-linux-musl-gcc dovecot.c i486-openwrt-linux-musl-gcc external.c i486-openwrt-linux-musl-gcc get_data.c i486-openwrt-linux-musl-gcc get_no64_data.c i486-openwrt-linux-musl-gcc gsasl_exim.c i486-openwrt-linux-musl-gcc heimdal_gssapi.c i486-openwrt-linux-musl-gcc plaintext.c i486-openwrt-linux-musl-gcc pwcheck.c i486-openwrt-linux-musl-gcc spa.c i486-openwrt-linux-musl-gcc tls.c i486-openwrt-linux-musl-gcc xtextdecode.c i486-openwrt-linux-musl-gcc xtextencode.c i486-openwrt-linux-musl-gcc-ar r auths.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium4_gcc-12.3.0_musl/bin/../lib/gcc/i486-openwrt-linux-musl/12.3.0/../../../../i486-openwrt-linux-musl/bin/ar: creating auths.a i486-openwrt-linux-musl-gcc-ranlib auths.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/auths' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/pdkim' i486-openwrt-linux-musl-gcc pdkim.c i486-openwrt-linux-musl-gcc signing.c i486-openwrt-linux-musl-gcc-ar r pdkim.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium4_gcc-12.3.0_musl/bin/../lib/gcc/i486-openwrt-linux-musl/12.3.0/../../../../i486-openwrt-linux-musl/bin/ar: creating pdkim.a i486-openwrt-linux-musl-gcc-ranlib pdkim.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/pdkim' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/routers' i486-openwrt-linux-musl-gcc accept.c i486-openwrt-linux-musl-gcc dnslookup.c i486-openwrt-linux-musl-gcc ipliteral.c i486-openwrt-linux-musl-gcc iplookup.c i486-openwrt-linux-musl-gcc manualroute.c i486-openwrt-linux-musl-gcc queryprogram.c i486-openwrt-linux-musl-gcc redirect.c i486-openwrt-linux-musl-gcc rf_change_domain.c i486-openwrt-linux-musl-gcc rf_expand_data.c i486-openwrt-linux-musl-gcc rf_get_errors_address.c i486-openwrt-linux-musl-gcc rf_get_munge_headers.c i486-openwrt-linux-musl-gcc rf_get_transport.c i486-openwrt-linux-musl-gcc rf_get_ugid.c i486-openwrt-linux-musl-gcc rf_lookup_hostlist.c i486-openwrt-linux-musl-gcc rf_queue_add.c i486-openwrt-linux-musl-gcc rf_self_action.c i486-openwrt-linux-musl-gcc rf_set_ugid.c i486-openwrt-linux-musl-gcc-ar r routers.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium4_gcc-12.3.0_musl/bin/../lib/gcc/i486-openwrt-linux-musl/12.3.0/../../../../i486-openwrt-linux-musl/bin/ar: creating routers.a i486-openwrt-linux-musl-gcc-ranlib routers.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/routers' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/transports' i486-openwrt-linux-musl-gcc appendfile.c i486-openwrt-linux-musl-gcc autoreply.c i486-openwrt-linux-musl-gcc lmtp.c i486-openwrt-linux-musl-gcc pipe.c i486-openwrt-linux-musl-gcc queuefile.c i486-openwrt-linux-musl-gcc smtp.c i486-openwrt-linux-musl-gcc smtp_socks.c i486-openwrt-linux-musl-gcc tf_maildir.c i486-openwrt-linux-musl-gcc-ar r transports.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium4_gcc-12.3.0_musl/bin/../lib/gcc/i486-openwrt-linux-musl/12.3.0/../../../../i486-openwrt-linux-musl/bin/ar: creating transports.a i486-openwrt-linux-musl-gcc-ranlib transports.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386/transports' i486-openwrt-linux-musl-gcc lookups/lf_quote.c i486-openwrt-linux-musl-gcc lookups/lf_check_file.c i486-openwrt-linux-musl-gcc lookups/lf_sqlperform.c i486-openwrt-linux-musl-gcc local_scan.c i486-openwrt-linux-musl-gcc version.c i486-openwrt-linux-musl-gcc -o exim >>> exim binary built make[5]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/build-Linux-i386' make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96' rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/ipkg-i386_pentium4/exim-openssl/usr/sbin/exim: executable Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium4_musl/exim-openssl/exim-4.96/ipkg-i386_pentium4/exim-openssl into /builder/shared-workdir/build/sdk/bin/packages/i386_pentium4/packages/exim-openssl_4.96-1_i386_pentium4.ipk time: package/feeds/packages/exim/openssl/compile#130.32#16.00#162.90