>-----Original Message----- >From: De Lara Guarch, Pablo >Sent: Friday, February 03, 2017 12:31 PM >To: Mrzyglod, DanielX T <danielx.t.mrzyg...@intel.com>; Thomas Monjalon ><thomas.monja...@6wind.com>; Mrozowicz, SlawomirX ><slawomirx.mrozow...@intel.com> >Cc: dev@dpdk.org >Subject: RE: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc compilation >under FreeBSD > >Hi Thomas, > >> -----Original Message----- >> From: Mrzyglod, DanielX T >> Sent: Thursday, February 02, 2017 3:18 PM >> To: Thomas Monjalon; Mrozowicz, SlawomirX; De Lara Guarch, Pablo >> Cc: dev@dpdk.org >> Subject: RE: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc compilation >> under FreeBSD >> >> >> >> >-----Original Message----- >> >From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] >> >Sent: Thursday, February 02, 2017 2:57 PM >> >To: Mrzyglod, DanielX T <danielx.t.mrzyg...@intel.com>; Mrozowicz, >> SlawomirX >> ><slawomirx.mrozow...@intel.com>; De Lara Guarch, Pablo >> ><pablo.de.lara.gua...@intel.com> >> >Cc: dev@dpdk.org >> >Subject: Re: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc >> compilation >> >under FreeBSD >> > >> >Hi, >> > >> >The error is not specific to GCC. >> >I can reproduce it with x86_64-native-bsdapp-clang. >> > >> I can reproduce it only at FreeBSD 10.3 gcc48 >> >> I have mindblow about it. >> When you see patchwork report: >> http://dpdk.org/dev/patchwork/patch/19998/ - Everything is ok. >> But it isn't due to daily raport: http://dpdk.org/ml/archives/test- >> report/2017-January/010203.html >> >> For clang it was working so I prepared patch for gcc. > >Could you say which clang version you have? >In patch report, clang version on FreeBSD is 3.4.1, and compilation is OK. >We might need to include a newer one. >
Today I reproduced it also at clang 3.8 & 3.4.1 on fresh git clone so Thomas was right. Today I add clang-3.8 5 to vm and 3.4.1 compilation stopped working. The patch name could be changed to "fix compilation under FreeBSD" >> >> >2017-02-02 14:41, Daniel Mrzyglod: >> >> This patch fixes error: implicit declaration of function 'getline' >> >> >> >> Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test >> >application") >> >> >> >> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyg...@intel.com> >> > >> >I am interested to understand how such error can happen with the >> >recent integration of build checks in patchwork. >> >Have you received any automatic mail about the compilation error? >> >Do you think setting colors (green/orange/red) in the columns S/W/F >> >would help? >> >> We didn't get any error raport about this patchseries - so I think there may >> be some errors in DPDK's patchwork build environment . >> Everybody like colors but it's not critical :> >>