We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I was compiling this repo, after a while Compiling it errored with the Following message:
58 | const char kAccountFullNameKey[] = "full_name"; | ^~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:59:12: warning: unused variable 'kAccountGivenNameKey' [-Wunused-const-variable] 59 | const char kAccountGivenNameKey[] = "given_name"; | ^~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:60:12: warning: unused variable 'kAccountLocaleKey' [-Wunused-const-variable] 60 | const char kAccountLocaleKey[] = "locale"; | ^~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:61:12: warning: unused variable 'kAccountPictureURLKey' [-Wunused-const-variable] 61 | const char kAccountPictureURLKey[] = "picture_url"; | ^~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:62:12: warning: unused variable 'kLastDownloadedImageURLWithSizeKey' [-Wunused-const-variable] 62 | const char kLastDownloadedImageURLWithSizeKey[] = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:64:12: warning: unused variable 'kAccountChildAttributeKey' [-Wunused-const-variable] 64 | const char kAccountChildAttributeKey[] = "is_supervised_child"; | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:65:12: warning: unused variable 'kAdvancedProtectionAccountStatusKey' [-Wunused-const-variable] 65 | const char kAdvancedProtectionAccountStatusKey[] = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:67:12: warning: unused variable 'kAccountAccessPoint' [-Wunused-const-variable] 67 | const char kAccountAccessPoint[] = "access_point"; | ^~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:72:12: warning: unused variable 'kDeprecatedCanOfferExtendedChromeSyncPromosPrefPath' [-Wunused-const-variable] 72 | const char kDeprecatedCanOfferExtendedChromeSyncPromosPrefPath[] = | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:138:6: warning: unused function 'SetAccountCapabilityState' [-Wunused-function] 138 | void SetAccountCapabilityState(base::Value::Dict& value, | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:161:17: warning: unused function 'FindAccountCapabilityState' [-Wunused-function] 161 | signin::Tribool FindAccountCapabilityState(const base::Value::Dict& dict, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:168:6: warning: unused function 'GetString' [-Wunused-function] 168 | void GetString(const base::Value::Dict& dict, | ^~~~~~~~~ ../../components/signin/internal/identity_manager/account_tracker_service.cc:176:13: warning: unused function 'AccountsToString' [-Wunused-function] 176 | std::string AccountsToString( | ^~~~~~~~~~~~~~~~ 17 warnings generated. [16056/49821] CXX obj/components/signin/public/identity_manager/identity_manager/identity_utils.o ../../components/signin/public/identity_manager/identity_utils.cc:27:6: warning: unused function 'IsUsernameAllowedByPattern' [-Wunused-function] 27 | bool IsUsernameAllowedByPattern(std::string_view username, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [18715/49821] CXX obj/third_party/blink/renderer/platform/wtf/wtf/text_codec_icu.o ../../third_party/blink/renderer/platform/wtf/text/text_codec_icu.cc:614:13: warning: unused function 'GbkCallbackSubstitute' [-Wunused-function] 614 | static void GbkCallbackSubstitute(const void* context, | ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [20280/49821] CXX obj/v8/torque_generated_initializers/typed-array-filter-tq-csa.o FAILED: obj/v8/torque_generated_initializers/typed-array-filter-tq-csa.o clang++ -MD -MF obj/v8/torque_generated_initializers/typed-array-filter-tq-csa.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -DCR_LIBCXX_REVISION=8e31ad42561900383e10dbefc1d3e8f38cedfbe9 -DTMP_REBUILD_HACK -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DV8_INTL_SUPPORT -DV8_USE_EXTERNAL_STARTUP_DATA -DV8_ATOMIC_OBJECT_FIELD_WRITES -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_SHARED_RO_HEAP -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_SHORT_BUILTIN_CALLS -DV8_EXTERNAL_CODE_SPACE -DV8_ENABLE_SPARKPLUG -DV8_ENABLE_MAGLEV -DV8_ENABLE_TURBOFAN -DV8_ENABLE_WEBASSEMBLY -DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA -DV8_ALLOCATION_FOLDING -DV8_ALLOCATION_SITE_TRACKING -DV8_ADVANCED_BIGINT_ALGORITHMS -DV8_STATIC_ROOTS -DV8_USE_ZLIB -DV8_USE_LIBM_TRIG_FUNCTIONS -DV8_ENABLE_WASM_SIMD256_REVEC -DV8_ENABLE_BUILTIN_JUMP_TABLE_SWITCH -DV8_ENABLE_EXTENSIBLE_RO_SNAPSHOT -DV8_ENABLE_BLACK_ALLOCATED_PAGES -DV8_ARRAY_BUFFER_INTERNAL_FIELD_COUNT=0 -DV8_ARRAY_BUFFER_VIEW_INTERNAL_FIELD_COUNT=0 -DV8_PROMISE_INTERNAL_FIELD_COUNT=0 -DV8_COMPRESS_POINTERS -DV8_COMPRESS_POINTERS_IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_ENABLE_SANDBOX -DV8_DEPRECATION_WARNINGS -DV8_USE_PERFETTO -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_LINUX -DCPPGC_CAGED_HEAP -DCPPGC_YOUNG_GENERATION -DCPPGC_POINTER_COMPRESSION -DCPPGC_ENABLE_LARGER_CAGE -DCPPGC_SLIM_WRITE_BARRIER -DV8_TARGET_ARCH_X64 -DABSL_ALLOCATOR_NOTHROW=1 -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DU_IMPORT=U_EXPORT -I../.. -Igen -I../../buildtools/third_party/libc++ -I../../v8 -I../../v8/include -Igen/v8 -I../../third_party/perfetto/include -Igen/third_party/perfetto -Igen/third_party/perfetto/build_config -Igen/shim_headers/icui18n_shim -Igen/shim_headers/icuuc_shim -Igen/shim_headers/zlib_shim -I../../third_party/abseil-cpp -I../../third_party/protobuf/src -Igen/v8/include -I../../third_party/fp16/src/include -Wall -Wextra -Wimplicit-fallthrough -Wextra-semi -Wunreachable-code-aggressive -Wthread-safety -Wgnu -Wno-gnu-anonymous-struct -Wno-gnu-conditional-omitted-operand -Wno-gnu-include-next -Wno-gnu-label-as-value -Wno-gnu-redeclared-enum -Wno-gnu-statement-expression -Wno-gnu-zero-variadic-macro-arguments -Wno-zero-length-array -Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -Wloop-analysis -Wno-unneeded-internal-declaration -Wno-cast-function-type -Wno-thread-safety-reference-return -Wshadow -fno-delete-null-pointer-checks -fno-ident -fno-strict-aliasing -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fno-sized-deallocation -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -mllvm -split-threshold-for-reg-with-hint=0 -ffp-contract=off -Wa,--crel,--allow-experimental-crel -flto=thin -fsplit-lto-unit -mllvm -inlinehint-threshold=360 -fwhole-program-vtables -fcomplete-member-pointers -m64 -msse3 -ffile-compilation-dir=. -no-canonical-prefixes -fno-omit-frame-pointer -g0 -fsanitize=cfi-vcall -fsanitize-ignorelist=../../tools/cfi/ignores.txt -fsanitize=cfi-icall -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wunreachable-code -Wno-shadow -Wctad-maybe-unsupported -Wno-invalid-offsetof -Wshorten-64-to-32 -Wmissing-field-initializers -O3 -fdata-sections -ffunction-sections -fno-unique-section-names -fno-math-errno -Wexit-time-destructors -DPROTOBUF_ALLOW_DEPRECATED=1 -Wno-invalid-offsetof -Wenum-compare-conditional -Wno-c++11-narrowing-const-reference -Wno-missing-template-arg-list-after-template-kw -Wno-dangling-assignment-gsl -std=c++20 -Wno-trigraphs -gsimple-template-names -fno-exceptions -fno-rtti -nostdinc++ -isystem../../third_party/libc++/src/include -isystem../../third_party/libc++abi/src/include -fvisibility-inlines-hidden -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/opt/ungoogled-chromium-archlinux/src=/usr/src/debug/ungoogled-chromium -Wno-builtin-macro-redefined -Wno-unknown-warning-option -c gen/v8/torque-generated/src/builtins/typed-array-filter-tq-csa.cc -o obj/v8/torque_generated_initializers/typed-array-filter-tq-csa.o [20297/49821] CXX obj/v8/torque_generated_initializers/typed-array-reduce-tq-csa.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting..
Can someone help me there?
The text was updated successfully, but these errors were encountered:
Currently trying this:
envoyproxy/envoy#13602 (comment)
Will update on result
Sorry, something went wrong.
Didnt worked
No branches or pull requests
Hello,
I was compiling this repo, after a while Compiling it errored with the Following message:
Can someone help me there?
The text was updated successfully, but these errors were encountered: