[dpdk-test-report] |FAILURE| pw44440[RFC] eal: simplify parameters of hotplug functions

sys_stv at intel.com sys_stv at intel.com
Sat Sep 8 00:32:39 CEST 2018


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/44440

_Compilation issues_

Submitter: Thomas Monjalon <thomas at monjalon.net>
Date: 2018-09-07 22:27:27
DPDK git baseline: Repo:dpdk-master, CommitID: 3605968c2fa783674624562a7dfab256eb9044ea

Build Summary: 15 Builds Done, 0 Successful, 15 Failures

Test environment and configuration as below:

OS: FC25
	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.2.1 20160916 (Red Hat 6.2.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.2.1 20160916 (Red Hat 6.2.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

OS: CENTOS
	Kernel Version: 3.10.0-327.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-28)
	Clang Version: NA
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-gcc
	i686-native-linuxapp-gcc

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.76-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 4.8.5
	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: FC25
Target: x86_64-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #2:
OS: UB1604
Target: x86_64-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  CC eal_common_hexdump.o
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:41: error: too many arguments to function call, expected single argument 'devargs', have 3 arguments
                return rte_eal_hotplug_add(bus->name, name, devargs);
                       ~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:1: note: 'rte_eal_hotplug_add' declared here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for 'rte_eal_hotplug_add'
int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                       ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                       ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for 'rte_eal_hotplug_remove'
rte_eal_hotplug_remove(const char *busname, const char *devname)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:215:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                       ^
3 errors generated.
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [eal] Error 2
make[5]: *** [linuxapp] Error 2
make[4]: *** [librte_eal] Error 2

*Failed Build #4:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:3: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
   ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here

*Failed Build #5:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
  CC eal_common_options.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:41: error: too many arguments to function call, expected single argument 'devargs', have 3 arguments
                return rte_eal_hotplug_add(bus->name, name, devargs);
                       ~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:1: note: 'rte_eal_hotplug_add' declared here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for 'rte_eal_hotplug_add'
int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for 'rte_eal_hotplug_remove'
rte_eal_hotplug_remove(const char *busname, const char *devname)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:215:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                       ^
3 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #6:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #7:
OS: UB1604
Target: i686-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:3: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
   ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here

*Failed Build #9:
OS: CENTOS
Target: i686-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:3: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
   ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here

*Failed Build #10:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
  CC eal_common_hexdump.o
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:41: error: too many arguments to function call, expected single argument 'devargs', have 3 arguments
                return rte_eal_hotplug_add(bus->name, name, devargs);
                       ~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~
  CC eal_common_options.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-clang/include/rte_dev.h:202:1: note: 'rte_eal_hotplug_add' declared here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for 'rte_eal_hotplug_add'
int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                       ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-clang/include/rte_dev.h:202:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                       ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for 'rte_eal_hotplug_remove'
rte_eal_hotplug_remove(const char *busname, const char *devname)
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-clang/include/rte_dev.h:215:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                       ^
3 errors generated.
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
gmake[7]: *** [eal_common_dev.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
gmake[6]: *** [eal] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'bsdapp' failed
gmake[5]: *** [bsdapp] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
gmake[4]: *** [librte_eal] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
gmake[3]: *** [lib] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #11:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #12:
OS: FC24
Target: i686-native-linuxapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/i686-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #13:
OS: FC24
Target: x86_64-native-linuxapp-clang
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
  CC eal_common_options.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:41: error: too many arguments to function call, expected single argument 'devargs', have 3 arguments
                return rte_eal_hotplug_add(bus->name, name, devargs);
                       ~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:1: note: 'rte_eal_hotplug_add' declared here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for 'rte_eal_hotplug_add'
int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                       ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:202:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                       ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for 'rte_eal_hotplug_remove'
rte_eal_hotplug_remove(const char *busname, const char *devname)
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-clang/include/rte_dev.h:215:24: note: previous declaration is here
int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                       ^
3 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #14:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function 'rte_eal_dev_attach':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:3: error: too many arguments to function 'rte_eal_hotplug_add'
   return rte_eal_hotplug_add(bus->name, name, devargs);
   ^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for 'rte_eal_hotplug_add'
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_dev.h:202:24: note: previous declaration of 'rte_eal_hotplug_add' was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for 'rte_eal_hotplug_remove'
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-bsdapp-gcc/include/rte_dev.h:215:24: note: previous declaration of 'rte_eal_hotplug_remove' was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
gmake[7]: *** [eal_common_dev.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
gmake[6]: *** [eal] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'bsdapp' failed
gmake[5]: *** [bsdapp] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
gmake[4]: *** [librte_eal] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
gmake[3]: *** [lib] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #15:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
  CC eal_common_devargs.o
  CC eal_common_class.o
  CC eal_common_bus.o
  CC eal_common_dev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: In function ‘rte_eal_dev_attach’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:93:10: error: too many arguments to function ‘rte_eal_hotplug_add’
   return rte_eal_hotplug_add(bus->name, name, devargs);
          ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: declared here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:130:24: error: conflicting types for ‘rte_eal_hotplug_add’
 int __rte_experimental rte_eal_hotplug_add(const char *busname, const char *devname,
                        ^~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:202:24: note: previous declaration of ‘rte_eal_hotplug_add’ was here
 int __rte_experimental rte_eal_hotplug_add(const char *devargs);
                        ^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:197:1: error: conflicting types for ‘rte_eal_hotplug_remove’
 rte_eal_hotplug_remove(const char *busname, const char *devname)
 ^~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_bus.h:53:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/lib/librte_eal/common/eal_common_dev.c:12:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/x86_64-native-linuxapp-gcc/include/rte_dev.h:215:24: note: previous declaration of ‘rte_eal_hotplug_remove’ was here
 int __rte_experimental rte_eal_hotplug_remove(struct rte_device *dev);
                        ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal_common_dev.o' failed
make[7]: *** [eal_common_dev.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/ce389a246fc740a5badf90d23fd98cb5/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team


More information about the test-report mailing list