[MacPorts] #50686: py-psutil 4.0.0 does not build on a PPC

MacPorts noreply at macports.org
Tue Mar 1 09:06:56 PST 2016


#50686: py-psutil 4.0.0 does not build on a PPC
--------------------------+------------------------------
  Reporter:  drjesacco@…  |      Owner:  stromnov@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.3.4
Resolution:               |   Keywords:  powerpc haspatch
      Port:  py-psutil    |
--------------------------+------------------------------

Comment (by gnwiii@…):

 Build fails on OS X Snow Leopard because {{{SM_LARGE_PAGE}}} is not
 defined.  Adding "{{{ && defined(SM_LARGE_PAGE)}}}" to the ppc tests
 should work:

 {{{
 +#if !defined(__ppc__) && ... && defined(SM_LARGE_PAGE)
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/50686#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list