Opened 12 years ago
Closed 12 years ago
#38003 closed defect (fixed)
gdk-pixbuf2 @2.26.5_4 depends on itself
Reported by: | mndavidoff (Monte Davidoff) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | gdk-pixbuf2 |
Description
Installing gdk-pixbuf2 @2.26.5_4 fails because it depends on itself via libopenraw.
$ sudo port -vs install gdk-pixbuf2 ---> Computing dependencies for gdk-pixbuf2... ---> Dependencies to be installed: libopenraw gdk-pixbuf2 Error: The following dependencies were not installed: libopenraw gdk-pixbuf2 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gdk-pixbuf2 failed
$ port rdeps gdk-pixbuf2 The following ports are dependencies of gdk-pixbuf2 @2.26.5_4+x11: ... libopenraw ... gdk-pixbuf2 ...
The problem seems to have been introduced in r102858.
Change History (4)
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to devans@… |
---|
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Priority: | Normal → High |
---|
comment:3 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
I noticed the missing dep when doing an activate of gdk-pixbuf2. In the activation phase, there was a dyld error from libopenraw -> jpeg.
comment:4 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Removed in r102870 since grepping through the project doesn't show any real dependency... the problem was that 'gdk-pixbuf-query-loaders --update-cache' was failing because of libopenraw, *but* that would be fixed on its own when libopenraw eventually activates once it is rebuilt.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainer(s).