Opened 10 years ago

Closed 10 years ago

#43886 closed defect (worksforme)

Matplotlib +gtk2 hangs on "Staging py27-matplotlib into destroot"

Reported by: jwing45@… Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.0
Keywords: Cc:
Port: py-matplotlib

Description (last modified by mf2k (Frank Schima))

Matplotlib +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:

   > port install python27
   > port install py27-numpy
   > port install py27-scipy
   > port install py27-matplotlib +gt2

On the old macbook the build ends normally as:

   >  Staging py27-matplotlib into destroot   (THIS IS WHERE THE NEW MACBOOK HANGS)
   >  Installing py27-matplotlib @1.3.1_4+cairo+gtk2
   >  Activating py27-matplotlib @1.3.1_4+cairo+gtk2

The default backend is the interactive Mac OS X backend. Different backends can be specified using the ~/.matplotlib/matplotlibrc file. More details regarding backends can be found in the matplotlib FAQ:

http://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend

   >  Cleaning py27-matplotlib
   >  Updating database of binaries
   >  Scanning binaries for linking errors
   >  No broken files found.

Change History (6)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to sean@…
Port: py-matplotlib added

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

comment:2 Changed 10 years ago by seanfarley (Sean Farley)

Hmm, I can't seem to reproduce this at all. I see some warnings with trace mode on but I don't know if that's a red herring or not:

Warning: An activity was attempted outside sandbox: /.svn
Warning: An activity was attempted outside sandbox: /AppleInternal
Warning: An activity was attempted outside sandbox: /etc/apache/mime.types
Warning: An activity was attempted outside sandbox: /etc/apache2/mime.types
Warning: An activity was attempted outside sandbox: /etc/httpd/conf/mime.types
Warning: An activity was attempted outside sandbox: /etc/httpd/mime.types
Warning: An activity was attempted outside sandbox: /etc/mime.types
Warning: An activity was attempted outside sandbox: /opt/.svn
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Jinja2-2.7.2-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Pygments-1.6-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Sphinx-1.2.2-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html2text-3.200.3-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ipdb-0.8-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7.egg-info/PKG-INFO
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7.egg-info/namespace_packages.txt
Warning: An activity was attempted outside sandbox: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/virtualenv-1.11.4-py2.7.egg-info/entry_points.txt
Warning: An activity was attempted outside sandbox: /opt/local/bin/dvipng
Warning: An activity was attempted outside sandbox: /opt/local/bin/gs
Warning: An activity was attempted outside sandbox: /opt/local/bin/latex
Warning: An activity was attempted outside sandbox: /opt/local/bin/pdftops
Warning: An activity was attempted outside sandbox: /opt/local/bin/svn
Warning: An activity was attempted outside sandbox: /var/db/.launchd_shutdown_debugging
Warning: An activity was attempted outside sandbox: /var/root/.CFUserTextEncoding

comment:3 Changed 10 years ago by jwing45@…

The only difference between the new Macbook and the old Macbook, other than their ages, is that the new one has settings migrated from the old Mac, and the old one now has a fresh OS build with nothing on it (but MacPorts). But like I alluded to, I did a fresh build of Macports on the new Macbook (after removing it completely ala https://guide.macports.org/chunked/installing.macports.uninstalling.html) on both machines.

comment:4 in reply to:  3 ; Changed 10 years ago by seanfarley (Sean Farley)

Replying to jwing45@…:

The only difference between the new Macbook and the old Macbook, other than their ages, is that the new one has settings migrated from the old Mac, and the old one now has a fresh OS build with nothing on it (but MacPorts). But like I alluded to, I did a fresh build of Macports on the new Macbook (after removing it completely ala https://guide.macports.org/chunked/installing.macports.uninstalling.html) on both machines.

Right. But without someone else being able to reproduce, you will have difficulty getting this fixed. Can you try without the +gtk3 variant? This might be a duplicate of #30882.

comment:5 in reply to:  4 Changed 10 years ago by jwing45@…

Replying to sean@…:

Replying to jwing45@…:

The only difference between the new Macbook and the old Macbook, other than their ages, is that the new one has settings migrated from the old Mac, and the old one now has a fresh OS build with nothing on it (but MacPorts). But like I alluded to, I did a fresh build of Macports on the new Macbook (after removing it completely ala https://guide.macports.org/chunked/installing.macports.uninstalling.html) on both machines.

Right. But without someone else being able to reproduce, you will have difficulty getting this fixed. Can you try without the +gtk3 variant? This might be a duplicate of #30882.

OK - I just rebuilt the OS from scratch without any migration and it builds OK. Some setting somewhere was messed up by the migration. Thanks for your help!

comment:6 Changed 10 years ago by seanfarley (Sean Farley)

Resolution: worksforme
Status: newclosed

Great to hear!

Note: See TracTickets for help on using tickets.