Advertisement
Guest User

Untitled

a guest
May 8th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.78 KB | None | 0 0
  1. [33037/35282] ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evutil.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o
  2. FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o
  3. ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evutil.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o
  4. In file included from ../../base/third_party/libevent/evutil.c:59:
  5. In file included from ../../base/third_party/libevent/event.h:162:
  6. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  7. #error generate event-config.h for your platform
  8. ^
  9. In file included from ../../base/third_party/libevent/evutil.c:59:
  10. In file included from ../../base/third_party/libevent/event.h:175:
  11. In file included from ../../base/third_party/libevent/evutil.h:41:
  12. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  13. #error generate event-config.h for your platform
  14. ^
  15. In file included from ../../base/third_party/libevent/evutil.c:59:
  16. In file included from ../../base/third_party/libevent/event.h:175:
  17. ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
  18. #error "No way to define ev_uint64_t"
  19. ^
  20. ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
  21. #error "No way to define ev_uint32_t"
  22. ^
  23. ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
  24. #error "No way to define ev_uint16_t"
  25. ^
  26. ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
  27. ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
  28. ^
  29. ../../base/third_party/libevent/evutil.h:172:32: warning: declaration of 'struct timeval' will not be visible outside of this function [-Wvisibility]
  30. int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
  31. ^
  32. In file included from ../../base/third_party/libevent/evutil.c:59:
  33. ../../base/third_party/libevent/event.h:226:17: error: field has incomplete type 'struct timeval'
  34. struct timeval ev_timeout;
  35. ^
  36. ../../base/third_party/libevent/event.h:226:9: note: forward declaration of 'struct timeval'
  37. struct timeval ev_timeout;
  38. ^
  39. ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  40. void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
  41. ^~~~~~~~~~~
  42. __uint32_t
  43. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  44. typedef __UINT32_TYPE__ __uint32_t;
  45. ^
  46. In file included from ../../base/third_party/libevent/evutil.c:59:
  47. ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  48. ev_uint32_t len);
  49. ^~~~~~~~~~~
  50. __uint32_t
  51. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  52. typedef __UINT32_TYPE__ __uint32_t;
  53. ^
  54. In file included from ../../base/third_party/libevent/evutil.c:59:
  55. ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  56. void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
  57. ^~~~~~~~~~~
  58. __uint32_t
  59. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  60. typedef __UINT32_TYPE__ __uint32_t;
  61. ^
  62. In file included from ../../base/third_party/libevent/evutil.c:59:
  63. ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  64. void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
  65. ^~~~~~~~~~~
  66. __uint32_t
  67. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  68. typedef __UINT32_TYPE__ __uint32_t;
  69. ^
  70. In file included from ../../base/third_party/libevent/evutil.c:59:
  71. ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  72. ev_uint32_t integer);
  73. ^~~~~~~~~~~
  74. __uint32_t
  75. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  76. typedef __UINT32_TYPE__ __uint32_t;
  77. ^
  78. In file included from ../../base/third_party/libevent/evutil.c:59:
  79. ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  80. void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
  81. ^~~~~~~~~~~
  82. __uint32_t
  83. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  84. typedef __UINT32_TYPE__ __uint32_t;
  85. ^
  86. In file included from ../../base/third_party/libevent/evutil.c:59:
  87. ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  88. void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
  89. ^~~~~~~~~~~
  90. __uint32_t
  91. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  92. typedef __UINT32_TYPE__ __uint32_t;
  93. ^
  94. In file included from ../../base/third_party/libevent/evutil.c:59:
  95. ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  96. int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
  97. ^~~~~~~~~~~
  98. __uint32_t
  99. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  100. typedef __UINT32_TYPE__ __uint32_t;
  101. ^
  102. In file included from ../../base/third_party/libevent/evutil.c:59:
  103. ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  104. int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
  105. ^~~~~~~~~~~
  106. __uint32_t
  107. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  108. typedef __UINT32_TYPE__ __uint32_t;
  109. ^
  110. In file included from ../../base/third_party/libevent/evutil.c:59:
  111. ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  112. int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  113. ^~~~~~~~~~~
  114. __uint32_t
  115. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  116. typedef __UINT32_TYPE__ __uint32_t;
  117. ^
  118. In file included from ../../base/third_party/libevent/evutil.c:59:
  119. ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  120. int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  121. ^~~~~~~~~~~
  122. __uint32_t
  123. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  124. typedef __UINT32_TYPE__ __uint32_t;
  125. ^
  126. In file included from ../../base/third_party/libevent/evutil.c:59:
  127. ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  128. int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
  129. ^~~~~~~~~~~
  130. __uint32_t
  131. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  132. typedef __UINT32_TYPE__ __uint32_t;
  133. ^
  134. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  135. 1 warning and 20 errors generated.
  136. [33038/35282] /usr/bin/python2 ../../mojo/public/tools/bindings/mojom_bindings_generator.py --use_bundled_pylibs generate -d ../../ -I ../../ -o irt_x64/gen --bytecode_path irt_x64/gen/mojo/public/tools/bindings --filelist=__ipc_mojom__generate_message_ids___build_toolchain_nacl_irt_x64__rule..rsp --generate_non_variant_code --generate_message_ids -g c++ --scrambled_message_id_salt_path ../../chrome/VERSION
  137. [33039/35282] /usr/bin/python2 "../../build/toolchain/gcc_ar_wrapper.py" --output=newlib_pnacl_nonsfi/obj/base/libbase_static.a --ar="../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-ar" " -r -c -s -D" @"newlib_pnacl_nonsfi/obj/base/libbase_static.a.rsp"
  138. [33040/35282] /usr/bin/python2 "../../build/toolchain/gcc_ar_wrapper.py" --output=newlib_pnacl_nonsfi/obj/components/nacl/common/libswitches.a --ar="../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-ar" " -r -c -s -D" @"newlib_pnacl_nonsfi/obj/components/nacl/common/libswitches.a.rsp"
  139. [33041/35282] ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evbuffer.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o
  140. FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o
  141. ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evbuffer.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o
  142. In file included from ../../base/third_party/libevent/evbuffer.c:50:
  143. In file included from ../../base/third_party/libevent/evutil.h:41:
  144. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  145. #error generate event-config.h for your platform
  146. ^
  147. In file included from ../../base/third_party/libevent/evbuffer.c:50:
  148. ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
  149. #error "No way to define ev_uint64_t"
  150. ^
  151. ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
  152. #error "No way to define ev_uint32_t"
  153. ^
  154. ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
  155. #error "No way to define ev_uint16_t"
  156. ^
  157. ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
  158. ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
  159. ^
  160. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  161. In file included from ../../base/third_party/libevent/event.h:162:
  162. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  163. #error generate event-config.h for your platform
  164. ^
  165. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  166. ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  167. void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
  168. ^~~~~~~~~~~
  169. __uint32_t
  170. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  171. typedef __UINT32_TYPE__ __uint32_t;
  172. ^
  173. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  174. ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  175. ev_uint32_t len);
  176. ^~~~~~~~~~~
  177. __uint32_t
  178. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  179. typedef __UINT32_TYPE__ __uint32_t;
  180. ^
  181. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  182. ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  183. void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
  184. ^~~~~~~~~~~
  185. __uint32_t
  186. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  187. typedef __UINT32_TYPE__ __uint32_t;
  188. ^
  189. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  190. ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  191. void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
  192. ^~~~~~~~~~~
  193. __uint32_t
  194. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  195. typedef __UINT32_TYPE__ __uint32_t;
  196. ^
  197. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  198. ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  199. ev_uint32_t integer);
  200. ^~~~~~~~~~~
  201. __uint32_t
  202. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  203. typedef __UINT32_TYPE__ __uint32_t;
  204. ^
  205. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  206. ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  207. void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
  208. ^~~~~~~~~~~
  209. __uint32_t
  210. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  211. typedef __UINT32_TYPE__ __uint32_t;
  212. ^
  213. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  214. ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  215. void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
  216. ^~~~~~~~~~~
  217. __uint32_t
  218. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  219. typedef __UINT32_TYPE__ __uint32_t;
  220. ^
  221. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  222. ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  223. int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
  224. ^~~~~~~~~~~
  225. __uint32_t
  226. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  227. typedef __UINT32_TYPE__ __uint32_t;
  228. ^
  229. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  230. ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  231. int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
  232. ^~~~~~~~~~~
  233. __uint32_t
  234. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  235. typedef __UINT32_TYPE__ __uint32_t;
  236. ^
  237. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  238. ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  239. int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  240. ^~~~~~~~~~~
  241. __uint32_t
  242. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  243. typedef __UINT32_TYPE__ __uint32_t;
  244. ^
  245. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  246. ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  247. int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  248. ^~~~~~~~~~~
  249. __uint32_t
  250. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  251. typedef __UINT32_TYPE__ __uint32_t;
  252. ^
  253. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  254. ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  255. int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
  256. ^~~~~~~~~~~
  257. __uint32_t
  258. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  259. typedef __UINT32_TYPE__ __uint32_t;
  260. ^
  261. In file included from ../../base/third_party/libevent/evbuffer.c:51:
  262. ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  263. ev_uint32_t *pinteger);
  264. ^~~~~~~~~~~
  265. __uint32_t
  266. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  267. typedef __UINT32_TYPE__ __uint32_t;
  268. ^
  269. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  270. 20 errors generated.
  271. [33042/35282] ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/buffer.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o
  272. FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o
  273. ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/buffer.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o
  274. In file included from ../../base/third_party/libevent/buffer.c:64:
  275. In file included from ../../base/third_party/libevent/event.h:162:
  276. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  277. #error generate event-config.h for your platform
  278. ^
  279. In file included from ../../base/third_party/libevent/buffer.c:64:
  280. In file included from ../../base/third_party/libevent/event.h:175:
  281. In file included from ../../base/third_party/libevent/evutil.h:41:
  282. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  283. #error generate event-config.h for your platform
  284. ^
  285. In file included from ../../base/third_party/libevent/buffer.c:64:
  286. In file included from ../../base/third_party/libevent/event.h:175:
  287. ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
  288. #error "No way to define ev_uint64_t"
  289. ^
  290. ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
  291. #error "No way to define ev_uint32_t"
  292. ^
  293. ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
  294. #error "No way to define ev_uint16_t"
  295. ^
  296. ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
  297. ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
  298. ^
  299. In file included from ../../base/third_party/libevent/buffer.c:64:
  300. ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  301. void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
  302. ^~~~~~~~~~~
  303. __uint32_t
  304. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  305. typedef __UINT32_TYPE__ __uint32_t;
  306. ^
  307. In file included from ../../base/third_party/libevent/buffer.c:64:
  308. ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  309. ev_uint32_t len);
  310. ^~~~~~~~~~~
  311. __uint32_t
  312. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  313. typedef __UINT32_TYPE__ __uint32_t;
  314. ^
  315. In file included from ../../base/third_party/libevent/buffer.c:64:
  316. ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  317. void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
  318. ^~~~~~~~~~~
  319. __uint32_t
  320. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  321. typedef __UINT32_TYPE__ __uint32_t;
  322. ^
  323. In file included from ../../base/third_party/libevent/buffer.c:64:
  324. ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  325. void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
  326. ^~~~~~~~~~~
  327. __uint32_t
  328. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  329. typedef __UINT32_TYPE__ __uint32_t;
  330. ^
  331. In file included from ../../base/third_party/libevent/buffer.c:64:
  332. ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  333. ev_uint32_t integer);
  334. ^~~~~~~~~~~
  335. __uint32_t
  336. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  337. typedef __UINT32_TYPE__ __uint32_t;
  338. ^
  339. In file included from ../../base/third_party/libevent/buffer.c:64:
  340. ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  341. void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
  342. ^~~~~~~~~~~
  343. __uint32_t
  344. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  345. typedef __UINT32_TYPE__ __uint32_t;
  346. ^
  347. In file included from ../../base/third_party/libevent/buffer.c:64:
  348. ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  349. void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
  350. ^~~~~~~~~~~
  351. __uint32_t
  352. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  353. typedef __UINT32_TYPE__ __uint32_t;
  354. ^
  355. In file included from ../../base/third_party/libevent/buffer.c:64:
  356. ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  357. int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
  358. ^~~~~~~~~~~
  359. __uint32_t
  360. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  361. typedef __UINT32_TYPE__ __uint32_t;
  362. ^
  363. In file included from ../../base/third_party/libevent/buffer.c:64:
  364. ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  365. int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
  366. ^~~~~~~~~~~
  367. __uint32_t
  368. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  369. typedef __UINT32_TYPE__ __uint32_t;
  370. ^
  371. In file included from ../../base/third_party/libevent/buffer.c:64:
  372. ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  373. int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  374. ^~~~~~~~~~~
  375. __uint32_t
  376. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  377. typedef __UINT32_TYPE__ __uint32_t;
  378. ^
  379. In file included from ../../base/third_party/libevent/buffer.c:64:
  380. ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  381. int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  382. ^~~~~~~~~~~
  383. __uint32_t
  384. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  385. typedef __UINT32_TYPE__ __uint32_t;
  386. ^
  387. In file included from ../../base/third_party/libevent/buffer.c:64:
  388. ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  389. int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
  390. ^~~~~~~~~~~
  391. __uint32_t
  392. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  393. typedef __UINT32_TYPE__ __uint32_t;
  394. ^
  395. In file included from ../../base/third_party/libevent/buffer.c:64:
  396. ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  397. ev_uint32_t *pinteger);
  398. ^~~~~~~~~~~
  399. __uint32_t
  400. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  401. typedef __UINT32_TYPE__ __uint32_t;
  402. ^
  403. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  404. 20 errors generated.
  405. [33043/35282] /usr/bin/python2 ../../ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_component_crx_gen.py --lib_override x64,irt_x64/obj/ppapi/native_client/src/untrusted/pnacl_irt_shim/libpnacl_irt_shim_browser.a,libpnacl_irt_shim.a --dest pnacl --target_arch x64 --info_template_path ../../native_client/pnacl/driver/pnacl_info_template.json --pnacl_translator_path ../../native_client/toolchain/linux_x86/pnacl_translator --package_version_path ../../native_client/build/package_version/package_version.py --pnacl_package_name pnacl_translator 1
  406. [33044/35282] ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/event.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o
  407. FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o
  408. ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o.d -DNACL_TC_REV=b48266b051f596802addff7c8d1fc6fb9cf6bea7 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -fcolor-diagnostics -fmerge-all-constants --pnacl-allow-translate -fomit-frame-pointer -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/event.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o
  409. In file included from ../../base/third_party/libevent/event.c:54:
  410. In file included from ../../base/third_party/libevent/event.h:162:
  411. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  412. #error generate event-config.h for your platform
  413. ^
  414. In file included from ../../base/third_party/libevent/event.c:54:
  415. In file included from ../../base/third_party/libevent/event.h:175:
  416. In file included from ../../base/third_party/libevent/evutil.h:41:
  417. ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
  418. #error generate event-config.h for your platform
  419. ^
  420. In file included from ../../base/third_party/libevent/event.c:54:
  421. In file included from ../../base/third_party/libevent/event.h:175:
  422. ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
  423. #error "No way to define ev_uint64_t"
  424. ^
  425. ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
  426. #error "No way to define ev_uint32_t"
  427. ^
  428. ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
  429. #error "No way to define ev_uint16_t"
  430. ^
  431. ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
  432. ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
  433. ^
  434. In file included from ../../base/third_party/libevent/event.c:54:
  435. ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  436. void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
  437. ^~~~~~~~~~~
  438. __uint32_t
  439. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  440. typedef __UINT32_TYPE__ __uint32_t;
  441. ^
  442. In file included from ../../base/third_party/libevent/event.c:54:
  443. ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  444. ev_uint32_t len);
  445. ^~~~~~~~~~~
  446. __uint32_t
  447. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  448. typedef __UINT32_TYPE__ __uint32_t;
  449. ^
  450. In file included from ../../base/third_party/libevent/event.c:54:
  451. ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  452. void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
  453. ^~~~~~~~~~~
  454. __uint32_t
  455. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  456. typedef __UINT32_TYPE__ __uint32_t;
  457. ^
  458. In file included from ../../base/third_party/libevent/event.c:54:
  459. ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  460. void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
  461. ^~~~~~~~~~~
  462. __uint32_t
  463. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  464. typedef __UINT32_TYPE__ __uint32_t;
  465. ^
  466. In file included from ../../base/third_party/libevent/event.c:54:
  467. ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  468. ev_uint32_t integer);
  469. ^~~~~~~~~~~
  470. __uint32_t
  471. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  472. typedef __UINT32_TYPE__ __uint32_t;
  473. ^
  474. In file included from ../../base/third_party/libevent/event.c:54:
  475. ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  476. void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
  477. ^~~~~~~~~~~
  478. __uint32_t
  479. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  480. typedef __UINT32_TYPE__ __uint32_t;
  481. ^
  482. In file included from ../../base/third_party/libevent/event.c:54:
  483. ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  484. void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
  485. ^~~~~~~~~~~
  486. __uint32_t
  487. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  488. typedef __UINT32_TYPE__ __uint32_t;
  489. ^
  490. In file included from ../../base/third_party/libevent/event.c:54:
  491. ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  492. int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
  493. ^~~~~~~~~~~
  494. __uint32_t
  495. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  496. typedef __UINT32_TYPE__ __uint32_t;
  497. ^
  498. In file included from ../../base/third_party/libevent/event.c:54:
  499. ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  500. int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
  501. ^~~~~~~~~~~
  502. __uint32_t
  503. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  504. typedef __UINT32_TYPE__ __uint32_t;
  505. ^
  506. In file included from ../../base/third_party/libevent/event.c:54:
  507. ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  508. int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  509. ^~~~~~~~~~~
  510. __uint32_t
  511. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  512. typedef __UINT32_TYPE__ __uint32_t;
  513. ^
  514. In file included from ../../base/third_party/libevent/event.c:54:
  515. ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  516. int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  517. ^~~~~~~~~~~
  518. __uint32_t
  519. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  520. typedef __UINT32_TYPE__ __uint32_t;
  521. ^
  522. In file included from ../../base/third_party/libevent/event.c:54:
  523. ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  524. int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
  525. ^~~~~~~~~~~
  526. __uint32_t
  527. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  528. typedef __UINT32_TYPE__ __uint32_t;
  529. ^
  530. In file included from ../../base/third_party/libevent/event.c:54:
  531. ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
  532. ev_uint32_t *pinteger);
  533. ^~~~~~~~~~~
  534. __uint32_t
  535. /home/solaraquarion/build/chromium-dev/src/chromium-68.0.3418.2/native_client/toolchain/linux_x86/pnacl_newlib/le32-nacl/include/machine/_default_types.h:65:25: note: '__uint32_t' declared here
  536. typedef __UINT32_TYPE__ __uint32_t;
  537. ^
  538. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  539. 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement