Re: Haproxy 2.2.3 source

2020-09-16 Thread Carlos Goncalves
On Wed, Sep 16, 2020 at 5:42 PM Илья Шипицин wrote: > > > ср, 16 сент. 2020 г. в 16:33, Carlos Goncalves : > >> >> >> On Wed, Sep 9, 2020 at 7:53 PM Willy Tarreau wrote: >> >>> On Wed, Sep 09, 2020 at 07:20:17PM +0200, Willy Tarreau wrote: >>> > Feel free to pick this patch if that helps for

Re: Haproxy 2.2.3 source

2020-09-16 Thread Илья Шипицин
ср, 16 сент. 2020 г. в 16:33, Carlos Goncalves : > > > On Wed, Sep 9, 2020 at 7:53 PM Willy Tarreau wrote: > >> On Wed, Sep 09, 2020 at 07:20:17PM +0200, Willy Tarreau wrote: >> > Feel free to pick this patch if that helps for your builds, I'm going >> > to backport it to 2.2 once all platforms

Re: Haproxy 2.2.3 source

2020-09-16 Thread Carlos Goncalves
On Wed, Sep 9, 2020 at 7:53 PM Willy Tarreau wrote: > On Wed, Sep 09, 2020 at 07:20:17PM +0200, Willy Tarreau wrote: > > Feel free to pick this patch if that helps for your builds, I'm going > > to backport it to 2.2 once all platforms are happy. > > All builds are OK now, the commit was

Re: Haproxy 2.2.3 source

2020-09-09 Thread Willy Tarreau
On Wed, Sep 09, 2020 at 10:03:29PM +0200, Vincent Bernat wrote: > ? 9 septembre 2020 19:31 +02, Willy Tarreau: > > >> Feel free to pick this patch if that helps for your builds, I'm going > >> to backport it to 2.2 once all platforms are happy. > > > > All builds are OK now, the commit was

Re: Haproxy 2.2.3 source

2020-09-09 Thread Alex Evonosky
Thank you Willy! A On Wed, Sep 9, 2020 at 1:31 PM Willy Tarreau wrote: > On Wed, Sep 09, 2020 at 07:20:17PM +0200, Willy Tarreau wrote: > > Feel free to pick this patch if that helps for your builds, I'm going > > to backport it to 2.2 once all platforms are happy. > > All builds are OK now,

Re: Haproxy 2.2.3 source

2020-09-09 Thread Vincent Bernat
❦ 9 septembre 2020 19:31 +02, Willy Tarreau: >> Feel free to pick this patch if that helps for your builds, I'm going >> to backport it to 2.2 once all platforms are happy. > > All builds are OK now, the commit was backported to 2.2 and the patch > can be retrieved here: > >

Re: Haproxy 2.2.3 source

2020-09-09 Thread Willy Tarreau
On Wed, Sep 09, 2020 at 07:20:17PM +0200, Willy Tarreau wrote: > Feel free to pick this patch if that helps for your builds, I'm going > to backport it to 2.2 once all platforms are happy. All builds are OK now, the commit was backported to 2.2 and the patch can be retrieved here:

Re: Haproxy 2.2.3 source

2020-09-09 Thread Willy Tarreau
On Wed, Sep 09, 2020 at 05:49:50PM +0200, Willy Tarreau wrote: > On Wed, Sep 09, 2020 at 05:40:05PM +0200, Vincent Bernat wrote: > > ? 9 septembre 2020 16:58 +02, Willy Tarreau: > > > > > Ah I'm really angry because I tested on many platforms, *including* armhf, > > > but now I'm not seeing it,

Re: Haproxy 2.2.3 source

2020-09-09 Thread Willy Tarreau
On Wed, Sep 09, 2020 at 05:40:05PM +0200, Vincent Bernat wrote: > ? 9 septembre 2020 16:58 +02, Willy Tarreau: > > > Ah I'm really angry because I tested on many platforms, *including* armhf, > > but now I'm not seeing it, so either I failed on one test or it depends > > on the compiler

Re: Haproxy 2.2.3 source

2020-09-09 Thread Vincent Bernat
am to help the reader understand it. - The Elements of Programming Style (Kernighan & Plauger) ――― Original Message ――― From: Илья Шипицин Sent: 9 septembre 2020 20:38 +05 Subject: Re: Haproxy 2.2.3 source To: Willy Tarreau Cc: Vincent Bernat; Alex Evonosky; haprox

Re: Haproxy 2.2.3 source

2020-09-09 Thread Vincent Bernat
❦ 9 septembre 2020 16:58 +02, Willy Tarreau: > Ah I'm really angry because I tested on many platforms, *including* armhf, > but now I'm not seeing it, so either I failed on one test or it depends > on the compiler combination :-( I am getting it on Debian Unstable (gcc 10.2.0, glibc 2.31),

Re: Haproxy 2.2.3 source

2020-09-09 Thread Илья Шипицин
how do you build armh ? can you share details ? if that's cross build, we can easily add to github actions, for example. unfortunately, it is hard to get armh native CI. ср, 9 сент. 2020 г. в 20:01, Willy Tarreau : > On Tue, Sep 08, 2020 at 11:47:25PM +0200, Vincent Bernat wrote: > > ? 8

Re: Haproxy 2.2.3 source

2020-09-09 Thread Willy Tarreau
On Tue, Sep 08, 2020 at 11:47:25PM +0200, Vincent Bernat wrote: > ? 8 septembre 2020 16:13 -04, Alex Evonosky: > > > Just compiling 2.2.3 and getting this reference: > > > > > > /haproxy-2.2.3/src/thread.c:212: undefined reference to > > `_Unwind_Find_FDE' > > I am getting the same issue on

Re: Haproxy 2.2.3 source

2020-09-08 Thread Alex Evonosky
Correct.. this is arm based on my side as well. Sent from my Pixel 3XL On Tue, Sep 8, 2020, 5:47 PM Vincent Bernat wrote: > ❦ 8 septembre 2020 16:13 -04, Alex Evonosky: > > > Just compiling 2.2.3 and getting this reference: > > > > > > /haproxy-2.2.3/src/thread.c:212: undefined reference

Re: Haproxy 2.2.3 source

2020-09-08 Thread Vincent Bernat
❦ 8 septembre 2020 16:13 -04, Alex Evonosky: > Just compiling 2.2.3 and getting this reference: > > > /haproxy-2.2.3/src/thread.c:212: undefined reference to > `_Unwind_Find_FDE' I am getting the same issue on armhf only. Other platforms don't get this issue. On this platform, we only get: