[MacPorts] #44815: "port uninstall --follow-dependencies" no longer follows all dependencies
MacPorts
noreply at macports.org
Tue Jan 20 21:20:19 PST 2015
#44815: "port uninstall --follow-dependencies" no longer follows all dependencies
-----------------------+--------------------------------
Reporter: larryv@… | Owner: shasha@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.3.99
Resolution: | Keywords: gsoc14-interactive
Port: |
-----------------------+--------------------------------
Comment (by larryv@…):
Looks good:
{{{
% port installed leaves
None of the specified ports are installed.
% sudo port install py33-flask
---> Computing dependencies for py33-flask
The following dependencies will be installed:
py33-itsdangerous
py33-jinja2
py33-markupsafe
py33-setuptools
py33-werkzeug
Continue? [Y/n]: Y
---> Fetching distfiles for py33-setuptools
}}}
{{{
---------->8----------
}}}
{{{
---> Activating py33-flask @0.10.1_1
---> Cleaning py33-flask
---> Updating database of binaries
---> Scanning binaries for linking errors
---> No broken files found.
% port installed leaves
None of the specified ports are installed.
% sudo port uninstall --follow-dependencies py33-flask
---> Deactivating py33-flask @0.10.1_1
---> Cleaning py33-flask
---> Uninstalling py33-flask @0.10.1_1
The following dependencies will be uninstalled:
py33-itsdangerous @0.24_0
py33-jinja2 @2.7.3_0
py33-werkzeug @0.9.6_0
py33-setuptools @12.0.3_0
py33-markupsafe @0.23_0
Continuing in 07 s. Press Ctrl-C to exit:
---> Deactivating py33-itsdangerous @0.24_0
---> Cleaning py33-itsdangerous
---> Uninstalling py33-itsdangerous @0.24_0
---> Cleaning py33-itsdangerous
---> Deactivating py33-jinja2 @2.7.3_0
---> Cleaning py33-jinja2
---> Uninstalling py33-jinja2 @2.7.3_0
---> Cleaning py33-jinja2
---> Deactivating py33-werkzeug @0.9.6_0
---> Cleaning py33-werkzeug
---> Uninstalling py33-werkzeug @0.9.6_0
---> Cleaning py33-werkzeug
---> Deactivating py33-setuptools @12.0.3_0
---> Cleaning py33-setuptools
---> Uninstalling py33-setuptools @12.0.3_0
---> Cleaning py33-setuptools
---> Deactivating py33-markupsafe @0.23_0
---> Cleaning py33-markupsafe
---> Uninstalling py33-markupsafe @0.23_0
---> Cleaning py33-markupsafe
---> Cleaning py33-flask
% port installed leaves
None of the specified ports are installed.
%
}}}
--
Ticket URL: <https://trac.macports.org/ticket/44815#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list