Opened 11 years ago

Closed 11 years ago

#37444 closed defect (fixed)

py27-matplotlib +tkinter is broken

Reported by: mkae (Marko Käning) Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: mkae (Marko Käning)
Port: py27-matplotlib

Description

port rev-upgrade spits this out:

--->  Found 1 broken port(s):
     py27-matplotlib @1.2.0 +tkinter
         /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_tkagg.so

with -d one gets

--->  Scanning binaries for linking errors
Could not open /opt/local/lib/libtk8.5.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_tkagg.so)
DEBUG: Marking /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_tkagg.so as broken

Could not open /opt/local/lib/libtcl8.5.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_tkagg.so)
DEBUG: Marking /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_tkagg.so as broken

I guess py27-matplotlib needs a revbump or so.

Change History (3)

comment:1 Changed 11 years ago by Veence (Vincent)

My py32-matplotlib works well, but with the qt4 front-end.

-> port installed py32-matplotlib
The following ports are currently installed:
  py32-matplotlib @1.2.0_0+qt4 (active)

comment:2 in reply to:  description Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to mk@…:

Could not open /opt/local/lib/libtk8.5.dylib:

I guess py27-matplotlib needs a revbump or so.

Precisely. libtk8.5.dylib no longer exists ever since tk was updated to version 8.6.0. py-matplotlib needs a revbump to rebuild with tk 8.6.0.

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

Cc: mk@… added
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.