Opened 12 years ago

Closed 12 years ago

#32432 closed defect (invalid)

unable to install py-gdata - dependency error

Reported by: rv@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: larryv (Lawrence Velázquez)
Port:

Description

I am trying to install the gdata api from google via macports.

mahost179:kksf rvaidhee$ port search gdata
libgdata @0.6.6 (gnome, net) libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services.
py-gdata @2.0.15 (python, devel) Google Data API Python Client Library
Found 2 ports.
mahost179:kksf rvaidhee$ sudo port install py-gdata
Password:

---> Computing dependencies for py-gdata

Error: Dependency 'py27-gdata' not found.
Error: Status 1 encountered during processing.

To report a bug, see <http://guide.macports.org/#project.tickets>
mahost179:kksf rvaidhee$ python -V
Python 2.7.1
mahost179:kksf rvaidhee$

Change History (5)

comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)

What happens if you try to install py27-gdata directly?

comment:2 Changed 12 years ago by larryv (Lawrence Velázquez)

Cc: larry.velazquez@… added

Cc Me!

comment:3 Changed 12 years ago by larryv (Lawrence Velázquez)

Also, have you run port selfupdate? When I search for “gdata”, I get more than 2 ports:

% port search gdata
libgdata @0.6.6 (gnome, net)
    libgdata is a GLib-based library for accessing online service APIs using the
    GData protocol --- most notably, Google's services.

py-gdata @2.0.15 (python, devel)
    Google Data API Python Client Library

py24-gdata @2.0.15 (python, devel)
    Google Data API Python Client Library

py25-gdata @2.0.15 (python, devel)
    Google Data API Python Client Library

py26-gdata @2.0.15 (python, devel)
    Google Data API Python Client Library

py27-gdata @2.0.15 (python, devel)
    Google Data API Python Client Library

Found 6 ports.

comment:4 Changed 12 years ago by rv@…

I thought I was fully up to date. Not sure why I didn't get the same number of hits as you the first time around. This is a brand new macbookpro which I self updated not too long ago. I did another self update just now,

mahost179:kksf rvaidhee$ sudo port selfupdate Password: ---> Updating MacPorts base sources using rsync MacPorts base version 2.0.3 installed, MacPorts base version 2.0.3 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version

The ports tree has been updated. To upgrade your installed ports, you should run

port upgrade outdated

mahost179:kksf rvaidhee$

And, now I get the list that you get…

mahost179:kksf rvaidhee$ port search gdata libgdata @0.6.6 (gnome, net)

libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services.

py-gdata @2.0.15 (python, devel)

Google Data API Python Client Library

py24-gdata @2.0.15 (python, devel)

Google Data API Python Client Library

py25-gdata @2.0.15 (python, devel)

Google Data API Python Client Library

py26-gdata @2.0.15 (python, devel)

Google Data API Python Client Library

py27-gdata @2.0.15 (python, devel)

Google Data API Python Client Library

Found 6 ports.

And I am able to do the port install… sorry about that! You can close it out as user error.

mahost179:kksf rvaidhee$ sudo port install py-gdata ---> Computing dependencies for py-gdata ---> Dependencies to be installed: py27-gdata py27-distribute python27 python_select ---> Fetching archive for python_select ---> Attempting to fetch python_select-0.3_1.darwin_11.noarch.tgz from http://packages.macports.org/python_select ---> Fetching python_select ---> Verifying checksum(s) for python_select ---> Extracting python_select ---> Configuring python_select ---> Building python_select ---> Staging python_select into destroot ---> Installing python_select @0.3_1 ---> Activating python_select @0.3_1 ---> Cleaning python_select ---> Fetching archive for python27 ---> Attempting to fetch python27-2.7.2_3.darwin_11.x86_64.tgz from http://packages.macports.org/python27 ---> Fetching python27 ---> Attempting to fetch Python-2.7.2.tar.bz2 from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python27 ---> Verifying checksum(s) for python27 ---> Extracting python27 ---> Applying patches to python27 ---> Configuring python27 ---> Building python27

comment:5 Changed 12 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.