Opened 2 years ago
Closed 2 years ago
#65185 closed defect (worksforme)
port -N -p uninstall leaves breaks some thing
Reported by: | jpmelko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | |
Keywords: | Cc: | ||
Port: |
Description
On Catalina After some uninstall leaves, "upgrade requested" redo the job
Bacchus:distfiles root# port -N -p upgrade requested ---> Computing dependencies for cmake ---> Fetching archive for cmake ---> Attempting to fetch cmake-3.22.4_0.darwin_19.x86_64.tbz2 from https://packages.macports.org/cmake ---> Attempting to fetch cmake-3.22.4_0.darwin_19.x86_64.tbz2.rmd160 from https://packages.macports.org/cmake ... ---> Cleaning doxygen ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. Bacchus:distfiles root# port -N -p upgrade requested ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. Bacchus:distfiles root# port -N -p uninstall leaves ---> Deactivating bison @3.8.2_2 ---> Cleaning bison ---> Uninstalling bison @3.8.2_2 ---> Cleaning bison ---> Deactivating cmake @3.22.4_0 ---> Cleaning cmake ---> Uninstalling cmake @3.22.4_0 ---> Cleaning cmake ---> Deactivating doxygen @1.9.3_1 ---> Cleaning doxygen ---> Uninstalling doxygen @1.9.3_1 ---> Cleaning doxygen ---> Deactivating flex @2.6.4_0 ---> Cleaning flex ---> Uninstalling flex @2.6.4_0 ---> Cleaning flex Bacchus:distfiles root# port -N -p uninstall leaves ---> Deactivating bison-runtime @3.8.2_0 ---> Cleaning bison-runtime ---> Uninstalling bison-runtime @3.8.2_0 ---> Cleaning bison-runtime ---> Deactivating libarchive @3.6.1_0 ---> Cleaning libarchive ---> Uninstalling libarchive @3.6.1_0 ---> Cleaning libarchive ---> Deactivating libcxx @5.0.1_4 ---> Cleaning libcxx ---> Uninstalling libcxx @5.0.1_4 ---> Cleaning libcxx ---> Deactivating libuv @1.44.1_0 ---> Cleaning libuv ---> Uninstalling libuv @1.44.1_0 ---> Cleaning libuv ---> Deactivating m4 @1.4.19_1 ---> Cleaning m4 ---> Uninstalling m4 @1.4.19_1 ---> Cleaning m4 Bacchus:distfiles root# port -N -p uninstall leaves ---> Deactivating libb2 @0.98.1_1 ---> Cleaning libb2 ---> Uninstalling libb2 @0.98.1_1 ---> Cleaning libb2 Bacchus:distfiles root# port -N -p uninstall leaves Error: No ports matched the given expression Bacchus:distfiles root# port -N -p upgrade requested ---> Fetching archive for libcxx ---> Attempting to fetch libcxx-5.0.1_4.darwin_19.noarch.tbz2 from https://packages.macports.org/libcxx ---> Attempting to fetch libcxx-5.0.1_4.darwin_19.noarch.tbz2.rmd160 from https://packages.macports.org/libcxx ---> Installing libcxx @5.0.1_4 ---> Activating libcxx @5.0.1_4 ---> Cleaning libcxx ---> Fetching archive for libb2 ---> Attempting to fetch libb2-0.98.1_1.darwin_19.x86_64.tbz2 from https://packages.macports.org/libb2 ---> Attempting to fetch libb2-0.98.1_1.darwin_19.x86_64.tbz2.rmd160 from https://packages.macports.org/libb2 ---> Installing libb2 @0.98.1_1 ... ---> Scanning binaries for linking errors ---> No broken files found. ---> No broken ports found. Bacchus:distfiles root#
Change History (6)
comment:1 Changed 2 years ago by jpmelko
Summary: | port -N -p uninstall leaves break some thing → port -N -p uninstall leaves breaks some thing |
---|
comment:2 Changed 2 years ago by jpmelko
Cc: | jpmelko added |
---|
comment:3 Changed 2 years ago by jpmelko
Cc: | jpmelko removed |
---|
comment:4 Changed 2 years ago by jpmelko
comment:5 follow-up: 6 Changed 2 years ago by jpmelko
I have reinstalled all from scratch
rm -rm /opt/local
etc ..
all works fine
Please close the ticket
comment:6 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Replying to jpmelko:
I have reinstalled all from scratch
all works fine
Please close the ticket
Great, glad the issue is resolved!
Note: See
TracTickets for help on using
tickets.
port reclaim seems to do the same thing