Opened 2 years ago
Closed 2 years ago
#65849 closed defect (fixed)
a error of dependency cycle of llvm.*, clang-* when installing gcc7
Reported by: | jzuofm | Owned by: | catap (Kirill A. Korinsky) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | libtapi |
Description
Hello, when I tried to install gcc7 by MacPorts, it requires the dependences of llvm.*, clang-* and other stuffs. However, it showed up a error as
Error: The following dependencies were not installed because all of them have unmet dependencies (likely due to a dependency cycle): ld64 ld64-latest libtapi clang-14 clang-11 clang-9.0 llvm-11 llvm-14 libgcc9 libgcc10 libgcc11 libgcc libgcc12
How to solve this? I have upgraded the port to the newest 2.7.2 version and my OS is 10.12.6.
Thanks
Change History (2)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Cc: | jeremyhu added |
---|---|
Owner: | set to catap |
Port: | libtapi added |
Status: | new → assigned |
comment:2 Changed 2 years ago by catap (Kirill A. Korinsky)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yep, there's a cycle all right: libtapi -> clang-14 -> ld64 -> ld64-latest -> libtapi