#19194 closed defect (duplicate)
Gimp install fails (dependency problem?)
Reported by: | christer@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | png | Cc: | |
Port: | libtheora |
Description
Hi,
I tried to install gimp by:
$ sudo port install gimp
When it reached a package libtheora, it failed. It complained about some functions containing "png" so I guessed that libpng was missing. So I tried
$ sudo port install libpng
This worked fine. And then again:
$ sudo port install gimp
This time gimp installed successfully.
Maybe libtheora doesn't list libpng as a dependency, maybe it and other packages used by gimp does list it as a dep but fails to build it at the right time.
Thought you'd like to know.
BR
/Christer
Attachments (1)
Change History (3)
Changed 16 years ago by christer@…
comment:1 Changed 16 years ago by blb@…
Keywords: | png added |
---|---|
Port: | libtheora added |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Make sure your MacPorts install is up to date with
sudo port selfupdate
as that was fixed in r46895 (ticket #18509).