Advertisement
Guest User

Untitled

a guest
Sep 6th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. (2/2) Arming ConditionNeedsUpdate...
  2. aura >>= Building mininet...
  3. aura >>= Building failed. Would you like to see the error? [Y/n]
  4. % Total % Received % Xferd Average Speed Time Time Time Current
  5. Dload Upload Total Spent Left Speed
  6. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  7. 100 239k 0 239k 0 0 111k 0 --:--:-- 0:00:02 --:--:-- 558k
  8. Cloning into bare repository '/tmp/mininet-7065456558059312148/mininet/openflow'...
  9. 2.3.0.tar.gz ... Passed
  10. openflow ... Skipped
  11. Cloning into 'openflow'...
  12. done.
  13. configure.ac:54: warning: The macro `AC_HELP_STRING' is obsolete.
  14. configure.ac:54: You should run autoupdate.
  15. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  16. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  17. m4/libopenflow.m4:36: OFP_CHECK_NDEBUG is expanded from...
  18. m4/libopenflow.m4:156: OFP_CHECK_LIBOPENFLOW is expanded from...
  19. configure.ac:54: the top level
  20. configure.ac:54: warning: The macro `AC_HELP_STRING' is obsolete.
  21. configure.ac:54: You should run autoupdate.
  22. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  23. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  24. m4/libopenflow.m4:64: OFP_CHECK_OPENSSL is expanded from...
  25. m4/libopenflow.m4:156: OFP_CHECK_LIBOPENFLOW is expanded from...
  26. configure.ac:54: the top level
  27. configure.ac:54: warning: The macro `AC_HELP_STRING' is obsolete.
  28. configure.ac:54: You should run autoupdate.
  29. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  30. m4/libopenflow.m4:105: OFP_CHECK_PKIDIR is expanded from...
  31. m4/libopenflow.m4:156: OFP_CHECK_LIBOPENFLOW is expanded from...
  32. configure.ac:54: the top level
  33. configure.ac:54: warning: The macro `AC_HELP_STRING' is obsolete.
  34. configure.ac:54: You should run autoupdate.
  35. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  36. m4/libopenflow.m4:115: OFP_CHECK_RUNDIR is expanded from...
  37. m4/libopenflow.m4:156: OFP_CHECK_LIBOPENFLOW is expanded from...
  38. configure.ac:54: the top level
  39. configure.ac:54: warning: The macro `AC_HELP_STRING' is obsolete.
  40. configure.ac:54: You should run autoupdate.
  41. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  42. m4/libopenflow.m4:125: OFP_CHECK_LOGDIR is expanded from...
  43. m4/libopenflow.m4:156: OFP_CHECK_LIBOPENFLOW is expanded from...
  44. configure.ac:54: the top level
  45. configure.ac:56: warning: The macro `AC_HELP_STRING' is obsolete.
  46. configure.ac:56: You should run autoupdate.
  47. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  48. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  49. acinclude.m4:146: OFP_CHECK_HWTABLES is expanded from...
  50. configure.ac:56: the top level
  51. configure.ac:57: warning: The macro `AC_HELP_STRING' is obsolete.
  52. configure.ac:57: You should run autoupdate.
  53. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
  54. ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
  55. acinclude.m4:173: OFP_CHECK_HWLIBS is expanded from...
  56. configure.ac:57: the top level
  57. configure.ac:42: installing 'build-aux/compile'
  58. configure.ac:40: installing 'build-aux/install-sh'
  59. configure.ac:40: installing 'build-aux/missing'
  60. Makefile.am: installing 'build-aux/depcomp'
  61. parallel-tests: installing 'build-aux/test-driver'
  62. secchan/secchan.c: In function ‘usage’:
  63. secchan/secchan.c:852:12: warning: too many arguments for format [-Wformat-extra-args]
  64. 852 | printf("\nController discovery options:\n"
  65. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  66. lib/backtrace.c: In function ‘get_max_stack’:
  67. lib/backtrace.c:63:30: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]
  68. 63 | if (sscanf(line, "%*"SCNxPTR"-%"SCNxPTR, &end) != 1) {
  69. | ^~~~
  70. lib/backtrace.c: In function ‘backtrace_capture’:
  71. lib/backtrace.c:126:32: warning: passing argument 1 of ‘backtrace’ from incompatible pointer type [-Wincompatible-pointer-types]
  72. 126 | bt->n_frames = backtrace(bt->frames, BACKTRACE_MAX_FRAMES);
  73. | ~~^~~~~~~~
  74. | |
  75. | uintptr_t * {aka long unsigned int *}
  76. In file included from lib/backtrace.c:41:
  77. /usr/include/execinfo.h:27:30: note: expected ‘void **’ but argument is of type ‘uintptr_t *’ {aka ‘long unsigned int *’}
  78. 27 | extern int backtrace (void **__array, int __size) __nonnull ((1));
  79. | ~~~~~~~^~~~~~~
  80. lib/backtrace.c: At top level:
  81. lib/backtrace.c:103:1: warning: ‘in_stack’ defined but not used [-Wunused-function]
  82. 103 | in_stack(void *p)
  83. | ^~~~~~~~
  84. lib/daemon.c: In function ‘daemonize’:
  85. lib/daemon.c:226:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  86. 226 | write(fds[1], &c, 1);
  87. | ^~~~~~~~~~~~~~~~~~~~
  88. lib/daemon.c:229:13: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  89. 229 | chdir("/");
  90. | ^~~~~~~~~~
  91. lib/flow.c: In function ‘pull_arp’:
  92. lib/flow.c:51:32: warning: unused variable ‘arp’ [-Wunused-variable]
  93. 51 | struct arp_eth_header *arp = packet->data;
  94. | ^~~
  95. lib/flow.c: In function ‘flow_extract’:
  96. lib/flow.c:213:48: warning: initialization of ‘const struct arp_eth_header *’ from incompatible pointer type ‘struct arp_header *’ [-Wincompatible-pointer-types]
  97. 213 | const struct arp_eth_header *arp = pull_arp(&b);
  98. | ^~~~~~~~
  99. lib/netdev.c: In function ‘do_remove_qdisc’:
  100. lib/netdev.c:417:5: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  101. 417 | system(command);
  102. | ^~~~~~~~~~~~~~~
  103. lib/netdev.c: In function ‘netdev_arp_lookup’:
  104. lib/netdev.c:1278:5: warning: ‘__builtin_strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
  105. 1278 | strncpy(r.arp_dev, netdev->name, sizeof r.arp_dev);
  106. | ^
  107. In file included from lib/pcap.c:44:
  108. lib/pcap.c: In function ‘pcap_read’:
  109. lib/pcap.c:148:23: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  110. 148 | VLOG_WARN("bad packet length %"PRIu32" or %"PRIu32" "
  111. | ^~~~~~~~~~~~~~~~~~~~~
  112. 149 | "reading pcap file",
  113. 150 | len, swapped_len);
  114. | ~~~
  115. | |
  116. | size_t {aka long unsigned int}
  117. lib/vlog.h:193:38: note: in definition of macro ‘VLOG’
  118. 193 | vlog(THIS_MODULE, LEVEL, __VA_ARGS__); \
  119. | ^~~~~~~~~~~
  120. lib/pcap.c:148:13: note: in expansion of macro ‘VLOG_WARN’
  121. 148 | VLOG_WARN("bad packet length %"PRIu32" or %"PRIu32" "
  122. | ^~~~~~~~~
  123. lib/pcap.c:148:43: note: format string is defined here
  124. 148 | VLOG_WARN("bad packet length %"PRIu32" or %"PRIu32" "
  125. | ~^
  126. | |
  127. | unsigned int
  128. | %lu
  129. lib/poll-loop.c: In function ‘log_wakeup’:
  130. lib/poll-loop.c:140:37: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uintptr_t’ {aka ‘long unsigned int’} [-Wformat=]
  131. 140 | ds_put_format(&ds, " 0x%x", backtrace->frames[i]);
  132. | ~^ ~~~~~~~~~~~~~~~~~~~~
  133. | | |
  134. | unsigned int uintptr_t {aka long unsigned int}
  135. | %lx
  136. lib/process.c: In function ‘sigchld_handler’:
  137. lib/process.c:370:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  138. 370 | write(fds[1], "", 1);
  139. | ^~~~~~~~~~~~~~~~~~~~
  140. lib/process.c: In function ‘process_exited’:
  141. lib/process.c:266:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  142. 266 | read(fds[0], buf, sizeof buf);
  143. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144. lib/signals.c: In function ‘signal_handler’:
  145. lib/signals.c:142:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  146. 142 | write(fds[1], "", 1);
  147. | ^~~~~~~~~~~~~~~~~~~~
  148. lib/signals.c: In function ‘signal_poll’:
  149. lib/signals.c:118:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  150. 118 | read(fds[0], buf, sizeof buf);
  151. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152. lib/socket-util.c: In function ‘make_unix_socket’:
  153. lib/socket-util.c:275:16: warning: implicit declaration of function ‘fchmod’ [-Wimplicit-function-declaration]
  154. 275 | || fchmod(fd, S_IRWXU)) {
  155. | ^~~~~~
  156. In file included from lib/stp.h:43,
  157. from lib/stp.c:37:
  158. lib/util.h:109:6: error: conflicting types for ‘strlcpy’; have ‘void(char *, const char *, size_t)’ {aka ‘void(char *, const char *, long unsigned int)’}
  159. 109 | void strlcpy(char *dst, const char *src, size_t size);
  160. | ^~~~~~~
  161. In file included from /usr/include/features.h:503,
  162. from /usr/include/bits/libc-header-start.h:33,
  163. from /usr/include/stdint.h:26,
  164. from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/stdint.h:9,
  165. from lib/stp.h:41:
  166. /usr/include/bits/string_fortified.h:150:1: note: previous definition of ‘strlcpy’ with type ‘size_t(char * restrict, const char * restrict, size_t)’ {aka ‘long unsigned int(char * restrict, const char * restrict, long unsigned int)’}
  167. 150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
  168. | ^~~~~
  169. make[2]: *** [Makefile:1691: lib/stp.o] Error 1
  170. make[1]: *** [Makefile:2057: all-recursive] Error 1
  171. make: *** [Makefile:1053: all] Error 2
  172. ==> ERROR: A failure occurred in build().
  173. Aborting...
  174.  
  175. aura >>= There was a makepkg failure.
  176.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement