[MacPorts] #57724: py37-zmq @17.1.2: Build failure on OSX PPC: can't locate installed zmq

MacPorts noreply at macports.org
Sun Dec 9 16:24:47 UTC 2018


#57724: py37-zmq @17.1.2: Build failure on OSX PPC: can't locate installed zmq
---------------------------+----------------------
  Reporter:  SerpentChris  |      Owner:  jrjsmrtn
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.5.4
Resolution:                |   Keywords:
      Port:  py-zmq        |
---------------------------+----------------------

Comment (by kencu):

 In the Portfile, there is a bit added on to end of it for some special PPC
 building:
 {{{
 # special building for PPC/PPC64 for zmq and zmq-devel

 if {(${subport} eq "zmq" || ${subport} eq "zmq-devel") &&
     (${build_arch} eq "ppc" || ${build_arch} eq "ppc64")} {

     # force c++11
     PortGroup cxx11 1.1

     configure.args-replace --disable-cxx11 --enable-cxx11
 }
 }}}

 I'm not sure why that bit is there, but if I delete that block, zmq builds
 through to completion, and at least delivers up it's version correctly.

 {{{
 $ gcc-4.2 -I/opt/local/include -L/opt/local/lib -lzmq zmq_vers.c -o
 zmq_vers
 LeopardG5:~ cunningh$ ./zmq_vers
 Current ZMQ version is 4.3.0
 }}}

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


More information about the macports-tickets mailing list