#15780 closed defect (wontfix)
cairo 1.6.4 depends on libpixman >= 0.10.0
Reported by: | wiml@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
Doing an install, building cairo failed because I already had libpixman 0.9.5_0 installed, and the cairo port only depends on libpixman (not on the version number). The actual cairo package requires 0.10.0 though:
checking for pixman... no configure: error: pixman >= 0.10.0 is required
Upgrading libpixman explicitly solved the problem.
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | ryandesign@… added |
---|
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | → Port Bugs |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Ports in MacPorts don't depend on specific versions of other libraries. There's no syntax for that. Ports only dependo n other ports.
libpixman should have shown up in "port outdated" and you should "port upgrade libpixman" first.
Note: See
TracTickets for help on using
tickets.
I don't think there's a lot we can do about this with the current dependency engine.