Changes between Initial Version and Version 1 of Ticket #43886


Ignore:
Timestamp:
Jun 2, 2014, 10:22:59 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers py27-matplotlib).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43886

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Port py-matplotlib added
  • Ticket #43886 – Description

    initial v1  
    11Matplotlib +gtk3 hangs on "Staging py27-matplotlib into destroot" for my new macbook pro but not my early 2011 Macbook Pro. Fresh Macports installs on both. I diff'd the verbose output files for the output of the following steps (starting Macports from scratch) and they are identical with the exception of the hang:
    22
    3 
     3{{{
    44   > port install python27
    5 
    65   > port install py27-numpy
    7 
    86   > port install py27-scipy
    9 
    107   > port install py27-matplotlib +gt2
    11 
     8}}}
    129
    1310On the old macbook the build ends normally as:
    1411
     12{{{
    1513   >  Staging py27-matplotlib into destroot   (THIS IS WHERE THE NEW MACBOOK HANGS)
    16 
    1714   >  Installing py27-matplotlib @1.3.1_4+cairo+gtk2
    18 
    1915   >  Activating py27-matplotlib @1.3.1_4+cairo+gtk2
    20 
     16}}}
    2117
    2218    The default backend is the interactive Mac OS X backend. Different backends can be specified using the     
     
    2420
    2521   http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend
    26 
     22{{{
    2723   >  Cleaning py27-matplotlib
    28  
    2924   >  Updating database of binaries
    30 
    3125   >  Scanning binaries for linking errors
    32 
    3326   >  No broken files found.
     27}}}