Ticket #13054 (closed defect: fixed)
incorrect dependents listed, require -f uninstall to fix
| Reported by: | william.allen.simpson@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts 1.9.0 |
| Component: | base | Version: | 1.5.2 |
| Keywords: | Cc: | vinc17@…, gale@…, ryandesign@…, hahn.seb@…, michael.paesold@… | |
| Port: |
Description
The problem (perhaps) can occur when an old dependency is gone (OTOH, perhaps the db is corrupt) -- either way, the data should be checked for validity.
port deps heimdal heimdal has no dependencies port dependents heimdal gnome-vfs depends on heimdal
But lo, that's not accurate:
port deps gnome-vfs
gnome-vfs has library dependencies on:
gnome-mime-data
gconf
howl
neon
dbus
openssl
libidl
dbus-glib
libxml2
libiconv
gettext
In this case, (presumably) gnome-vfs installed heimdal, but will no longer compile while hiemdal is installed (#12753, #12789).
The dependents should actively check whether they are still needed. It requires a forced removal:
sudo port -f uninstall heimdal Password: ---> Unable to uninstall heimdal 0.7.2_1, the following ports depend on it: ---> gnome-vfs Warning: Uninstall forced. Proceeding despite dependencies. ---> Uninstalling heimdal 0.7.2_1
Change History
Note: See
TracTickets for help on using
tickets.

