[MacPorts] #41541: py33-logilab-common installation failure

MacPorts noreply at macports.org
Tue Nov 26 05:47:40 PST 2013


#41541: py33-logilab-common installation failure
----------------------------------+-------------------
  Reporter:  benoit.rivet@…       |      Owner:  dh@…
      Type:  defect               |     Status:  new
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.2.1
Resolution:                       |   Keywords:
      Port:  py33-logilab-common  |
----------------------------------+-------------------

Comment (by benoit.rivet@…):

 Quick fix : py33-logilab-common compiles fine after choosing python33 as
 the default python environment, via :

 {{{
 sudo port select --set python python33
 }}}

 It should be useful to indicate that setting the default python in
 MacPorts should be required before installing py33-logilab-common (and any
 port depending on py33-logilab-common).

 I was installing from scratch py33-spyder-devel (which meant quite a lot
 of ports to install), and the installation went smoothly except for some
 dependencies : iirc, py33-logilab-common depends on bison; which was
 listed as one of the many ports to install but which wasn't installed
 before py33-logilab-common. Installing manually the required dependencies
 (as found when reading the main.log file) before trying again to install
 py33-spyder-devel seemed a good fix... But in the end, I still could not
 install py33-spyder-devel, since it required three ports:

 {{{
 py33-pylint, py33-astroid and py33-logilab-common
 }}}

 who depend upon py33-logilab-common; and who won't build until python33 is
 set as the default python on the system. Before that, {{{which python}}}
 gave :

 {{{
 /usr/bin/python
 }}}

 i.e python 2.5.1 as installed on Mac OS X.5 PPC.

-- 
Ticket URL: <https://trac.macports.org/ticket/41541#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list