Opened 11 years ago

Closed 11 years ago

#37698 closed defect (invalid)

dependencies missed in gimp2 and qgis

Reported by: spisni@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: gimp2, qgis, py27-sip, py27-pygtk Cc:
Port: qgis, gimp

Description

during install qgis, the port don't find py27-sip and it cannot be installed. Similar happend with gimp2, this time it doesn't find py27-pygtk.

Change History (3)

comment:1 in reply to:  description ; Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to spisni@…:

during install qgis, the port don't find py27-sip and it cannot be installed.

qgis already declares a dependency on py27-pyqt4 which declares a dependency on py27-sip:

$ port deps qgis
Full Name: qgis @1.8.0_0+postgis2+postgresql91+python27
Build Dependencies:   cmake, pkgconfig, bison, ld64, py27-sip
Library Dependencies: qt4-mac, libiconv, expat, openssl, proj, geos, gdal, sqlite3, gsl, qwt52, fcgi, spatialindex, py27-pyqt4, postgresql91, postgis2
Runtime Dependencies: py27-psycopg2, py27-spatialite
$ port deps py27-pyqt4
Full Name: py27-pyqt4 @4.9.6_1
Build Dependencies:   pkgconfig
Library Dependencies: python27, py27-sip, qt4-mac
$

So the dependencies should already be installed. What problem are you experiencing? Please attach a log file showing the problem.

Similar happend with gimp2, this time it doesn't find py27-pygtk.

One problem per ticket please. But so far, same answer here: gimp2 already declares a dependency on py27-pygtk:

$ port deps gimp2
Full Name: gimp2 @2.8.2_4+help_browser+python27
Build Dependencies:   pkgconfig, intltool
Library Dependencies: iso-codes, gegl, gtk2, libffi, libmng, libexif, aalib, poppler, libgnomeui, curl, libwmf, lcms, xorg-libXmu, xpm, py27-pygtk, webkit-gtk, icu
Runtime Dependencies: gimp-help-en
$ 

Attach a log file if something's not working.

comment:2 in reply to:  1 Changed 11 years ago by spisni@…

Replying to ryandesign@…:

Replying to spisni@…:

during install qgis, the port don't find py27-sip and it cannot be installed.

qgis already declares a dependency on py27-pyqt4 which declares a dependency on py27-sip:

$ port deps qgis
Full Name: qgis @1.8.0_0+postgis2+postgresql91+python27
Build Dependencies:   cmake, pkgconfig, bison, ld64, py27-sip
Library Dependencies: qt4-mac, libiconv, expat, openssl, proj, geos, gdal, sqlite3, gsl, qwt52, fcgi, spatialindex, py27-pyqt4, postgresql91, postgis2
Runtime Dependencies: py27-psycopg2, py27-spatialite
$ port deps py27-pyqt4
Full Name: py27-pyqt4 @4.9.6_1
Build Dependencies:   pkgconfig
Library Dependencies: python27, py27-sip, qt4-mac
$

So the dependencies should already be installed. What problem are you experiencing? Please attach a log file showing the problem.

Similar happend with gimp2, this time it doesn't find py27-pygtk.

One problem per ticket please. But so far, same answer here: gimp2 already declares a dependency on py27-pygtk:

$ port deps gimp2
Full Name: gimp2 @2.8.2_4+help_browser+python27
Build Dependencies:   pkgconfig, intltool
Library Dependencies: iso-codes, gegl, gtk2, libffi, libmng, libexif, aalib, poppler, libgnomeui, curl, libwmf, lcms, xorg-libXmu, xpm, py27-pygtk, webkit-gtk, icu
Runtime Dependencies: gimp-help-en
$ 

Attach a log file if something's not working.

I attach the terminal output:

sudo port install qgis Password: ---> Computing dependencies for qgis Error: Dependency 'py27-sip' not found. To report a bug, follow the instructions in the guide:

http://guide.macports.org/#project.tickets

Error: Processing of port qgis failed

When I search py27-sip, the output is: port search py27-sip No match for py27-sip found

Same errors happen also for gimp2... sorry for the the two problems in one ticket

comment:3 Changed 11 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

That means py27-sip is not in your PortIndex. You probably need to selfupdate. If you still need help, ask on the macports-users list.

Note: See TracTickets for help on using tickets.