Changes between Version 2 and Version 22 of Ticket #62944


Ignore:
Timestamp:
May 21, 2021, 6:46:35 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62944

    • Property Status changed from new to assigned
    • Property Cc jmroot added; cjones051073 removed
    • Property Summary changed from grpc: py-grpcio port build failures to grpc: py-grpcio port build failures, when compiler wrapping enabled
    • Property Owner set to cjones051073
    • Property Keywords portgroup compilerwrap added
  • Ticket #62944 – Description

    v2 v22  
    1 Some rather, well, interesting build errors, are occurring across all of our buildbots:
     1Some rather interesting build errors, are occurring across all of our buildbots:
    22
    33{{{
     
    77clang: error: no such file or directory: '("default")))'
    88clang: error: no such file or directory: 'PyObject*'
    9 clang: error: clangno such file or directory: '("default")))': error: no such file or directory: '("default")))'
    109[...etc...]
    1110}}}
     
    1615Full log also attached; filename: py39-grpcio-buildbot-failure-arm.txt.gz
    1716
    18 Is it possible that we have a bug in one of our portgroups?
     17UPDATE: Per discussion with @CJones in the comments, this occurs when compiler wrapping is enabled. For now, the port has been updated to disable said wrapping, to fix build failures. But keeping this ticket open to track the wrapping issue.