Opened 3 years ago

Last modified 3 years ago

#62959 closed defect

py-grpcio: build failures — at Initial Version

Reported by: mascguy (Christopher Nielsen) Owned by: emcrisostomo (Enrico Maria Crisostomo)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cjones051073 (Chris Jones)
Port: grpc py-grpcio

Description

There are a few different issues with this port build, depending on the platform.

The following is what we're seeing for the latest buildbot jobs:

Big Sur x86_64:

distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "11.0" but "11.2" during configure

10.6:

error: invalid argument '-std=c++11' not allowed with 'C'

For 10.8/10.9:

In file included from src/core/lib/iomgr/gethostname_sysconf.cc:26:
In file included from /opt/local/include/LegacySupport/unistd.h:92:
In file included from /usr/include/unistd.h:72:
/opt/local/include/LegacySupport/sys/unistd.h:76:16: error: unknown type name 'size_t'
                         void *buf, size_t size, uint32_t flags);
                                    ^

This might be a case of blacklisting older clang versions, and perhaps blacklisting Xcode clang entirely (if necessary).

Change History (0)

Note: See TracTickets for help on using tickets.