[MacPorts] #53143: libuv @1.10.1 does not build on PPC Tiger, Mac OS X

MacPorts noreply at macports.org
Mon Dec 25 02:30:47 UTC 2017


#53143: libuv @1.10.1 does not build on PPC Tiger, Mac OS X
------------------------+---------------------------
  Reporter:  ballapete  |      Owner:  raimue
      Type:  defect     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:
Resolution:  wontfix    |   Keywords:  tiger powerpc
      Port:  libuv      |
------------------------+---------------------------

Comment (by kencu):

 You can prevent including `/usr/include/netinet/tcp.h` by defining the
 header blocker in the Portfile:
 {{{
 configure.cppflags-append -D_NETINET_TCP_H_
 }}}
 This gets around the first error of the `error: expected identifier before
 numeric constant` issue.

 That then leads to some other errors, though:
 {{{
 src/unix/fs.c:574: warning: implicit declaration of function 'sendfile'
 src/unix/fs.c: In function 'uv__to_stat':
 src/unix/fs.c:711: error: 'struct stat' has no member named
 'st_birthtimespec'
 }}}

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


More information about the macports-tickets mailing list