[MacPorts] #24353: cannot build plplot 5.9.5 port on OSX 10.6.3
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 --------------------------------------+------------------------------------- Reporter: clw2@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: build failure for plplot | Port: --------------------------------------+------------------------------------- probably fails when building cairo.c.o I choose the default, no variant X11 has not been installed. -- Ticket URL: <http://trac.macports.org/ticket/24353> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 --------------------------------------+------------------------------------- Reporter: clw2@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: build failure for plplot | Port: --------------------------------------+------------------------------------- Comment(by clw2@…): Cannot build the port of plplot I did a clean first and then ran port -d install plplot -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 -----------------------------+---------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: plplot -----------------------------+---------------------------------------------- Changes (by macsforever2000@…): * keywords: build failure for plplot => * owner: macports-tickets@… => takeshi@… * port: => plplot -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 -----------------------------+---------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: plplot -----------------------------+---------------------------------------------- Comment(by clw2@…): The build failure occurred because of the cairo, pango, and gtk2 variant +no_X11. X11 is required for a successful build. My wish is that there would be a way to build plplot including using the quartz backend to cairo, but I expect that this is an issue with plplot, not mac ports. Adding a variant to remove cairo and X would would permit an X11 free version, but I do not know enough about plplot internals. -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: wontfix | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Changes (by takeshi@…): * status: new => closed * resolution: => wontfix Comment: I look at the log. Build of cairo fails due to the lack of an X11 header. {{{ error: cairo-xlib.h: No such file or directory }}} Unless plplot developer modify the source the plplot cairo driver does not support quartz. You should request the plplot team to add quartz support. If Mac's native graphics is important for you Aquaterm could be used alternatively. -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: wontfix | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Comment(by clw2@…): Is there anyway to build plplot without pango ? In that case cairo, and X11 would not be required. -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Changes (by takeshi@…): * status: closed => reopened * resolution: wontfix => -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Changes (by takeshi@…): * status: reopened => closed * resolution: => fixed Comment: Added no_x11 variant in r66386 by disabling xcairo and tk. -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Comment(by clw2@…): When installing plplot +no_X11 and error occurs during configuration due to the arch statement interpretation by Cmake. (see attachment) -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Changes (by takeshi@…): * status: closed => reopened * resolution: fixed => -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24353: cannot build plplot 5.9.5 port on OSX 10.6.3 ------------------------------+--------------------------------------------- Reporter: clw2@… | Owner: takeshi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: plplot | ------------------------------+--------------------------------------------- Changes (by takeshi@…): * status: reopened => closed * resolution: => fixed Comment: This is caused by setting CMAKE_OSX_ARCHITECTURES, which I inserted to enable build for ppc64. Cmake passes -arch flags to the fortran compiler, which should not be done. g95 ignores it but gfortran fails with it. I think cmake modules should be fixed but I don't know how. As an adhoc fix CMAKE_OSX_ARCHITECTURES is skipped with gcc43 variant (default). -- Ticket URL: <http://trac.macports.org/ticket/24353#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts