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

MacPorts noreply at macports.org
Sat Dec 8 19:09:36 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):

 zmq 4.25 works OK:
 {{{
 $ cat zmq_vers.c
 #include <stdio.h>
 #include <zmq.h>

 int
 main(int argc, char *argv[])
 {
   int major, minor, patch;
   zmq_version(&major, &minor, &patch);
   printf("Current ZMQ version is %d.%d.%d\n", major, minor, patch);
   return 0;
 }
 $gcc-4.2 -I/opt/local/include -L/opt/local/lib -lzmq zmq_vers.c -o
 zmq_vers

 $ ./zmq_vers
 Current ZMQ version is 4.2.5
 }}}

 I'll upgrade that machine to zmq 4.3.0 and see what happens when I try
 that.

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


More information about the macports-tickets mailing list