chenrui333 opened a new issue #8554: URL: https://github.com/apache/trafficserver/issues/8554
👋 trying to upgrade trafficserver to the latest version, but failed with the following build errors. ``` Undefined symbols for architecture arm64: "thread-local wrapper routine for pluginThreadContext", referenced from: _TSRemapInit in plugin_v1_la-plugin_misc_cb.o _TSRemapNewInstance in plugin_v1_la-plugin_misc_cb.o ld: symbol(s) not found for architecture arm64 ``` ``` libtool: link: clang++ -o unit-tests/.libs/plugin_v1.so -bundle unit-tests/.libs/plugin_v1_la-plugin_misc_cb.o -L/usr/local/opt/[email protected]/lib -L/usr/local/Cellar/pcre/8.45/lib -g -O3 -Wl,-exported_symbols_list,unit-tests/.libs/plugin_v1-symbols.expsym Undefined symbols for architecture x86_64: "thread-local wrapper routine for pluginThreadContext", referenced from: _TSRemapInit in plugin_v2_la-plugin_misc_cb.o _TSRemapNewInstance in plugin_v2_la-plugin_misc_cb.o ld: symbol(s) not found for architecture x86_64 libtool: link: /usr/bin/nm -B unit-tests/.libs/plugin_init_fail_la-plugin_init_fail.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > unit-tests/.libs/plugin_init_fail.exp clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [unit-tests/plugin_v2.la] Error 1 make[3]: *** Waiting for unfinished jobs.... Undefined symbols for ar chitecture x86_64: "thread-local wrapper routine for pluginThreadContext", referenced from: _TSRemapInit in plugin_v1_la-plugin_misc_cb.o _TSRemapNewInstance in plugin_v1_la-plugin_misc_cb.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` - relates to Homebrew/homebrew-core#90883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
