Opened 14 years ago
Closed 14 years ago
#25179 closed defect (invalid)
Some ports incorrectly show no dependents
Reported by: | swebster@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.8.99 |
Keywords: | Cc: | ||
Port: |
Description
This is for MacPorts version 1.9.0-rc2.
I set my requested ports and ran the command "port list leaves". This came up with a longer list than I expected. I investigated and it quickly became clear that something odd was up. The list contains many packages which are dependents of my requested ports. For example, automake is required by ImageMagick. However:
[/Users/swebster@swmb]$ port dependents automake automake has no dependents.
and another example:
[/Users/swebster@swmb]$ port dependents gnome-common gnome-common has no dependents.
but gnome-common is required by gimp.
[/Users/swebster@swmb]$ port list requested gimp @2.6.7 graphics/gimp git-core @1.7.1 devel/git-core gri @2.12.18 science/gri gwyddion @2.19 science/gwyddion ImageMagick @6.6.2-0 graphics/ImageMagick wine-devel @1.2-rc2 x11/wine-devel
Change History (2)
comment:1 Changed 14 years ago by swebster@…
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
These are build-time dependencies and are thus not needed by the port after it is installed.
Note: See
TracTickets for help on using
tickets.
The problem persists in the released 1.9.0, but I don't think I can update the description or version.