вт, 4 июн. 2019 г. в 19:05, Willy Tarreau <[email protected]>: > 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. >
https://travis-ci.com/chipitsine/haproxy/builds/114280394#L305-L309 some minor issue. I've no idea what do we have to with that. we might either force ISO C90 or ignore it :) I'll add "lua", "openssl", ... soon > > Thanks, > Willy >

