Hi Илья,

On Wed, Jan 29, 2020 at 11:34 AM Илья Шипицин <chipits...@gmail.com> wrote:

> Hello,
>
> I started to work on rpm packages.
> I also applied at Linaro for arm64 vm (request is not completed yet).
>
>
> interesting that Lua is not detected:
>
>
> https://copr-be.cloud.fedoraproject.org/results/chipitsine/haproxy-rpm/fedora-31-aarch64/01207488-haproxy/builder-live.log.gz
>
> Martin, do you have arm64, can you check that ?
>

I've had the same problem on my VM.
I've tried to debug it and I think the problem was somewhere here:
https://github.com/haproxy/haproxy/blob/160287b6760584eb1dc20d9032d6d49ed051ca0b/Makefile#L547
Maybe
the string concatenation with the quotes cause it.
At Travis it seems to work fine.
I've worked it around by specifying manually LUA_INC=/usr/include/lua5.3/:

make -j3 CC=$CC V=0 TARGET=$TARGET $FLAGS DEBUG_CFLAGS="$DEBUG_CFLAGS"
LDFLAGS="$LDFLAGS -L$SSL_LIB -Wl,-rpath,$SSL_LIB"
51DEGREES_SRC="$FIFTYONEDEGREES_SRC" EXTRA_OBJS="$EXTRA_OBJS"
LUA_INC=/usr/include/lua5.3/


>
> cheers,
> Ilya Shipitcin
>

Reply via email to