-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Description
👋 trying to build the latest release, but run into some build issue. The error log is as below:
build failure
FAILED: tests/fe-common/core/test-formats
clang -o tests/fe-common/core/test-formats tests/fe-common/core/test-formats.p/test-formats.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-undefined,error -Wl,-rpath,/opt/homebrew/Cellar/glib/2.74.3/lib -Wl,-rpath,/opt/homebrew/opt/gettext/lib -Wl,-rpath,/opt/homebrew/Cellar/openssl@1.1/1.1.1s/lib -Wl,-rpath,/opt/homebrew/Cellar/libgcrypt/1.10.1/lib -Wl,-rpath,/opt/homebrew/Cellar/libotr/4.1.1/lib src/lib-config/libirssi_config.a src/core/libcore.a src/fe-common/core/libfe_common_core.a /opt/homebrew/Cellar/glib/2.74.3/lib/libglib-2.0.dylib /opt/homebrew/opt/gettext/lib/libintl.dylib /opt/homebrew/Cellar/glib/2.74.3/lib/libgmodule-2.0.dylib /opt/homebrew/Cellar/openssl@1.1/1.1.1s/lib/libssl.dylib /opt/homebrew/Cellar/openssl@1.1/1.1.1s/lib/libcrypto.dylib -lutf8proc /opt/homebrew/Cellar/libgcrypt/1.10.1/lib/libgcrypt.dylib /opt/homebrew/Cellar/libotr/4.1.1/lib/libotr.dylib -lutf8proc -lutf8proc -lutf8proc
Undefined symbols for architecture arm64:
"_current_theme", referenced from:
_format_get_text_theme in libfe_common_core.a(formats.c.o)
_format_get_text in libfe_common_core.a(formats.c.o)
_strip_codes in libfe_common_core.a(formats.c.o)
_format_send_as_gui_flags in libfe_common_core.a(formats.c.o)
_sig_print_text in libfe_common_core.a(fe-windows.c.o)
_printformat_module_dest_charargs in libfe_common_core.a(printtext.c.o)
_printformat_module_gui_args in libfe_common_core.a(printtext.c.o)
...
"_default_formats", referenced from:
_format_find_tag in libfe_common_core.a(formats.c.o)
_format_get_text_theme_args in libfe_common_core.a(formats.c.o)
_printformat_module_dest_args in libfe_common_core.a(printtext.c.o)
_printformat_module_gui_args in libfe_common_core.a(printtext.c.o)
ld: symbol(s) not found for architecture arm64
relates to Homebrew/homebrew-core#118477