Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [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
- FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o
- ../../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
- In file included from ../../base/third_party/libevent/evutil.c:59:
- In file included from ../../base/third_party/libevent/event.h:162:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- In file included from ../../base/third_party/libevent/event.h:175:
- In file included from ../../base/third_party/libevent/evutil.h:41:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- In file included from ../../base/third_party/libevent/event.h:175:
- ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
- #error "No way to define ev_uint64_t"
- ^
- ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
- #error "No way to define ev_uint32_t"
- ^
- ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
- #error "No way to define ev_uint16_t"
- ^
- ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
- ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
- ^
- ../../base/third_party/libevent/evutil.h:172:32: warning: declaration of 'struct timeval' will not be visible outside of this function [-Wvisibility]
- int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:226:17: error: field has incomplete type 'struct timeval'
- struct timeval ev_timeout;
- ^
- ../../base/third_party/libevent/event.h:226:9: note: forward declaration of 'struct timeval'
- struct timeval ev_timeout;
- ^
- ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t len);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t integer);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evutil.c:59:
- ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 1 warning and 20 errors generated.
- [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
- [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"
- [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"
- [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
- FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evbuffer.o
- ../../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
- In file included from ../../base/third_party/libevent/evbuffer.c:50:
- In file included from ../../base/third_party/libevent/evutil.h:41:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:50:
- ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
- #error "No way to define ev_uint64_t"
- ^
- ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
- #error "No way to define ev_uint32_t"
- ^
- ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
- #error "No way to define ev_uint16_t"
- ^
- ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
- ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- In file included from ../../base/third_party/libevent/event.h:162:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t len);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t integer);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/evbuffer.c:51:
- ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t *pinteger);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- [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
- FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/buffer.o
- ../../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
- In file included from ../../base/third_party/libevent/buffer.c:64:
- In file included from ../../base/third_party/libevent/event.h:162:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- In file included from ../../base/third_party/libevent/event.h:175:
- In file included from ../../base/third_party/libevent/evutil.h:41:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- In file included from ../../base/third_party/libevent/event.h:175:
- ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
- #error "No way to define ev_uint64_t"
- ^
- ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
- #error "No way to define ev_uint32_t"
- ^
- ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
- #error "No way to define ev_uint16_t"
- ^
- ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
- ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t len);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t integer);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/buffer.c:64:
- ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t *pinteger);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- [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
- [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
- FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/event.o
- ../../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
- In file included from ../../base/third_party/libevent/event.c:54:
- In file included from ../../base/third_party/libevent/event.h:162:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- In file included from ../../base/third_party/libevent/event.h:175:
- In file included from ../../base/third_party/libevent/evutil.h:41:
- ../../base/third_party/libevent/event-config.h:23:2: error: generate event-config.h for your platform
- #error generate event-config.h for your platform
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- In file included from ../../base/third_party/libevent/event.h:175:
- ../../base/third_party/libevent/evutil.h:68:2: error: "No way to define ev_uint64_t"
- #error "No way to define ev_uint64_t"
- ^
- ../../base/third_party/libevent/evutil.h:80:2: error: "No way to define ev_uint32_t"
- #error "No way to define ev_uint32_t"
- ^
- ../../base/third_party/libevent/evutil.h:92:2: error: "No way to define ev_uint16_t"
- #error "No way to define ev_uint16_t"
- ^
- ../../base/third_party/libevent/evutil.h:165:1: error: unknown type name 'ev_int64_t'
- ev_int64_t evutil_strtoll(const char *s, char **endptr, int base);
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1165:44: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1166:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t len);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1178:41: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1180:48: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1181:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t integer);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1183:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1186:52: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1189:43: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1191:40: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1192:47: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1193:50: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1196:49: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- In file included from ../../base/third_party/libevent/event.c:54:
- ../../base/third_party/libevent/event.h:1197:5: error: unknown type name 'ev_uint32_t'; did you mean '__uint32_t'?
- ev_uint32_t *pinteger);
- ^~~~~~~~~~~
- __uint32_t
- /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
- typedef __UINT32_TYPE__ __uint32_t;
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement