Changes between Version 4 and Version 5 of Ticket #62274


Ignore:
Timestamp:
Feb 13, 2021, 12:11:07 AM (3 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62274

    • Property Keywords bigsur added
    • Property Port thrift added
  • Ticket #62274 – Description

    v4 v5  
    22
    33Also I see here https://ports.macports.org/port/thrift/builds that build status is red for 11_x86_64.
    4 
     4{{{
    55:info:build Undefined symbols for architecture x86_64:
    66:info:build   "apache::thrift::concurrency::Thread::threadMain(std::__1::shared_ptr<apache::thrift::concurrency::Thread>)", referenced from:
     
    1212:info:build       apache::thrift::server::TNonblockingServer::TConnection::setFlags(short) in libthriftnb_la-TNonblockingServer.o
    1313:info:build       apache::thrift::server::TNonblockingServer::handleEvent(int, short) in libthriftnb_la-TNonblockingServer.o
    14 
     14}}}
    1515<and more of that>
    1616
    1717I see this in the beginning of log (full log attached):
    18 
     18{{{
    1919:warn:main The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
    2020:warn:main You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
    21 
     21}}}
    2222I've reinstalled command line tools by removing /Library/Developer/CommandLineTools and running xcode-select as suggested, but the warning won't go away.