Hi Ilya, On Tue, Jun 04, 2019 at 12:52:50AM +0500, ???? ??????? wrote: > src/mux_h2.o: In function `h2s_frt_make_resp_data': > /home/chipitsine/haproxy/src/mux_h2.c:4405: undefined reference to `trace' > /home/chipitsine/haproxy/src/mux_h2.c:4405:(.text+0xce79): relocation > truncated to fit: R_X86_64_PC32 against undefined symbol `trace' > collect2: error: ld returned 1 exit status > make: *** [Makefile:821: haproxy] Error 1
Seems like another issue with the weak symbol definition. I've just modified the definition to skip the attribute in this case. We should probably modify the build to use USE_TRACE and drop the function definition in this case instead of keeping a weak one. Thanks, Willy

