[MacPorts] #37005: Error: Failed to install py27-tkinter
#37005: Error: Failed to install py27-tkinter ------------------------+-------------------------------- Reporter: mrmcfadd@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: ------------------------+-------------------------------- I am trying to install pandas using code: sudo port install py27-pandas @0.7.3 and continue to receive the error message I included as the summary. ---> Computing dependencies for py27-pandas ---> Dependencies to be installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn ---> Building py27-tkinter Error: org.macports.build for port py27-tkinter returned: command execution failed Error: Failed to install py27-tkinter Please see the log file for port py27-tkinter for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py-tkinter/py27-tkinter/main.log Error: The following dependencies were not installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-pandas failed -- Ticket URL: <https://trac.macports.org/ticket/37005> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: Error: Failed to install py27-tkinter -------------------------+-------------------------------- Reporter: mrmcfadd@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py-tkinter | -------------------------+-------------------------------- Changes (by ram@…): * priority: High => Normal * cc: jwa@…, singingwolfboy@… (added) * port: => py-tkinter Comment: Can you attached the log file mentioned in the error. -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: Error: Failed to install py27-tkinter -------------------------+-------------------------------- Reporter: mrmcfadd@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py-tkinter | -------------------------+-------------------------------- Old description:
I am trying to install pandas using code: sudo port install py27-pandas @0.7.3 and continue to receive the error message I included as the summary.
---> Computing dependencies for py27-pandas ---> Dependencies to be installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn ---> Building py27-tkinter Error: org.macports.build for port py27-tkinter returned: command execution failed Error: Failed to install py27-tkinter Please see the log file for port py27-tkinter for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py-tkinter/py27-tkinter/main.log Error: The following dependencies were not installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-pandas failed
New description: I am trying to install pandas using code: sudo port install py27-pandas @0.7.3 and continue to receive the error message I included as the summary. {{{ ---> Computing dependencies for py27-pandas ---> Dependencies to be installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn ---> Building py27-tkinter Error: org.macports.build for port py27-tkinter returned: command execution failed Error: Failed to install py27-tkinter Please see the log file for port py27-tkinter for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_python_py-tkinter/py27-tkinter/main.log Error: The following dependencies were not installed: py27-matplotlib py27-tkinter py27-tables hdf5-18 lzo2 py27-cython cython_select py27-numexpr py27-scientific netcdf curl curl-ca-bundle libidn To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-pandas failed }}} -- Comment (by ryandesign@…): Has duplicate #37009. This was not a clean build attempt. Please "sudo port clean py27-tkinter", then try again, then attach the main.log to this ticket if it fails again. -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: Error: Failed to install py27-tkinter -------------------------+-------------------------------- Reporter: mrmcfadd@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py-tkinter | -------------------------+-------------------------------- Comment (by mrmcfadd@…): I got an error again. I have attached the new log. -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: tk +quartz still needs X11 -------------------------+------------------- Reporter: mrmcfadd@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: tk | -------------------------+------------------- Changes (by ryandesign@…): * cc: jwa@…, singingwolfboy@…, ram@… (removed) * cc: jmr@… (added) * owner: macports-tickets@… => jmr@… * port: py-tkinter => tk Comment: So the relevant error remains: {{{ include/tk.h:76:11: fatal error: 'X11/Xlib.h' file not found }}} It seems that even though we've told tk to build with quartz, it still expects at least this X11 header to exist. -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: tk +quartz still needs X11 -------------------------+------------------- Reporter: mrmcfadd@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: tk | -------------------------+------------------- Changes (by jmr@…): * owner: jmr@… => mww@… Comment: That's kind of annoying. I guess it needs a dep on xorg-libX11 regardless. -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37005: tk +quartz still needs X11 -------------------------+-------------------- Reporter: mrmcfadd@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: tk | -------------------------+-------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r99784 -- Ticket URL: <https://trac.macports.org/ticket/37005#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts