[MacPorts] #57501: nodejs11 @11.0.0 : error: thread-local storage is not supported for the current target

MacPorts noreply at macports.org
Sat Nov 3 00:26:26 UTC 2018


#57501: nodejs11 @11.0.0 : error: thread-local storage is not supported for the
current target
-------------------------+----------------------
  Reporter:  dubiousjim  |      Owner:  ci42
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.5.4
Resolution:              |   Keywords:
      Port:  nodejs11    |
-------------------------+----------------------

Comment (by kencu):

 ah, that's right. the Xcode clangs before 800 did not support
 `thread_local`. Something like this should do it:

 {{{
 # nodejs11 uses thread_local, which is not supported in Xcode < 8
 compiler.blacklist-append {clang < 800}
 }}}

 you can likely build it manually like this until that rolls down the pipe:

 {{{
 sudo port -v install nodejs11 configure.compiler=macports-clang-5.0
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/57501#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list