bneradt commented on PR #12456: URL: https://github.com/apache/trafficserver/pull/12456#issuecomment-3192523946
Here's the ubuntu build failure: https://ci.trafficserver.apache.org/job/Github_Builds/job/ubuntu/6404/console ``` : && /usr/lib/llvm-12/bin/clang++ -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector -pthread -g -pie -Wl,-z,relro -Wl,-z,now plugins/header_rewrite/CMakeFiles/test_matcher.dir/matcher_tests.cc.o plugins/header_rewrite/CMakeFiles/test_matcher.dir/matcher.cc.o plugins/header_rewrite/CMakeFiles/test_matcher.dir/lulu.cc.o plugins/header_rewrite/CMakeFiles/test_matcher.dir/regex_helper.cc.o plugins/header_rewrite/CMakeFiles/test_matcher.dir/resources.cc.o -o plugins/header_rewrite/test_matcher -Wl,-rpath,/home/jenkins/workspace/Github_Builds/ubuntu/src/build/lib/swoc:/home/jenkins/workspace/Github_Builds/ubuntu/src/build/lib/yamlcpp -ldl src/tsutil/libtsutil.a lib/swoc/libswoc.so.1.5.14 lib/yamlcpp/libyaml-cppd.so.0.8.0 -ldl /usr/lib/x86_64-linux-gnu/libpcre2-8.so /usr/lib/x86_64-linux-gnu/libpcre.so && : /usr/bin/ld: plugins/header_rewrite/CMakeFiles/test_matcher.dir/matcher_tests.cc.o: in function `ProxyMutex::free()': /home/jenkins/workspace/Github_Builds/ubuntu/src/build/../include/iocore/eventsystem/Lock.h:657: undefined reference to `ink_mutex_destroy(pthread_mutex_t*)' /usr/bin/ld: /home/jenkins/workspace/Github_Builds/ubuntu/src/build/../include/iocore/eventsystem/Lock.h:658: undefined reference to `mutexAllocator' /usr/bin/ld: plugins/header_rewrite/CMakeFiles/test_matcher.dir/matcher_tests.cc.o: in function `FreelistAllocator::free_void(void*)': /home/jenkins/workspace/Github_Builds/ubuntu/src/build/../include/tscore/Allocator.h:73: undefined reference to `ink_freelist_free(_InkFreeList*, void*)' clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org