Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.75 KB | None | 0 0
  1. ./configure --with-linux=/lib/module/4.4.0-138-generic/build --enable-sparse
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking how to create a pax tar archive... gnutar
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking whether gcc understands -c and -o together... yes
  21. checking dependency style of gcc... gcc3
  22. checking for gcc option to accept ISO C99... none needed
  23. checking for g++... g++
  24. checking whether we are using the GNU C++ compiler... yes
  25. checking whether g++ accepts -g... yes
  26. checking dependency style of g++... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for fgrep... /bin/grep -F
  30. checking for egrep... /bin/grep -E
  31. checking for pkg-config... /usr/bin/pkg-config
  32. checking pkg-config is at least version 0.9.0... yes
  33. checking for ANSI C header files... yes
  34. checking for sys/types.h... yes
  35. checking for sys/stat.h... yes
  36. checking for stdlib.h... yes
  37. checking for string.h... yes
  38. checking for memory.h... yes
  39. checking for strings.h... yes
  40. checking for inttypes.h... yes
  41. checking for stdint.h... yes
  42. checking for unistd.h... yes
  43. checking minix/config.h usability... no
  44. checking minix/config.h presence... no
  45. checking for minix/config.h... no
  46. checking whether it is safe to define __EXTENSIONS__... yes
  47. checking whether byte ordering is bigendian... no
  48. checking for special C compiler options needed for large files... no
  49. checking for _FILE_OFFSET_BITS value needed for large files... no
  50. checking build system type... x86_64-pc-linux-gnu
  51. checking host system type... x86_64-pc-linux-gnu
  52. checking how to print strings... printf
  53. checking for a sed that does not truncate output... /bin/sed
  54. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  55. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  56. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  57. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  58. checking whether ln -s works... yes
  59. checking the maximum length of command line arguments... 1572864
  60. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  61. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  62. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  63. checking for objdump... objdump
  64. checking how to recognize dependent libraries... pass_all
  65. checking for dlltool... no
  66. checking how to associate runtime and link libraries... printf %s\n
  67. checking for ar... ar
  68. checking for archiver @FILE support... @
  69. checking for strip... strip
  70. checking for ranlib... ranlib
  71. checking command to parse /usr/bin/nm -B output from gcc object... ok
  72. checking for sysroot... no
  73. checking for a working dd... /bin/dd
  74. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  75. checking for mt... mt
  76. checking if mt is a manifest tool... no
  77. checking for dlfcn.h... yes
  78. checking for objdir... .libs
  79. checking if gcc supports -fno-rtti -fno-exceptions... no
  80. checking for gcc option to produce PIC... -fPIC -DPIC
  81. checking if gcc PIC flag -fPIC -DPIC works... yes
  82. checking if gcc static flag -static works... yes
  83. checking if gcc supports -c -o file.o... yes
  84. checking if gcc supports -c -o file.o... (cached) yes
  85. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  86. checking dynamic linker characteristics... GNU/Linux ld.so
  87. checking how to hardcode library paths into programs... immediate
  88. checking whether stripping libraries is possible... yes
  89. checking if libtool supports shared libraries... yes
  90. checking whether to build shared libraries... no
  91. checking whether to build static libraries... yes
  92. checking how to run the C++ preprocessor... g++ -E
  93. checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
  94. checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
  95. checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  96. checking for g++ option to produce PIC... -fPIC -DPIC
  97. checking if g++ PIC flag -fPIC -DPIC works... yes
  98. checking if g++ static flag -static works... yes
  99. checking if g++ supports -c -o file.o... yes
  100. checking if g++ supports -c -o file.o... (cached) yes
  101. checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  102. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking for library containing pow... -lm
  105. checking for library containing clock_gettime... none required
  106. checking for library containing timer_create... -lrt
  107. checking for library containing pthread_create... -lpthread
  108. checking whether strerror_r is declared... yes
  109. checking for strerror_r... yes
  110. checking whether strerror_r returns char *... yes
  111. checking vmware.h usability... no
  112. checking vmware.h presence... no
  113. checking for vmware.h... no
  114. checking for MSVC x64 compiler... no
  115. checking windows.h usability... no
  116. checking windows.h presence... no
  117. checking for windows.h... no
  118. checking for linux/netlink.h... yes
  119. checking for pkg-config... /usr/bin/pkg-config
  120. checking whether compiling and linking against OpenSSL works... yes
  121. checking for capng_clear in -lcap-ng... no
  122. configure: WARNING: cannot find libcap-ng.
  123. --user option will not be supported on Linux.
  124. (you may use --disable-libcapng to suppress this warning).
  125. checking for Python 2.x for x >= 7... /usr/bin/python2
  126. checking for Python 3.x for x >= 4... /usr/bin/python3
  127. checking for Python 2 or 3... /usr/bin/python2
  128. checking for flake8... no
  129. checking for sphinx... no
  130. checking for dot... no
  131. checking net/if_dl.h usability... no
  132. checking net/if_dl.h presence... no
  133. checking for net/if_dl.h... no
  134. checking whether strtok_r macro segfaults on some inputs... no
  135. checking whether sys_siglist is declared... yes
  136. checking for struct stat.st_mtim.tv_nsec... yes
  137. checking for struct stat.st_mtimensec... no
  138. checking for struct ifreq.ifr_flagshigh... no
  139. checking for struct mmsghdr.msg_len... yes
  140. checking for struct sockaddr_in6.sin6_scope_id... yes
  141. checking for mlockall... yes
  142. checking for strnlen... yes
  143. checking for getloadavg... yes
  144. checking for statvfs... yes
  145. checking for getmntent_r... yes
  146. checking for sendmmsg... yes
  147. checking for clock_gettime... yes
  148. checking mntent.h usability... yes
  149. checking mntent.h presence... yes
  150. checking for mntent.h... yes
  151. checking sys/statvfs.h usability... yes
  152. checking sys/statvfs.h presence... yes
  153. checking for sys/statvfs.h... yes
  154. checking linux/types.h usability... yes
  155. checking linux/types.h presence... yes
  156. checking for linux/types.h... yes
  157. checking linux/if_ether.h usability... yes
  158. checking linux/if_ether.h presence... yes
  159. checking for linux/if_ether.h... yes
  160. checking linux/net_namespace.h usability... yes
  161. checking linux/net_namespace.h presence... yes
  162. checking for linux/net_namespace.h... yes
  163. checking stdatomic.h usability... yes
  164. checking stdatomic.h presence... yes
  165. checking for stdatomic.h... yes
  166. checking bits/floatn-common.h usability... no
  167. checking bits/floatn-common.h presence... no
  168. checking for bits/floatn-common.h... no
  169. checking for net/if_mib.h... no
  170. checking for library containing backtrace... none required
  171. checking linux/perf_event.h usability... yes
  172. checking linux/perf_event.h presence... yes
  173. checking for linux/perf_event.h... yes
  174. checking valgrind/valgrind.h usability... no
  175. checking valgrind/valgrind.h presence... no
  176. checking for valgrind/valgrind.h... no
  177. checking for connect in -lsocket... no
  178. checking for library containing gethostbyname... none required
  179. checking XenServer release... none
  180. checking for groff... yes
  181. checking whether gcc has <threads.h> that supports thread_local... no
  182. checking whether gcc supports __thread... yes
  183. checking for library containing __atomic_load_8... -latomic
  184. checking whether gcc supports GCC 4.0+ atomic built-ins... yes
  185. checking value of __atomic_always_lock_free(1)... 1
  186. checking value of __atomic_always_lock_free(2)... 1
  187. checking value of __atomic_always_lock_free(4)... 1
  188. checking value of __atomic_always_lock_free(8)... 1
  189. checking for library containing aio_write... none required
  190. checking for pthread_set_name_np... no
  191. checking for pthread_setname_np() variant... glibc
  192. checking whether __linux__ is defined... true
  193. checking linker output version information... libX-2.10.so.0.0.90)
  194. checking whether g++ supports C++11 features by default... yes
  195. checking for working posix_memalign... yes
  196. checking for ub_ctx_create in -lunbound... no
  197. checking whether the preprocessor supports include_next... yes
  198. checking whether system header files limit the line length... no
  199. checking for stdio.h... yes
  200. checking for string.h... (cached) yes
  201. checking whether gcc accepts -Werror... yes
  202. checking whether gcc accepts -Wall... yes
  203. checking whether gcc accepts -Wextra... yes
  204. checking whether gcc accepts -Wno-sign-compare... yes
  205. checking whether gcc accepts -Wpointer-arith... yes
  206. checking whether gcc accepts -Wformat -Wformat-security... yes
  207. checking whether gcc accepts -Wswitch-enum... yes
  208. checking whether gcc accepts -Wunused-parameter... yes
  209. checking whether gcc accepts -Wbad-function-cast... yes
  210. checking whether gcc accepts -Wcast-align... yes
  211. checking whether gcc accepts -Wstrict-prototypes... yes
  212. checking whether gcc accepts -Wold-style-definition... yes
  213. checking whether gcc accepts -Wmissing-prototypes... yes
  214. checking whether gcc accepts -Wmissing-field-initializers... yes
  215. checking whether gcc accepts -Wthread-safety... no
  216. checking whether gcc accepts -fno-strict-aliasing... yes
  217. checking whether gcc accepts -Wswitch-bool... yes
  218. checking whether gcc accepts -Wlogical-not-parentheses... yes
  219. checking whether gcc accepts -Wsizeof-array-argument... yes
  220. checking whether gcc accepts -Wbool-compare... yes
  221. checking whether gcc accepts -Wshift-negative-value... yes
  222. checking whether gcc accepts -Wduplicated-cond... yes
  223. checking whether gcc accepts -Qunused-arguments... no
  224. checking whether gcc accepts -Wshadow... yes
  225. checking whether gcc accepts -Wmultistatement-macros... no
  226. checking whether gcc accepts -Wcast-align=strict... no
  227. checking whether gcc accepts -Wno-null-pointer-arithmetic... no
  228. checking whether gcc accepts -Warray-bounds-pointer-arithmetic... no
  229. checking whether gcc accepts -Wno-unused... yes
  230. checking whether gcc accepts -Wno-unused-parameter... yes
  231. checking target hint for cgcc... x86_64
  232. checking for Linux build directory... no
  233. configure: error: source dir /lib/module/4.4.0-138-generic/build doesn't exist
  234. root@matej-Inspiron-15-7000:/ovs-master# ./configure --with-linux=/lib/modules/4.4.0-138-generic/build --enable-sparse
  235. checking for a BSD-compatible install... /usr/bin/install -c
  236. checking whether build environment is sane... yes
  237. checking for a thread-safe mkdir -p... /bin/mkdir -p
  238. checking for gawk... no
  239. checking for mawk... mawk
  240. checking whether make sets $(MAKE)... yes
  241. checking whether make supports nested variables... yes
  242. checking how to create a pax tar archive... gnutar
  243. checking for style of include used by make... GNU
  244. checking for gcc... gcc
  245. checking whether the C compiler works... yes
  246. checking for C compiler default output file name... a.out
  247. checking for suffix of executables...
  248. checking whether we are cross compiling... no
  249. checking for suffix of object files... o
  250. checking whether we are using the GNU C compiler... yes
  251. checking whether gcc accepts -g... yes
  252. checking for gcc option to accept ISO C89... none needed
  253. checking whether gcc understands -c and -o together... yes
  254. checking dependency style of gcc... gcc3
  255. checking for gcc option to accept ISO C99... none needed
  256. checking for g++... g++
  257. checking whether we are using the GNU C++ compiler... yes
  258. checking whether g++ accepts -g... yes
  259. checking dependency style of g++... gcc3
  260. checking how to run the C preprocessor... gcc -E
  261. checking for grep that handles long lines and -e... /bin/grep
  262. checking for fgrep... /bin/grep -F
  263. checking for egrep... /bin/grep -E
  264. checking for pkg-config... /usr/bin/pkg-config
  265. checking pkg-config is at least version 0.9.0... yes
  266. checking for ANSI C header files... yes
  267. checking for sys/types.h... yes
  268. checking for sys/stat.h... yes
  269. checking for stdlib.h... yes
  270. checking for string.h... yes
  271. checking for memory.h... yes
  272. checking for strings.h... yes
  273. checking for inttypes.h... yes
  274. checking for stdint.h... yes
  275. checking for unistd.h... yes
  276. checking minix/config.h usability... no
  277. checking minix/config.h presence... no
  278. checking for minix/config.h... no
  279. checking whether it is safe to define __EXTENSIONS__... yes
  280. checking whether byte ordering is bigendian... no
  281. checking for special C compiler options needed for large files... no
  282. checking for _FILE_OFFSET_BITS value needed for large files... no
  283. checking build system type... x86_64-pc-linux-gnu
  284. checking host system type... x86_64-pc-linux-gnu
  285. checking how to print strings... printf
  286. checking for a sed that does not truncate output... /bin/sed
  287. checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
  288. checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
  289. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  290. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  291. checking whether ln -s works... yes
  292. checking the maximum length of command line arguments... 1572864
  293. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  294. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  295. checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
  296. checking for objdump... objdump
  297. checking how to recognize dependent libraries... pass_all
  298. checking for dlltool... no
  299. checking how to associate runtime and link libraries... printf %s\n
  300. checking for ar... ar
  301. checking for archiver @FILE support... @
  302. checking for strip... strip
  303. checking for ranlib... ranlib
  304. checking command to parse /usr/bin/nm -B output from gcc object... ok
  305. checking for sysroot... no
  306. checking for a working dd... /bin/dd
  307. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  308. checking for mt... mt
  309. checking if mt is a manifest tool... no
  310. checking for dlfcn.h... yes
  311. checking for objdir... .libs
  312. checking if gcc supports -fno-rtti -fno-exceptions... no
  313. checking for gcc option to produce PIC... -fPIC -DPIC
  314. checking if gcc PIC flag -fPIC -DPIC works... yes
  315. checking if gcc static flag -static works... yes
  316. checking if gcc supports -c -o file.o... yes
  317. checking if gcc supports -c -o file.o... (cached) yes
  318. checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  319. checking dynamic linker characteristics... GNU/Linux ld.so
  320. checking how to hardcode library paths into programs... immediate
  321. checking whether stripping libraries is possible... yes
  322. checking if libtool supports shared libraries... yes
  323. checking whether to build shared libraries... no
  324. checking whether to build static libraries... yes
  325. checking how to run the C++ preprocessor... g++ -E
  326. checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
  327. checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
  328. checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  329. checking for g++ option to produce PIC... -fPIC -DPIC
  330. checking if g++ PIC flag -fPIC -DPIC works... yes
  331. checking if g++ static flag -static works... yes
  332. checking if g++ supports -c -o file.o... yes
  333. checking if g++ supports -c -o file.o... (cached) yes
  334. checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
  335. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  336. checking how to hardcode library paths into programs... immediate
  337. checking for library containing pow... -lm
  338. checking for library containing clock_gettime... none required
  339. checking for library containing timer_create... -lrt
  340. checking for library containing pthread_create... -lpthread
  341. checking whether strerror_r is declared... yes
  342. checking for strerror_r... yes
  343. checking whether strerror_r returns char *... yes
  344. checking vmware.h usability... no
  345. checking vmware.h presence... no
  346. checking for vmware.h... no
  347. checking for MSVC x64 compiler... no
  348. checking windows.h usability... no
  349. checking windows.h presence... no
  350. checking for windows.h... no
  351. checking for linux/netlink.h... yes
  352. checking for pkg-config... /usr/bin/pkg-config
  353. checking whether compiling and linking against OpenSSL works... yes
  354. checking for capng_clear in -lcap-ng... no
  355. configure: WARNING: cannot find libcap-ng.
  356. --user option will not be supported on Linux.
  357. (you may use --disable-libcapng to suppress this warning).
  358. checking for Python 2.x for x >= 7... /usr/bin/python2
  359. checking for Python 3.x for x >= 4... /usr/bin/python3
  360. checking for Python 2 or 3... /usr/bin/python2
  361. checking for flake8... no
  362. checking for sphinx... no
  363. checking for dot... no
  364. checking net/if_dl.h usability... no
  365. checking net/if_dl.h presence... no
  366. checking for net/if_dl.h... no
  367. checking whether strtok_r macro segfaults on some inputs... no
  368. checking whether sys_siglist is declared... yes
  369. checking for struct stat.st_mtim.tv_nsec... yes
  370. checking for struct stat.st_mtimensec... no
  371. checking for struct ifreq.ifr_flagshigh... no
  372. checking for struct mmsghdr.msg_len... yes
  373. checking for struct sockaddr_in6.sin6_scope_id... yes
  374. checking for mlockall... yes
  375. checking for strnlen... yes
  376. checking for getloadavg... yes
  377. checking for statvfs... yes
  378. checking for getmntent_r... yes
  379. checking for sendmmsg... yes
  380. checking for clock_gettime... yes
  381. checking mntent.h usability... yes
  382. checking mntent.h presence... yes
  383. checking for mntent.h... yes
  384. checking sys/statvfs.h usability... yes
  385. checking sys/statvfs.h presence... yes
  386. checking for sys/statvfs.h... yes
  387. checking linux/types.h usability... yes
  388. checking linux/types.h presence... yes
  389. checking for linux/types.h... yes
  390. checking linux/if_ether.h usability... yes
  391. checking linux/if_ether.h presence... yes
  392. checking for linux/if_ether.h... yes
  393. checking linux/net_namespace.h usability... yes
  394. checking linux/net_namespace.h presence... yes
  395. checking for linux/net_namespace.h... yes
  396. checking stdatomic.h usability... yes
  397. checking stdatomic.h presence... yes
  398. checking for stdatomic.h... yes
  399. checking bits/floatn-common.h usability... no
  400. checking bits/floatn-common.h presence... no
  401. checking for bits/floatn-common.h... no
  402. checking for net/if_mib.h... no
  403. checking for library containing backtrace... none required
  404. checking linux/perf_event.h usability... yes
  405. checking linux/perf_event.h presence... yes
  406. checking for linux/perf_event.h... yes
  407. checking valgrind/valgrind.h usability... no
  408. checking valgrind/valgrind.h presence... no
  409. checking for valgrind/valgrind.h... no
  410. checking for connect in -lsocket... no
  411. checking for library containing gethostbyname... none required
  412. checking XenServer release... none
  413. checking for groff... yes
  414. checking whether gcc has <threads.h> that supports thread_local... no
  415. checking whether gcc supports __thread... yes
  416. checking for library containing __atomic_load_8... -latomic
  417. checking whether gcc supports GCC 4.0+ atomic built-ins... yes
  418. checking value of __atomic_always_lock_free(1)... 1
  419. checking value of __atomic_always_lock_free(2)... 1
  420. checking value of __atomic_always_lock_free(4)... 1
  421. checking value of __atomic_always_lock_free(8)... 1
  422. checking for library containing aio_write... none required
  423. checking for pthread_set_name_np... no
  424. checking for pthread_setname_np() variant... glibc
  425. checking whether __linux__ is defined... true
  426. checking linker output version information... libX-2.10.so.0.0.90)
  427. checking whether g++ supports C++11 features by default... yes
  428. checking for working posix_memalign... yes
  429. checking for ub_ctx_create in -lunbound... no
  430. checking whether the preprocessor supports include_next... yes
  431. checking whether system header files limit the line length... no
  432. checking for stdio.h... yes
  433. checking for string.h... (cached) yes
  434. checking whether gcc accepts -Werror... yes
  435. checking whether gcc accepts -Wall... yes
  436. checking whether gcc accepts -Wextra... yes
  437. checking whether gcc accepts -Wno-sign-compare... yes
  438. checking whether gcc accepts -Wpointer-arith... yes
  439. checking whether gcc accepts -Wformat -Wformat-security... yes
  440. checking whether gcc accepts -Wswitch-enum... yes
  441. checking whether gcc accepts -Wunused-parameter... yes
  442. checking whether gcc accepts -Wbad-function-cast... yes
  443. checking whether gcc accepts -Wcast-align... yes
  444. checking whether gcc accepts -Wstrict-prototypes... yes
  445. checking whether gcc accepts -Wold-style-definition... yes
  446. checking whether gcc accepts -Wmissing-prototypes... yes
  447. checking whether gcc accepts -Wmissing-field-initializers... yes
  448. checking whether gcc accepts -Wthread-safety... no
  449. checking whether gcc accepts -fno-strict-aliasing... yes
  450. checking whether gcc accepts -Wswitch-bool... yes
  451. checking whether gcc accepts -Wlogical-not-parentheses... yes
  452. checking whether gcc accepts -Wsizeof-array-argument... yes
  453. checking whether gcc accepts -Wbool-compare... yes
  454. checking whether gcc accepts -Wshift-negative-value... yes
  455. checking whether gcc accepts -Wduplicated-cond... yes
  456. checking whether gcc accepts -Qunused-arguments... no
  457. checking whether gcc accepts -Wshadow... yes
  458. checking whether gcc accepts -Wmultistatement-macros... no
  459. checking whether gcc accepts -Wcast-align=strict... no
  460. checking whether gcc accepts -Wno-null-pointer-arithmetic... no
  461. checking whether gcc accepts -Warray-bounds-pointer-arithmetic... no
  462. checking whether gcc accepts -Wno-unused... yes
  463. checking whether gcc accepts -Wno-unused-parameter... yes
  464. checking target hint for cgcc... x86_64
  465. checking for Linux build directory... /lib/modules/4.4.0-138-generic/build
  466. checking for Linux source directory... /lib/modules/4.4.0-138-generic/build
  467. checking for kernel version... 4.4.155
  468. checking whether src_err, matches in /lib/modules/4.4.0-138-generic/build/arch/x86/include/asm/checksum_32.h... no
  469. checking whether rt6_get_cookie matches in /lib/modules/4.4.0-138-generic/build/include/net/ip6_fib.h... yes
  470. checking whether ipv6_dst_lookup.*net matches in /lib/modules/4.4.0-138-generic/build/include/net/addrconf.h... yes
  471. checking whether ipv6_stub matches in /lib/modules/4.4.0-138-generic/build/include/net/addrconf.h... yes
  472. checking whether ERR_CAST matches in /lib/modules/4.4.0-138-generic/build/include/linux/err.h... yes
  473. checking whether IS_ERR_OR_NULL matches in /lib/modules/4.4.0-138-generic/build/include/linux/err.h... yes
  474. checking whether PTR_ERR_OR_ZERO matches in /lib/modules/4.4.0-138-generic/build/include/linux/err.h... yes
  475. checking whether DEFINE_STATIC_KEY_FALSE matches in /lib/modules/4.4.0-138-generic/build/include/linux/jump_label.h... yes
  476. checking whether eth_hw_addr_random matches in /lib/modules/4.4.0-138-generic/build/include/linux/etherdevice.h... yes
  477. checking whether ether_addr_copy matches in /lib/modules/4.4.0-138-generic/build/include/linux/etherdevice.h... yes
  478. checking whether IFLA_GENEVE_TOS matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_link.h... yes
  479. checking whether rtnl_link_stats64 matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_link.h... yes
  480. checking whether rtnl_link_stats64 matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_link.h... no
  481. checking whether vlan_set_encap_proto matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  482. checking whether vlan_hwaccel_push_inside matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  483. checking whether ipv4_is_multicast matches in /lib/modules/4.4.0-138-generic/build/include/linux/in.h... yes
  484. checking whether proto_ports_offset matches in /lib/modules/4.4.0-138-generic/build/include/linux/in.h... yes
  485. checking whether __ip_select_ident.*dst_entry matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... no
  486. checking whether __ip_select_ident.*net matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  487. checking whether inet_get_local_port_range.*net matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  488. checking whether ip_defrag.*net matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  489. checking whether ip_do_fragment has parameter net in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  490. checking whether ip_local_out has parameter net in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  491. checking whether ip_skb_dst_mtu matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  492. checking whether IPSKB_FRAG_PMTU matches in /lib/modules/4.4.0-138-generic/build/include/net/ip.h... yes
  493. checking whether __ip_tunnel_change_mtu matches in /lib/modules/4.4.0-138-generic/build/include/net/ip_tunnels.h... yes
  494. checking whether hashfn.*const matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  495. checking whether last_in matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... no
  496. checking whether inet_frag_evicting matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  497. checking whether inet_frag_evictor matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... no
  498. checking whether inet_frags has member frags_work in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  499. checking whether inet_frags has member rwlock in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... no
  500. checking whether inet_frag_queue has member list_evictor in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  501. checking whether inet_frag_lru_move matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... no
  502. checking whether sub_frag_mem_limit has parameter struct.netns_frags in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  503. checking whether void.*inet_frags_init matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... yes
  504. checking whether vif matches in /lib/modules/4.4.0-138-generic/build/include/net/inetpeer.h... yes
  505. checking whether ip_tunnel_key has member label in /lib/modules/4.4.0-138-generic/build/include/net/ip_tunnels.h... no
  506. checking whether dst_cache matches in /lib/modules/4.4.0-138-generic/build/include/net/dst_cache.h... yes
  507. checking whether mpls_hdr matches in /lib/modules/4.4.0-138-generic/build/include/net/mpls.h... no
  508. checking whether sock_create_kern.*net matches in /lib/modules/4.4.0-138-generic/build/include/linux/net.h... yes
  509. checking whether ndo_fill_metadata_dst matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  510. checking whether dev_disable_lro matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  511. checking whether dev_get_stats matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  512. checking whether dev_get_by_index_rcu matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  513. checking whether dev_recursion_level matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  514. checking whether __skb_gso_segment matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  515. checking whether skb_gso_error_unwind matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  516. checking whether can_checksum_protocol matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  517. checking whether ndo_get_iflink matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  518. checking whether ndo_features_check matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  519. checking whether ndo_add_vxlan_port matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  520. checking whether ndo_add_geneve_port matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  521. checking whether ndo_udp_tunnel_add matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  522. checking whether netdev_features_t matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  523. checking whether pcpu_sw_netstats.*tstats matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  524. checking whether netif_needs_gso.*net_device matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  525. checking whether skb_csum_hwoffload_help matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  526. checking whether udp_offload matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  527. checking whether udp_offload.*uoff matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  528. checking whether gro_remcsum matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  529. checking whether IFF_PHONY_HEADROOM matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  530. checking whether net_device_ops has member extended in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  531. checking whether netdev_master_upper_dev_link has parameter upper_priv in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  532. checking whether netdev_master_upper_dev_link_rh matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  533. checking whether net_device has member max_mtu in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  534. checking whether net_device_ops_extended has member ndo_change_mtu in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  535. checking whether nf_hook_state matches in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... yes
  536. checking whether nf_register_net_hook matches in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... yes
  537. checking whether nf_hookfn.*nf_hook_ops matches in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... no
  538. checking whether nf_hookfn has parameter priv in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... yes
  539. checking whether nf_hook_ops has member owner in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... no
  540. checking whether NFPROTO_INET matches in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... no
  541. checking whether nf_ipv6_ops has member fragment.*sock in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter_ipv6.h... yes
  542. checking whether nf_conn has member struct timer_list[ \t]*timeout in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... yes
  543. checking whether nf_ct_delete( matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... yes
  544. checking whether nf_ct_tmpl_alloc has parameter nf_conntrack_zone in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... yes
  545. checking whether nf_ct_get_tuplepr has parameter struct.net in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... yes
  546. checking whether nf_ct_set matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... no
  547. checking whether nf_ct_is_untracked matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack.h... yes
  548. checking whether nf_ct_zone_init matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_zones.h... yes
  549. checking whether net_ns_get has member in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_l3proto.h... no
  550. checking whether nf_connlabels_get matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_labels.h... yes
  551. checking whether nf_connlabels_get has parameter int bit in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_labels.h... no
  552. checking whether nf_conn_labels has member words in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_labels.h... yes
  553. checking whether nf_ct_nat_ext_add matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_nat.h... yes
  554. checking whether nf_nat_alloc_null_binding matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_nat.h... yes
  555. checking whether nf_nat_range2 matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_nat.h... no
  556. checking whether nf_ct_seq_adjust matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_seqadj.h... yes
  557. checking whether nf_conncount_gc_list matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_count.h... file not found
  558. checking whether prandom_u32 matches in /lib/modules/4.4.0-138-generic/build/include/linux/random.h... yes
  559. checking whether prandom_u32_max matches in /lib/modules/4.4.0-138-generic/build/include/linux/random.h... yes
  560. checking whether get_link_net matches in /lib/modules/4.4.0-138-generic/build/include/net/rtnetlink.h... yes
  561. checking whether name_assign_type matches in /lib/modules/4.4.0-138-generic/build/include/net/rtnetlink.h... yes
  562. checking whether rtnl_create_link.*src_net matches in /lib/modules/4.4.0-138-generic/build/include/net/rtnetlink.h... no
  563. checking whether possible_net_t matches in /lib/modules/4.4.0-138-generic/build/include/net/net_namespace.h... yes
  564. checking whether rcu_read_lock_held matches in /lib/modules/4.4.0-138-generic/build/include/linux/rcupdate.h... yes
  565. checking whether lockdep_rtnl_is_held matches in /lib/modules/4.4.0-138-generic/build/include/linux/rtnetlink.h... yes
  566. checking whether net_rwsem matches in /lib/modules/4.4.0-138-generic/build/include/linux/rtnetlink.h... no
  567. checking whether [^@]proto_data_valid matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  568. checking whether skb_checksum_start_offset matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  569. checking whether inner_protocol matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  570. checking whether inner_protocol_type matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  571. checking whether skb_inner_transport_offset matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  572. checking whether kfree_skb_list matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  573. checking whether rxhash matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  574. checking whether u16.*rxhash matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  575. checking whether skb_dst( matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  576. checking whether skb_copy_from_linear_data_offset matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  577. checking whether skb_reset_tail_pointer matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  578. checking whether skb_cow_head matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  579. checking whether skb_warn_if_lro matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  580. checking whether consume_skb matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  581. checking whether skb_frag_page matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  582. checking whether skb_has_frag_list matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  583. checking whether __skb_fill_page_desc matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  584. checking whether skb_reset_mac_len matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  585. checking whether skb_unclone matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  586. checking whether skb_orphan_frags matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  587. checking whether skb_get_hash( matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  588. checking whether skb_clear_hash matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  589. checking whether int.skb_zerocopy( matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  590. checking whether u8.*l4_rxhash matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  591. checking whether skb_ensure_writable matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  592. checking whether skb_vlan_pop matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  593. checking whether __skb_vlan_pop matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  594. checking whether skb_vlan_push matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  595. checking whether skb_clear_hash_if_not_l4 matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  596. checking whether skb_postpush_rcsum matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  597. checking whether lco_csum matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  598. checking whether skb_nfct matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  599. checking whether skb_put_zero matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  600. checking whether bool matches in /lib/modules/4.4.0-138-generic/build/include/linux/types.h... yes
  601. checking whether __wsum matches in /lib/modules/4.4.0-138-generic/build/include/linux/types.h... no
  602. checking whether __wsum matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/types.h... yes
  603. checking whether csum_replace4 matches in /lib/modules/4.4.0-138-generic/build/include/net/checksum.h... yes
  604. checking whether csum_unfold matches in /lib/modules/4.4.0-138-generic/build/include/net/checksum.h... yes
  605. checking whether dst_discard_sk matches in /lib/modules/4.4.0-138-generic/build/include/net/dst.h... no
  606. checking whether __skb_dst_copy matches in /lib/modules/4.4.0-138-generic/build/include/net/dst.h... yes
  607. checking whether genl_has_listeners matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  608. checking whether mcgrp_offset matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  609. checking whether parallel_ops matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  610. checking whether netlink_has_listeners(net->genl_sock matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  611. checking whether genlmsg_parse matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  612. checking whether genl_notify.*family matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  613. checking whether genl_notify has parameter net in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... no
  614. checking whether genl_multicast_group has member id in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... no
  615. checking whether geneve_hdr matches in /lib/modules/4.4.0-138-generic/build/include/net/geneve.h... no
  616. checking whether gre_cisco_register matches in /lib/modules/4.4.0-138-generic/build/include/net/gre.h... no
  617. checking whether gre_handle_offloads matches in /lib/modules/4.4.0-138-generic/build/include/net/gre.h... no
  618. checking whether IP6_FH_F_SKIP_RH matches in /lib/modules/4.4.0-138-generic/build/include/net/ipv6.h... yes
  619. checking whether ip6_local_out_sk matches in /lib/modules/4.4.0-138-generic/build/include/net/ipv6.h... no
  620. checking whether __ipv6_addr_jhash matches in /lib/modules/4.4.0-138-generic/build/include/net/ipv6.h... yes
  621. checking whether rt6i.*u.dst matches in /lib/modules/4.4.0-138-generic/build/include/net/ip6_fib.h... no
  622. checking whether ip6_frag.*sock matches in /lib/modules/4.4.0-138-generic/build/include/net/ip6_route.h... yes
  623. checking whether nla_put_64bit matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... no
  624. checking whether nla_get_be16 matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  625. checking whether nla_put_be16 matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  626. checking whether nla_put_be32 matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  627. checking whether nla_put_be64 matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  628. checking whether nla_put_in_addr matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  629. checking whether nla_find_nested matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  630. checking whether nla_is_last matches in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... yes
  631. checking whether void.*netlink_set_err matches in /lib/modules/4.4.0-138-generic/build/include/linux/netlink.h... no
  632. checking whether nla_parse has parameter netlink_ext_ack in /lib/modules/4.4.0-138-generic/build/include/net/netlink.h... no
  633. checking whether sctp_compute_cksum matches in /lib/modules/4.4.0-138-generic/build/include/net/sctp/checksum.h... yes
  634. checking whether ADD_ALL_VLANS_CMD matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... no
  635. checking whether vlan_insert_tag_set_proto matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  636. checking whether __vlan_insert_tag matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  637. checking whether vlan_get_protocol matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  638. checking whether skb_vlan_tagged matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... yes
  639. checking whether eth_type_vlan matches in /lib/modules/4.4.0-138-generic/build/include/linux/if_vlan.h... no
  640. checking whether metadata_dst_alloc has parameter metadata_type in /lib/modules/4.4.0-138-generic/build/include/net/dst_metadata.h... no
  641. checking whether u64_stats_fetch_begin_irq matches in /lib/modules/4.4.0-138-generic/build/include/linux/u64_stats_sync.h... yes
  642. checking whether struct vxlan_metadata matches in /lib/modules/4.4.0-138-generic/build/include/net/vxlan.h... yes
  643. checking whether udp_flow_src_port matches in /lib/modules/4.4.0-138-generic/build/include/net/udp.h... yes
  644. checking whether inet_get_local_port_range(net matches in /lib/modules/4.4.0-138-generic/build/include/net/udp.h... yes
  645. checking whether udp_v4_check matches in /lib/modules/4.4.0-138-generic/build/include/net/udp.h... yes
  646. checking whether udp_tunnel_gro_complete matches in /lib/modules/4.4.0-138-generic/build/include/net/udp_tunnel.h... yes
  647. checking whether sk_buff.*udp_tunnel_handle_offloads matches in /lib/modules/4.4.0-138-generic/build/include/net/udp_tunnel.h... yes
  648. checking whether udp_tunnel_sock_cfg has member gro_receive in /lib/modules/4.4.0-138-generic/build/include/net/udp_tunnel.h... no
  649. checking whether ignore_df matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  650. checking whether NET_NAME_UNKNOWN matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/netdevice.h... yes
  651. checking whether sk_no_check_tx matches in /lib/modules/4.4.0-138-generic/build/include/net/sock.h... yes
  652. checking whether no_check6_tx matches in /lib/modules/4.4.0-138-generic/build/include/linux/udp.h... yes
  653. checking whether el6 matches in /lib/modules/4.4.0-138-generic/build/include/linux/utsrelease.h... file not found
  654. checking whether udp_add_offload has parameter net in /lib/modules/4.4.0-138-generic/build/include/net/protocol.h... no
  655. checking whether nf_defrag_ipv6_enable has parameter net in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/ipv6/nf_defrag_ipv6.h... no
  656. checking whether family_list matches in /lib/modules/4.4.0-138-generic/build/include/net/genetlink.h... yes
  657. checking whether net_device has member needs_free_netdev in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  658. checking whether vxlan_dev has member cfg in /lib/modules/4.4.0-138-generic/build/include/net/vxlan.h... yes
  659. checking whether nf_conntrack_helper_put matches in /lib/modules/4.4.0-138-generic/build/include/net/netfilter/nf_conntrack_helper.h... no
  660. checking whether [[:space:]]SKB_GSO_UDP[[:space:]] matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  661. checking whether DST_NOCACHE matches in /lib/modules/4.4.0-138-generic/build/include/net/dst.h... yes
  662. checking whether rtnl_link_ops has member extack in /lib/modules/4.4.0-138-generic/build/include/net/rtnetlink.h... no
  663. checking whether nf_hook_ops has member list in /lib/modules/4.4.0-138-generic/build/include/linux/netfilter.h... yes
  664. checking whether IP_CT_UNTRACKED matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/netfilter/nf_conntrack_common.h... no
  665. checking whether netdev_master_upper_dev_link has parameter extack in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  666. checking whether __LINUX_COMPILER_TYPES_H matches in /lib/modules/4.4.0-138-generic/build/include/linux/compiler_types.h... file not found
  667. checking whether ktime_get_ts64 matches in /lib/modules/4.4.0-138-generic/build/include/linux/timekeeping.h... yes
  668. checking whether EXPORT_SYMBOL_GPL(peernet2id_alloc) matches in /lib/modules/4.4.0-138-generic/build/include/net/net_namespace.h... no
  669. checking whether ktime_get_ns matches in /lib/modules/4.4.0-138-generic/build/include/linux/timekeeping.h... yes
  670. checking whether frag_percpu_counter_batch matches in /lib/modules/4.4.0-138-generic/build/include/net/inet_frag.h... no
  671. checking whether null_compute_pseudo matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  672. checking whether __skb_checksum_convert matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  673. checking whether net_device has member max_mtu in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  674. checking whether __ip6_tnl_parm has member erspan_ver in /lib/modules/4.4.0-138-generic/build/include/net/ip6_tunnel.h... no
  675. checking whether SKB_GSO_IPXIP6 matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... no
  676. checking whether ip6_make_flowlabel has parameter fl6 in /lib/modules/4.4.0-138-generic/build/include/net/ipv6.h... yes
  677. checking whether netns_sysctl_ipv6 has member auto_flowlabels in /lib/modules/4.4.0-138-generic/build/include/net/ipv6.h... no
  678. checking whether netif_keep_dst matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  679. checking whether net_device_ops has member ndo_get_iflink in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... yes
  680. checking whether skb_set_inner_ipproto matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  681. checking whether tunnel_encap_types matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... yes
  682. checking whether IFLA_IPTUN_ENCAP_TYPE matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... yes
  683. checking whether IFLA_IPTUN_COLLECT_METADATA matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  684. checking whether IFLA_GRE_ENCAP_DPORT matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... yes
  685. checking whether IFLA_GRE_COLLECT_METADATA matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... yes
  686. checking whether IFLA_GRE_IGNORE_DF matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  687. checking whether IFLA_GRE_FWMARK matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  688. checking whether IFLA_GRE_ERSPAN_INDEX matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  689. checking whether IFLA_GRE_ERSPAN_HWID matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  690. checking whether IFLA_IPTUN_FWMARK matches in /lib/modules/4.4.0-138-generic/build/include/uapi/linux/if_tunnel.h... no
  691. checking whether sk_buff has member csum_valid in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  692. checking whether skb_checksum_simple_validate matches in /lib/modules/4.4.0-138-generic/build/include/linux/skbuff.h... yes
  693. checking whether void.*ndo_get_stats64 matches in /lib/modules/4.4.0-138-generic/build/include/linux/netdevice.h... no
  694. checking whether init_timer_deferrable matches in /lib/modules/4.4.0-138-generic/build/include/linux/timer.h... yes
  695. checking whether dpdk datapath is enabled... no
  696. checking whether make supports nested variables... (cached) yes
  697. checking that generated files are newer than configure... done
  698. configure: creating ./config.status
  699. config.status: creating lib/stdio.h
  700. config.status: creating lib/string.h
  701. config.status: creating ovsdb/libovsdb.sym
  702. config.status: creating ofproto/libofproto.sym
  703. config.status: creating lib/libsflow.sym
  704. config.status: creating lib/libopenvswitch.sym
  705. config.status: creating ovn/lib/libovn.sym
  706. config.status: creating vtep/libvtep.sym
  707. config.status: creating Makefile
  708. config.status: creating datapath/Makefile
  709. config.status: creating datapath/linux/Kbuild
  710. config.status: creating datapath/linux/Makefile
  711. config.status: creating datapath/linux/Makefile.main
  712. config.status: creating tests/atlocal
  713. config.status: creating lib/libopenvswitch.pc
  714. config.status: creating lib/libsflow.pc
  715. config.status: creating ofproto/libofproto.pc
  716. config.status: creating ovsdb/libovsdb.pc
  717. config.status: creating include/openvswitch/version.h
  718. config.status: creating config.h
  719. config.status: config.h is unchanged
  720. config.status: executing tests/atconfig commands
  721. config.status: executing depfiles commands
  722. config.status: executing libtool commands
  723. config.status: executing include/openflow/openflow.h.stamp commands
  724. config.status: executing utilities/bugtool/dummy commands
  725. config.status: executing ovn/dummy commands
  726. config.status: executing ovn/utilities/dummy commands
  727. root@matej-Inspiron-15-7000:/ovs-master# make check
  728. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ofproto/ipfix-gen-entities ofproto/ipfix.xml > ofproto/ipfix-entities.def.tmp && \
  729. mv ofproto/ipfix-entities.def.tmp ofproto/ipfix-entities.def
  730. sed -f ./build-aux/extract-odp-netlink-h < datapath/linux/compat/include/linux/openvswitch.h > include/odp-netlink.h
  731. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./vswitchd/vswitch.ovsschema ./lib/vswitch-idl.ann > lib/vswitch-idl.ovsidl.tmp && mv lib/vswitch-idl.ovsidl.tmp lib/vswitch-idl.ovsidl
  732. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c
  733. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header lib/vswitch-idl.ovsidl > lib/vswitch-idl.h.tmp && mv lib/vswitch-idl.h.tmp lib/vswitch-idl.h
  734. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./ovsdb/_server.ovsschema ./lib/ovsdb-server-idl.ann > lib/ovsdb-server-idl.ovsidl.tmp && mv lib/ovsdb-server-idl.ovsidl.tmp lib/ovsdb-server-idl.ovsidl
  735. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.c.tmp && mv lib/ovsdb-server-idl.c.tmp lib/ovsdb-server-idl.c
  736. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header lib/ovsdb-server-idl.ovsidl > lib/ovsdb-server-idl.h.tmp && mv lib/ovsdb-server-idl.h.tmp lib/ovsdb-server-idl.h
  737. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in -C . annotate tests/idltest.ovsschema tests/idltest.ann > tests/idltest.ovsidl.tmp && \
  738. mv tests/idltest.ovsidl.tmp tests/idltest.ovsidl
  739. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header tests/idltest.ovsidl > tests/idltest.h.tmp && mv tests/idltest.h.tmp tests/idltest.h
  740. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source tests/idltest.ovsidl > tests/idltest.c.tmp && mv tests/idltest.c.tmp tests/idltest.c
  741. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./vtep/vtep.ovsschema ./vtep/vtep-idl.ann > vtep/vtep-idl.ovsidl.tmp && \
  742. mv vtep/vtep-idl.ovsidl.tmp vtep/vtep-idl.ovsidl
  743. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source vtep/vtep-idl.ovsidl > vtep/vtep-idl.c.tmp && mv vtep/vtep-idl.c.tmp vtep/vtep-idl.c
  744. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header vtep/vtep-idl.ovsidl > vtep/vtep-idl.h.tmp && mv vtep/vtep-idl.h.tmp vtep/vtep-idl.h
  745. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./ovn/ovn-sb.ovsschema ./ovn/lib/ovn-sb-idl.ann > ovn/lib/ovn-sb-idl.ovsidl.tmp && \
  746. mv ovn/lib/ovn-sb-idl.ovsidl.tmp ovn/lib/ovn-sb-idl.ovsidl
  747. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source ovn/lib/ovn-sb-idl.ovsidl > ovn/lib/ovn-sb-idl.c.tmp && mv ovn/lib/ovn-sb-idl.c.tmp ovn/lib/ovn-sb-idl.c
  748. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header ovn/lib/ovn-sb-idl.ovsidl > ovn/lib/ovn-sb-idl.h.tmp && mv ovn/lib/ovn-sb-idl.h.tmp ovn/lib/ovn-sb-idl.h
  749. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./ovn/ovn-nb.ovsschema ./ovn/lib/ovn-nb-idl.ann > ovn/lib/ovn-nb-idl.ovsidl.tmp && \
  750. mv ovn/lib/ovn-nb-idl.ovsidl.tmp ovn/lib/ovn-nb-idl.ovsidl
  751. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source ovn/lib/ovn-nb-idl.ovsidl > ovn/lib/ovn-nb-idl.c.tmp && mv ovn/lib/ovn-nb-idl.c.tmp ovn/lib/ovn-nb-idl.c
  752. PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header ovn/lib/ovn-nb-idl.ovsidl > ovn/lib/ovn-nb-idl.h.tmp && mv ovn/lib/ovn-nb-idl.h.tmp ovn/lib/ovn-nb-idl.h
  753. make check-recursive
  754. make[1]: Entering directory '/ovs-master'
  755. Making check in datapath
  756. make[2]: Entering directory '/ovs-master/datapath'
  757. Making check in linux
  758. make[3]: Entering directory '/ovs-master/datapath/linux'
  759. ln -s /ovs-master/datapath/linux/../actions.c
  760. ln -s /ovs-master/datapath/linux/../conntrack.c
  761. ln -s /ovs-master/datapath/linux/../datapath.c
  762. ln -s /ovs-master/datapath/linux/../dp_notify.c
  763. ln -s /ovs-master/datapath/linux/../flow.c
  764. ln -s /ovs-master/datapath/linux/../flow_netlink.c
  765. ln -s /ovs-master/datapath/linux/../flow_table.c
  766. ln -s /ovs-master/datapath/linux/../vport.c
  767. ln -s /ovs-master/datapath/linux/../vport-internal_dev.c
  768. ln -s /ovs-master/datapath/linux/../vport-netdev.c
  769. ln -s /ovs-master/datapath/linux/../nsh.c
  770. ln -s /ovs-master/datapath/linux/../meter.c
  771. ln -s /ovs-master/datapath/linux/../linux/compat/dev-openvswitch.c
  772. ln -s /ovs-master/datapath/linux/../linux/compat/dst_cache.c
  773. ln -s /ovs-master/datapath/linux/../linux/compat/exthdrs_core.c
  774. ln -s /ovs-master/datapath/linux/../linux/compat/geneve.c
  775. ln -s /ovs-master/datapath/linux/../linux/compat/gre.c
  776. ln -s /ovs-master/datapath/linux/../linux/compat/gso.c
  777. ln -s /ovs-master/datapath/linux/../linux/compat/genetlink-openvswitch.c
  778. ln -s /ovs-master/datapath/linux/../linux/compat/inet_fragment.c
  779. ln -s /ovs-master/datapath/linux/../linux/compat/ip_gre.c
  780. ln -s /ovs-master/datapath/linux/../linux/compat/ip_fragment.c
  781. ln -s /ovs-master/datapath/linux/../linux/compat/ip_output.c
  782. ln -s /ovs-master/datapath/linux/../linux/compat/ip_tunnel.c
  783. ln -s /ovs-master/datapath/linux/../linux/compat/ip_tunnels_core.c
  784. ln -s /ovs-master/datapath/linux/../linux/compat/ip6_output.c
  785. ln -s /ovs-master/datapath/linux/../linux/compat/ip6_gre.c
  786. ln -s /ovs-master/datapath/linux/../linux/compat/ip6_tunnel.c
  787. ln -s /ovs-master/datapath/linux/../linux/compat/lisp.c
  788. ln -s /ovs-master/datapath/linux/../linux/compat/netdevice.c
  789. ln -s /ovs-master/datapath/linux/../linux/compat/nf_conncount.c
  790. ln -s /ovs-master/datapath/linux/../linux/compat/nf_conntrack_core.c
  791. ln -s /ovs-master/datapath/linux/../linux/compat/nf_conntrack_proto.c
  792. ln -s /ovs-master/datapath/linux/../linux/compat/nf_conntrack_reasm.c
  793. ln -s /ovs-master/datapath/linux/../linux/compat/reciprocal_div.c
  794. ln -s /ovs-master/datapath/linux/../linux/compat/skbuff-openvswitch.c
  795. ln -s /ovs-master/datapath/linux/../linux/compat/socket.c
  796. ln -s /ovs-master/datapath/linux/../linux/compat/stt.c
  797. ln -s /ovs-master/datapath/linux/../linux/compat/udp.c
  798. ln -s /ovs-master/datapath/linux/../linux/compat/udp_tunnel.c
  799. ln -s /ovs-master/datapath/linux/../linux/compat/vxlan.c
  800. ln -s /ovs-master/datapath/linux/../linux/compat/utils.c
  801. ln -s /ovs-master/datapath/linux/../vport-geneve.c
  802. ln -s /ovs-master/datapath/linux/../vport-gre.c
  803. ln -s /ovs-master/datapath/linux/../vport-lisp.c
  804. ln -s /ovs-master/datapath/linux/../vport-stt.c
  805. ln -s /ovs-master/datapath/linux/../vport-vxlan.c
  806. make -C /lib/modules/4.4.0-138-generic/build M=/ovs-master/datapath/linux modules
  807. make[4]: Entering directory '/usr/src/linux-headers-4.4.0-138-generic'
  808. CC [M] /ovs-master/datapath/linux/actions.o
  809. CC [M] /ovs-master/datapath/linux/conntrack.o
  810. CC [M] /ovs-master/datapath/linux/datapath.o
  811. CC [M] /ovs-master/datapath/linux/dp_notify.o
  812. CC [M] /ovs-master/datapath/linux/flow.o
  813. CC [M] /ovs-master/datapath/linux/flow_netlink.o
  814. CC [M] /ovs-master/datapath/linux/flow_table.o
  815. CC [M] /ovs-master/datapath/linux/vport.o
  816. CC [M] /ovs-master/datapath/linux/vport-internal_dev.o
  817. CC [M] /ovs-master/datapath/linux/vport-netdev.o
  818. CC [M] /ovs-master/datapath/linux/nsh.o
  819. CC [M] /ovs-master/datapath/linux/meter.o
  820. CC [M] /ovs-master/datapath/linux/dev-openvswitch.o
  821. CC [M] /ovs-master/datapath/linux/dst_cache.o
  822. CC [M] /ovs-master/datapath/linux/exthdrs_core.o
  823. CC [M] /ovs-master/datapath/linux/geneve.o
  824. CC [M] /ovs-master/datapath/linux/gre.o
  825. CC [M] /ovs-master/datapath/linux/gso.o
  826. CC [M] /ovs-master/datapath/linux/genetlink-openvswitch.o
  827. CC [M] /ovs-master/datapath/linux/inet_fragment.o
  828. CC [M] /ovs-master/datapath/linux/ip_gre.o
  829. CC [M] /ovs-master/datapath/linux/ip_fragment.o
  830. CC [M] /ovs-master/datapath/linux/ip_output.o
  831. CC [M] /ovs-master/datapath/linux/ip_tunnel.o
  832. CC [M] /ovs-master/datapath/linux/ip_tunnels_core.o
  833. CC [M] /ovs-master/datapath/linux/ip6_output.o
  834. CC [M] /ovs-master/datapath/linux/ip6_gre.o
  835. CC [M] /ovs-master/datapath/linux/ip6_tunnel.o
  836. CC [M] /ovs-master/datapath/linux/lisp.o
  837. CC [M] /ovs-master/datapath/linux/netdevice.o
  838. CC [M] /ovs-master/datapath/linux/nf_conncount.o
  839. CC [M] /ovs-master/datapath/linux/nf_conntrack_core.o
  840. CC [M] /ovs-master/datapath/linux/nf_conntrack_proto.o
  841. CC [M] /ovs-master/datapath/linux/nf_conntrack_reasm.o
  842. CC [M] /ovs-master/datapath/linux/reciprocal_div.o
  843. CC [M] /ovs-master/datapath/linux/skbuff-openvswitch.o
  844. CC [M] /ovs-master/datapath/linux/socket.o
  845. CC [M] /ovs-master/datapath/linux/stt.o
  846. CC [M] /ovs-master/datapath/linux/udp.o
  847. CC [M] /ovs-master/datapath/linux/udp_tunnel.o
  848. CC [M] /ovs-master/datapath/linux/vxlan.o
  849. CC [M] /ovs-master/datapath/linux/utils.o
  850. LD [M] /ovs-master/datapath/linux/openvswitch.o
  851. CC [M] /ovs-master/datapath/linux/vport-geneve.o
  852. CC [M] /ovs-master/datapath/linux/vport-gre.o
  853. CC [M] /ovs-master/datapath/linux/vport-lisp.o
  854. CC [M] /ovs-master/datapath/linux/vport-stt.o
  855. CC [M] /ovs-master/datapath/linux/vport-vxlan.o
  856. Building modules, stage 2.
  857. MODPOST 6 modules
  858. CC /ovs-master/datapath/linux/openvswitch.mod.o
  859. LD [M] /ovs-master/datapath/linux/openvswitch.ko
  860. CC /ovs-master/datapath/linux/vport-geneve.mod.o
  861. LD [M] /ovs-master/datapath/linux/vport-geneve.ko
  862. CC /ovs-master/datapath/linux/vport-gre.mod.o
  863. LD [M] /ovs-master/datapath/linux/vport-gre.ko
  864. CC /ovs-master/datapath/linux/vport-lisp.mod.o
  865. LD [M] /ovs-master/datapath/linux/vport-lisp.ko
  866. CC /ovs-master/datapath/linux/vport-stt.mod.o
  867. LD [M] /ovs-master/datapath/linux/vport-stt.ko
  868. CC /ovs-master/datapath/linux/vport-vxlan.mod.o
  869. LD [M] /ovs-master/datapath/linux/vport-vxlan.ko
  870. make[4]: Leaving directory '/usr/src/linux-headers-4.4.0-138-generic'
  871. make[3]: Leaving directory '/ovs-master/datapath/linux'
  872. make[3]: Entering directory '/ovs-master/datapath'
  873. make[3]: Leaving directory '/ovs-master/datapath'
  874. make[2]: Leaving directory '/ovs-master/datapath'
  875. make[2]: Entering directory '/ovs-master'
  876. depbase=`echo lib/aes128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  877. /bin/bash ./libtool --tag=CC --mode=compile env REAL_CC="gcc" CHECK="sparse -I ./include/sparse -m64 -I /usr/local/include -I /usr/include/x86_64-linux-gnu " cgcc -target=x86_64 -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -g -O2 -MT lib/aes128.lo -MD -MP -MF $depbase.Tpo -c -o lib/aes128.lo lib/aes128.c &&\
  878. mv -f $depbase.Tpo $depbase.Plo
  879. libtool: compile: env REAL_CC=gcc "CHECK=sparse -I ./include/sparse -m64 -I /usr/local/include -I /usr/include/x86_64-linux-gnu " cgcc -target=x86_64 -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wswitch-bool -Wlogical-not-parentheses -Wsizeof-array-argument -Wbool-compare -Wshift-negative-value -Wduplicated-cond -Wshadow -g -O2 -MT lib/aes128.lo -MD -MP -MF lib/.deps/aes128.Tpo -c lib/aes128.c -o lib/aes128.o
  880. env: ‘cgcc’: No such file or directory
  881. Makefile:5216: recipe for target 'lib/aes128.lo' failed
  882. make[2]: *** [lib/aes128.lo] Error 1
  883. make[2]: Leaving directory '/ovs-master'
  884. Makefile:5971: recipe for target 'check-recursive' failed
  885. make[1]: *** [check-recursive] Error 1
  886. make[1]: Leaving directory '/ovs-master'
  887. Makefile:6265: recipe for target 'check' failed
  888. make: *** [check] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement