DEBUG: Executing shell function do_compile
[1/4] aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot -Ispki-hash.p -I. -I../sources/extract-cert-0.3 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu89 -O2 -g -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/sources/extract-cert-0.3=/usr/src/debug/extract-cert/0.3 -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/build=/usr/src/debug/extract-cert/0.3 -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot= -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot-native= -pipe -MD -MQ spki-hash.p/spki-hash.c.o -MF spki-hash.p/spki-hash.c.o.d -o spki-hash.p/spki-hash.c.o -c ../sources/extract-cert-0.3/spki-hash.c
../sources/extract-cert-0.3/spki-hash.c:48:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations]
   48 |         while ((e = ERR_get_error_line(&file, &line))) {
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/err.h:378:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here
  378 | OSSL_DEPRECATEDIN_3_0
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:260:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  260 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:67:47: note: expanded from macro 'OSSL_DEPRECATED'
   67 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
../sources/extract-cert-0.3/spki-hash.c:61:9: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations]
   61 |         while (ERR_get_error_line(&file, &line)) {}
      |                ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/err.h:378:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here
  378 | OSSL_DEPRECATEDIN_3_0
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:260:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  260 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:67:47: note: expanded from macro 'OSSL_DEPRECATED'
   67 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
../sources/extract-cert-0.3/spki-hash.c:114:3: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations]
  114 |                 ENGINE_load_builtin_engines();
      |                 ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:437:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here
  437 | ENGINE_VOID_FUNC_NOARGS(ENGINE_load_builtin_engines)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:82:5: note: expanded from macro 'ENGINE_VOID_FUNC_NOARGS'
   82 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG) \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/spki-hash.c:116:7: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations]
  116 |                 e = ENGINE_by_id("pkcs11");
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:421:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here
  421 | ENGINE_FUNC(ENGINE *, ENGINE_by_id, (const char *id), NULL)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/spki-hash.c:118:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations]
  118 |                 if (ENGINE_init(e))
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:905:1: note: 'ENGINE_init' has been explicitly marked deprecated here
  905 | ENGINE_FUNC(int, ENGINE_init, (ENGINE *e), 0)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/spki-hash.c:123:9: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations]
  123 |                         ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
      |                              ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:601:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here
  601 | ENGINE_FUNC(int, ENGINE_ctrl_cmd_string,
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/spki-hash.c:125:9: warning: 'ENGINE_load_public_key' is deprecated [-Wdeprecated-declarations]
  125 |                 key = ENGINE_load_public_key(e, src, NULL, NULL);
      |                       ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:937:1: note: 'ENGINE_load_public_key' has been explicitly marked deprecated here
  937 | ENGINE_FUNC(EVP_PKEY *, ENGINE_load_public_key,
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
7 warnings generated.
[2/4] aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot -Iextract-cert.p -I. -I../sources/extract-cert-0.3 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu89 -O2 -g -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/sources/extract-cert-0.3=/usr/src/debug/extract-cert/0.3 -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/build=/usr/src/debug/extract-cert/0.3 -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot= -ffile-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot-native= -pipe -MD -MQ extract-cert.p/extract-cert.c.o -MF extract-cert.p/extract-cert.c.o.d -o extract-cert.p/extract-cert.c.o -c ../sources/extract-cert-0.3/extract-cert.c
../sources/extract-cert-0.3/extract-cert.c:46:14: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations]
   46 |         while ((e = ERR_get_error_line(&file, &line))) {
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/err.h:378:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here
  378 | OSSL_DEPRECATEDIN_3_0
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:260:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  260 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:67:47: note: expanded from macro 'OSSL_DEPRECATED'
   67 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
../sources/extract-cert-0.3/extract-cert.c:59:9: warning: 'ERR_get_error_line' is deprecated [-Wdeprecated-declarations]
   59 |         while (ERR_get_error_line(&file, &line)) {}
      |                ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/err.h:378:1: note: 'ERR_get_error_line' has been explicitly marked deprecated here
  378 | OSSL_DEPRECATEDIN_3_0
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:260:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  260 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:67:47: note: expanded from macro 'OSSL_DEPRECATED'
   67 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
../sources/extract-cert-0.3/extract-cert.c:124:3: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations]
  124 |                 ENGINE_load_builtin_engines();
      |                 ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:437:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here
  437 | ENGINE_VOID_FUNC_NOARGS(ENGINE_load_builtin_engines)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:82:5: note: expanded from macro 'ENGINE_VOID_FUNC_NOARGS'
   82 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG) \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/extract-cert.c:126:7: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations]
  126 |                 e = ENGINE_by_id("pkcs11");
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:421:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here
  421 | ENGINE_FUNC(ENGINE *, ENGINE_by_id, (const char *id), NULL)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/extract-cert.c:128:7: warning: 'ENGINE_init' is deprecated [-Wdeprecated-declarations]
  128 |                 if (ENGINE_init(e))
      |                     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:905:1: note: 'ENGINE_init' has been explicitly marked deprecated here
  905 | ENGINE_FUNC(int, ENGINE_init, (ENGINE *e), 0)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/extract-cert.c:133:9: warning: 'ENGINE_ctrl_cmd_string' is deprecated [-Wdeprecated-declarations]
  133 |                         ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN");
      |                              ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:601:1: note: 'ENGINE_ctrl_cmd_string' has been explicitly marked deprecated here
  601 | ENGINE_FUNC(int, ENGINE_ctrl_cmd_string,
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
../sources/extract-cert-0.3/extract-cert.c:134:3: warning: 'ENGINE_ctrl_cmd' is deprecated [-Wdeprecated-declarations]
  134 |                 ENGINE_ctrl_cmd(e, "LOAD_CERT_CTRL", 0, &parms, NULL, 1);
      |                 ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:570:1: note: 'ENGINE_ctrl_cmd' has been explicitly marked deprecated here
  570 | ENGINE_FUNC(int, ENGINE_ctrl_cmd, (ENGINE *e, const char *cmd_name, long i, void *p, void (*f)(void), int cmd_optional), 0)
      | ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/engine.h:70:5: note: expanded from macro 'ENGINE_FUNC'
   70 |     OSSL_DEPRECATED_MESSAGE(#name ENGINE_INFO_MSG)     \
      |     ^
TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/include/openssl/macros.h:69:57: note: expanded from macro 'OSSL_DEPRECATED_MESSAGE'
   69 | #define OSSL_DEPRECATED_MESSAGE(message) __attribute__((deprecated))
      |                                                         ^
7 warnings generated.
[3/4] aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot  -o spki-hash spki-hash.p/spki-hash.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--start-group TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libssl.so TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libcrypto.so -Wl,--end-group
FAILED: [code=1] spki-hash 
aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot  -o spki-hash spki-hash.p/spki-hash.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--start-group TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libssl.so TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libcrypto.so -Wl,--end-group
aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_load_builtin_engines
>>> referenced by spki-hash.c:114 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/spki-hash.c:114)
>>>               spki-hash.p/spki-hash.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_by_id
>>> referenced by spki-hash.c:116 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/spki-hash.c:116)
>>>               spki-hash.p/spki-hash.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_init
>>> referenced by spki-hash.c:118 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/spki-hash.c:118)
>>>               spki-hash.p/spki-hash.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_ctrl_cmd_string
>>> referenced by spki-hash.c:123 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/spki-hash.c:123)
>>>               spki-hash.p/spki-hash.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_load_public_key
>>> referenced by spki-hash.c:125 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/spki-hash.c:125)
>>>               spki-hash.p/spki-hash.c.o:(main)
aarch64-yoe-linux-clang: error: linker command failed with exit code 1 (use -v to see invocation)
[4/4] aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot  -o extract-cert extract-cert.p/extract-cert.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--start-group TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libssl.so TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libcrypto.so -Wl,--end-group
FAILED: [code=1] extract-cert 
aarch64-yoe-linux-clang -target aarch64-yoe-linux -mcpu=cortex-a57+crc --dyld-prefix=/usr -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot  -o extract-cert extract-cert.p/extract-cert.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--start-group TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libssl.so TOPDIR/build/tmp/work/cortexa57-yoe-linux/extract-cert/0.3/recipe-sysroot/usr/lib/libcrypto.so -Wl,--end-group
aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_load_builtin_engines
>>> referenced by extract-cert.c:124 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/extract-cert.c:124)
>>>               extract-cert.p/extract-cert.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_by_id
>>> referenced by extract-cert.c:126 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/extract-cert.c:126)
>>>               extract-cert.p/extract-cert.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_init
>>> referenced by extract-cert.c:128 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/extract-cert.c:128)
>>>               extract-cert.p/extract-cert.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_ctrl_cmd_string
>>> referenced by extract-cert.c:133 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/extract-cert.c:133)
>>>               extract-cert.p/extract-cert.c.o:(main)

aarch64-yoe-linux-ld.lld: error: undefined symbol: ENGINE_ctrl_cmd
>>> referenced by extract-cert.c:134 (/usr/src/debug/extract-cert/0.3/../sources/extract-cert-0.3/extract-cert.c:134)
>>>               extract-cert.p/extract-cert.c.o:(main)
aarch64-yoe-linux-clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.

Error details

Submitted on:
30/08/26 04:25
Error type:
Recipe
Task:
do_compile
Recipe:
extract-cert
Recipe version:
0.3-r0
Machine:
qemuarm64
Distro:
yoe
Build system:
aarch64-linux
Target system:
aarch64-yoe-linux
Host distro:
universal/debian-13
Branch:
HEAD
Commit:
ff8f7ffb1ce4ca66ff803ecbcf5ed5a52db514c2
Build:
#248795
Submitter:
info@yoedistro.org
Similar errors:
7
Open a bug