Opened 11 years ago

Closed 11 years ago

#37005 closed defect (fixed)

tk +quartz still needs X11

Reported by: mrmcfadd@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: jmroot (Joshua Root), skymoo (Adam Mercer)
Port: tk

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Attachments (2)

main.log (4.9 KB) - added by mrmcfadd@… 11 years ago.
main1.log (11.3 KB) - added by mrmcfadd@… 11 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 11 years ago by skymoo (Adam Mercer)

Cc: jwa@… singingwolfboy@… added
Port: py-tkinter added
Priority: HighNormal

Can you attached the log file mentioned in the error.

Changed 11 years ago by mrmcfadd@…

Attachment: main.log added

comment:2 Changed 11 years ago by skymoo (Adam Mercer)

Cc: ram@… added

Cc Me!

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

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.

Changed 11 years ago by mrmcfadd@…

Attachment: main1.log added

comment:4 Changed 11 years ago by mrmcfadd@…

I got an error again. I have attached the new log.

comment:5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jmr@… added; jwa@… singingwolfboy@… ram@… removed
Owner: changed from macports-tickets@… to jmr@…
Port: tk added; py-tkinter removed
Summary: Error: Failed to install py27-tkintertk +quartz still needs X11

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.

comment:6 Changed 11 years ago by skymoo (Adam Mercer)

Cc: ram@… added

Cc Me!

comment:7 Changed 11 years ago by jmroot (Joshua Root)

Owner: changed from jmr@… to mww@…

That's kind of annoying. I guess it needs a dep on xorg-libX11 regardless.

comment:8 Changed 11 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.