[MacPorts] #60184: libuv @1.35.0+universal: Undefined symbols for architecture i386: "_close$NOCANCEL"

MacPorts noreply at macports.org
Fri Mar 13 16:59:34 UTC 2020


#60184: libuv @1.35.0+universal: Undefined symbols for architecture i386:
"_close$NOCANCEL"
-------------------------+-----------------------
  Reporter:  ryandesign  |      Owner:  michaelld
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.2
Resolution:  fixed       |   Keywords:
      Port:  libuv       |
-------------------------+-----------------------

Comment (by ryandesign):

 Earlier in the file they have this line:

 {{{
 #if defined(__APPLE__) && !TARGET_OS_IPHONE
 }}}

 To match that style (i.e. not checking whether `TARGET_OS_IPHONE` is
 defined before using it) I would recommend using:

 {{{
 #if defined(__LP64__) || TARGET_OS_IPHONE
 }}}

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


More information about the macports-tickets mailing list