Summary: | dev-python/grpcio-1.67.0-r2 fails to compile: container_memory.h:66:27: error: uintptr_t does not name a type [-Wtemplate-body] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474 | ||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 907113 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern in addition to what has been reported in the summary: commands.CommandError: Failed `build_ext` step: distutils.errors.CompileError: command '/usr/bin/x86_64-pc-linux-gnu-g++' failed with exit code 1 distutils.errors.DistutilsExecError: command '/usr/bin/x86_64-pc-linux-gnu-g++' failed with exit code 1 subprocess.CalledProcessError: Command '['/usr/bin/x86_64-pc-linux-gnu-g++', '-O2', '-march=x86-64', '-pipe', '-pipe', '-frecord-gcc-switches', '-fno-diagnostics-color', '-fmessage-length=0', '-std=c++14', '-Wno-attributes', '-UNDEBUG', '-fPIC', '-D_WIN32_WINNT=1536', '-DGRPC_XDS_USER_AGENT_NAME_SUFFIX="Python"', '-DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="1.67.0"', '-DOPENSSL_NO_ASM=1', '-DHAVE_CONFIG_H=1', '-DGRPC_ENABLE_FORK_SUPPORT=1', '-DGRPC_DO_NOT_INSTANTIATE_POSIX_POLLER=1', '-D__STDC_FORMAT_MACROS', '-DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) PyObject*', '-DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1', '-Isrc/python/grpcio', '-Iinclude', '-I.', '-Ithird_party/abseil-cpp', '-Ithird_party/address_sorting/include', '-I/usr/include', '-I/usr/include/re2', '-I/usr/include/openssl', '-Ithird_party/upb', '-Isrc/core/ext/upb-gen', '-Isrc/core/ext/upbdefs-gen', '-Ithird_party/utf8_range', '-Ithird_party/xxhash', '-I/usr/include', '-I/usr/include/python3.10', '-c', 'src/core/lib/iomgr/resolve_address.cc', '-o', '/var/tmp/portage/dev-python/grpcio-1.67.0-r1/work/grpc-1.67.0-python3_10/build/temp.linux-x86_64-cpython-310/src/core/lib/iomgr/resolve_address.o', '-fvisibility=hidden', '-fno-wrapv', '-fno-exceptions', '-pthread']' returned non-zero exit status 1. third_party/abseil-cpp/absl/container/internal/container_memory.h:66:27: error: ‘uintptr_t’ does not name a type [-Wtemplate-body] tinderbox_x86 has reproduced this issue with version 1.67.0-r2 - Updating summary. |