100% Linking error while installing or upgrading anything
Reported by: |
hidimba.rabbit@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
2.1.1
|
Keywords:
|
|
Cc:
|
|
Port:
|
|
|
|
sudo port install tsocks
---> Cleaning tsocks
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
sudo port install gcc44 gcc_select
---> Computing dependencies for gcc44
---> Dependencies to be installed: gmp mpfr
---> Fetching archive for gmp
---> Attempting to fetch gmp-5.0.4_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/gmp
---> Attempting to fetch gmp-5.0.4_1.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/gmp
---> Installing gmp @5.0.4_1
---> Activating gmp @5.0.4_1
---> Cleaning gmp
---> Fetching archive for mpfr
---> Attempting to fetch mpfr-3.1.0-p3_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/mpfr
---> Attempting to fetch mpfr-3.1.0-p3_1.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/mpfr
---> Installing mpfr @3.1.0-p3_1
---> Activating mpfr @3.1.0-p3_1
---> Cleaning mpfr
---> Fetching archive for gcc44
---> Attempting to fetch gcc44-4.4.7_1.darwin_11.x86_64.tbz2 from http://packages.macports.org/gcc44
---> Attempting to fetch gcc44-4.4.7_1.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/gcc44
---> Installing gcc44 @4.4.7_1
---> Activating gcc44 @4.4.7_1
---> Cleaning gcc44
---> Cleaning gcc_select
---> Updating database of binaries: 100.0%
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
Please do not set priority to high, as this is reserved for MacPorts developers.
What you're describing is not an error. It's just progress output of rev-upgrade, a feature scanning MacPorts-installed binaries and libraries for dynamic linking problems. In your case, the last line
---> No broken files found
signals everything is alright with your MacPorts installation.