Summary: | www-client/chromium-110.0.5481.38 failed to emerge (evaluate_prg_hwy.cc:127:12: error: invalid operands of types ‘__SVUint64_t’ and ‘__SVUint64_t’ to binary ‘operator&’) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Leonid Kopylov
2023-01-19 16:36:33 UTC
Created attachment 848831 [details]
build.log.xz
[31mFAILED: [0mobj/third_party/distributed_point_functions/distributed_point_functions/evaluate_prg_hwy.o aarch64-unknown-linux-gnu-g++ -MMD -MF obj/third_party/distributed_point_functions/distributed_point_functions/evaluate_prg_hwy.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DGOOGLE_PROTOBUF_INTERNAL_DONATE_STEAL_INLINE=0 -DHAVE_PTHREAD -I../.. -Igen -I../../third_party/distributed_point_functions -I../../third_party/distributed_point_functions/code -Igen/third_party/distributed_point_functions -Igen/shim_headers/zlib_shim -I../../third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen/shim_headers/icui18n_shim -Igen/shim_headers/icuuc_shim -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/abseil-cpp -I../../third_party/highway/src -I../../third_party/boringssl/src/include -fno-ident -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pipe -pthread -fno-omit-frame-pointer -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -std=gnu++2a -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -Wno-narrowing -Wno-class-memaccess -O2 -pipe -c ../../third_party/distributed_point_functions/code/dpf/internal/evaluate_prg_hwy.cc -o obj/third_party/distributed_point_functions/distributed_point_functions/evaluate_prg_hwy.o In file included from ../../third_party/highway/src/hwy/foreach_target.h:103, from ../../third_party/distributed_point_functions/code/dpf/internal/evaluate_prg_hwy.cc:33: ../../third_party/distributed_point_functions/code/dpf/internal/evaluate_prg_hwy.cc: In instantiation of ‘auto distributed_point_functions::dpf_internal::N_SVE::IsBitSet(D, V, int) [with V = __SVUint8_t; D = hwy::N_SVE::Simd<unsigned char, 256, 0>]’: ../../third_party/distributed_point_functions/code/dpf/internal/evaluate_prg_hwy.cc:226:40: required from here ../../third_party/distributed_point_functions/code/dpf/internal/evaluate_prg_hwy.cc:127:12: error: invalid operands of types ‘__SVUint64_t’ and ‘__SVUint64_t’ to binary ‘operator&’ 127 | input_64 &= index_64; | ~~~~~~~~~^~~~~~~~~~~ [...] The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab0fffab2e0f3df4c1cec7a3a6556850e1e19cd commit 6ab0fffab2e0f3df4c1cec7a3a6556850e1e19cd Author: Stephan Hartmann <sultan@gentoo.org> AuthorDate: 2023-01-20 17:58:31 +0000 Commit: Stephan Hartmann <sultan@gentoo.org> CommitDate: 2023-01-20 17:58:59 +0000 www-client/chromium: bump patchset for beta channel Bug: https://bugs.gentoo.org/891401 Signed-off-by: Stephan Hartmann <sultan@gentoo.org> www-client/chromium/Manifest | 2 +- www-client/chromium/chromium-110.0.5481.38.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce831cc5fbc768d7496fd92b67cdcf0afaa8344a commit ce831cc5fbc768d7496fd92b67cdcf0afaa8344a Author: Stephan Hartmann <sultan@gentoo.org> AuthorDate: 2023-01-20 18:38:51 +0000 Commit: Stephan Hartmann <sultan@gentoo.org> CommitDate: 2023-01-20 18:39:41 +0000 www-client/chromium: dev channel bump to 111.0.5545.6 Closes: https://bugs.gentoo.org/889374 Closes: https://bugs.gentoo.org/891401 Signed-off-by: Stephan Hartmann <sultan@gentoo.org> www-client/chromium/Manifest | 4 ++-- ...-111.0.5532.2.ebuild => chromium-111.0.5545.6.ebuild} | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) |