Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/48863 _Compilation issues_ Submitter: Michal Krawczyk Date: 2018-12-14 13:18:31 DPDK git baseline: Repo:dpdk-master, CommitID: ef8b7c505f10897621c0801d8ef3e961385246f8 Build Summary: 15 Builds Done, 12 Successful, 3 Failures Test environment and configuration as below: OS: FC25 Kernel Version: 4.5.5-300.fc24.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2) Clang Version: 3.8.0 (tags/RELEASE_380/final) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-gcc-debug OS: FC24 Kernel Version: 4.9.13-100.fc24.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) Clang Version: 3.8.1 (tags/RELEASE_381/final) i686-native-linuxapp-gcc x86_64-native-linuxapp-gcc-shared x86_64-native-linuxapp-clang OS: CENTOS Kernel Version: 3.10.0-514.10.2.el7.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final) x86_64-native-linuxapp-gcc i686-native-linuxapp-gcc x86_64-native-linuxapp-gcc-shared x86_64-native-linuxapp-clang OS: UB1604 Kernel Version: 4.4.0-78-generic CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc OS: FreeBSD Kernel Version: 10.3-RELEASE CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-MHz K8-class CPU) GCC Version: gcc (FreeBSD Ports Collection) 7.3.0 Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc *Failed Build #1: OS: CENTOS Target: x86_64-native-linuxapp-gcc == Build drivers/net/ena CC e1000_82540.o CC e1000_82541.o CC ena_ethdev.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c: In function ‘ena_rx_queue_release_bufs’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: error: ‘for’ loop initial declarations are only allowed in C99 mode for (unsigned int i = 0; i < ring->ring_size; ++i) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: note: use option -std=c99 or -std=gnu99 to compile your code make[6]: *** [ena_ethdev.o] Error 1 make[5]: *** [ena] Error 2 *Failed Build #2: OS: CENTOS Target: i686-native-linuxapp-gcc INSTALL-LIB librte_pmd_dpaa2.a == Build drivers/net/ena CC e1000_82540.o CC ena_ethdev.o /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c: In function ‘ena_rx_queue_release_bufs’: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: error: ‘for’ loop initial declarations are only allowed in C99 mode for (unsigned int i = 0; i < ring->ring_size; ++i) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: note: use option -std=c99 or -std=gnu99 to compile your code make[6]: *** [ena_ethdev.o] Error 1 make[5]: *** [ena] Error 2 *Failed Build #3: OS: CENTOS Target: x86_64-native-linuxapp-gcc-shared == Build drivers/net/ena CC e1000_82542.o CC e1000_82543.o CC ena_ethdev.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c: In function ‘ena_rx_queue_release_bufs’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: error: ‘for’ loop initial declarations are only allowed in C99 mode for (unsigned int i = 0; i < ring->ring_size; ++i) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d0529f6cab1f499fb04cf9c30b51f914/dpdk/drivers/net/ena/ena_ethdev.c:747:2: note: use option -std=c99 or -std=gnu99 to compile your code CC e1000_82571.o CC e1000_82575.o DPDK STV team