Changes between Initial Version and Version 1 of Ticket #33566


Ignore:
Timestamp:
Mar 9, 2012, 10:26:11 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:configure checking whether /usr/bin/python version >= 2.5... configure: error: too old

This is strange because Lion should have python >= 2.5. What does "/usr/bin/python --version" say?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33566

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords glib2 install removed
    • Property Summary changed from glib2 @2.30.2 + port install + failure to glib2: checking whether /usr/bin/python version >= 2.5... configure: error: too old
    • Property Port glib2 added; glib removed
  • Ticket #33566 – Description

    initial v1  
    11I have loaded Python 2.7 via macports 2.0.4, as well as py27-numpy and py27-scipy sucessfully (I think). When I try to install py27-matplotlib 1.1.0 most dependencies load until things get to glib2 where the install fails. I have search the web and past tickets for a solution. I have tried the few suggestions I have found without success. I have a macbook, lion 10.7.3, xcode 4.2.
     2
    23The solution (ticket #32263) below does not work:
     4
     5{{{
    36sudo port clean glib2
    47sudo port selfupdate
    58sudo port install glib2
     9}}}