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

2021-04-28 Thread Costin Lupu
On 4/28/21 3:34 PM, Christian Lindig wrote: > > >> On 27 Apr 2021, at 13:05, 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'

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

2021-04-28 Thread Christian Lindig
On 27 Apr 2021, at 13:05, 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 0/5] Fix redefinition errors for toolstack libs

2021-04-27 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.