Re: [PATCH v4 0/5] Fix redefinition errors for toolstack libs

2021-07-09 Thread Julien Grall
Hi, On 09/07/2021 15:58, Julien Grall wrote: Hi Costin, On 08/06/2021 13:35, Costin Lupu wrote: For replication I used gcc 10.3 on an Alpine system. In order to replicate the redefinition error for PAGE_SIZE one should install the 'fortify-headers' package which will change the chain of

Re: [PATCH v4 0/5] Fix redefinition errors for toolstack libs

2021-07-09 Thread Julien Grall
Hi Costin, On 08/06/2021 13:35, Costin Lupu wrote: For replication I used gcc 10.3 on an Alpine system. In order to replicate the redefinition error for PAGE_SIZE one should install the 'fortify-headers' package which will change the chain of included headers by indirectly including

Re: [PATCH v4 0/5] Fix redefinition errors for toolstack libs

2021-06-08 Thread Christian Lindig
On 8 Jun 2021, at 13:35, Costin Lupu mailto:costin.l...@cs.pub.ro>> wrote: For replication I used gcc 10.3 on an Alpine system. In order to replicate the redefinition error for PAGE_SIZE one should install the 'fortify-headers' package which will change the chain of included headers by

[PATCH v4 0/5] Fix redefinition errors for toolstack libs

2021-06-08 Thread Costin Lupu
For replication I used gcc 10.3 on an Alpine system. In order to replicate the redefinition error for PAGE_SIZE one should install the 'fortify-headers' package which will change the chain of included headers by indirectly including /usr/include/limits.h where PAGE_SIZE and PATH_MAX are defined.