View previous topic :: View next topic |
Author |
Message |
RIA77 Guru
Joined: 24 Feb 2016 Posts: 391
|
Posted: Mon Aug 05, 2024 1:53 pm Post subject: Problem with removing of clang |
|
|
Hello,
I have xfce x64 profile. After installing of clang, it deeply integrates into system. Therefore, I can't remove it.
Emerge --deselect clang won't work.
Code: | emerge --depclean -a intel_clc libclc clang compiler-rt clang-toolchain-symlinks compiler-rt clang-runtime --verbose
Calculating dependencies... done!
dev-libs/libclc-17.0.6 pulled in by:
dev-util/intel_clc-24.1.3 requires dev-libs/libclc
media-libs/mesa-24.1.3 requires dev-libs/libclc[spirv(-)]
dev-util/intel_clc-24.1.3 pulled in by:
media-libs/mesa-24.1.3 requires ~dev-util/intel_clc-24.1.3
sys-devel/clang-17.0.6 pulled in by:
dev-libs/libclc-17.0.6 requires sys-devel/clang:17
dev-util/intel_clc-24.1.3 requires sys-devel/clang:17
sys-devel/clang-common-17.0.6-r5 requires sys-devel/clang:*
sys-devel/clang-toolchain-symlinks-17 requires sys-devel/clang:17
sys-libs/compiler-rt-17.0.6 requires sys-devel/clang
sys-devel/clang-runtime-17.0.6 pulled in by:
sys-devel/clang-17.0.6 requires ~sys-devel/clang-runtime-17.0.6
sys-devel/clang-toolchain-symlinks-17 pulled in by:
sys-devel/clang-17.0.6 requires sys-devel/clang-toolchain-symlinks:17
sys-libs/compiler-rt-17.0.6 pulled in by:
sys-devel/clang-runtime-17.0.6 requires ~sys-libs/compiler-rt-17.0.6:17[abi_x86_32(+),abi_x86_64(+)]
>>> No packages selected for removal by depclean
|
I have been using gcc as main compiler. |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1711 Location: Germany
|
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2380
|
Posted: Mon Aug 05, 2024 2:18 pm Post subject: |
|
|
It's worth noting unhappy ending is the name of the user and there's nothing that indicates unhappy ending in the page.
Best Regards,
Georgi |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1900
|
Posted: Mon Aug 05, 2024 2:35 pm Post subject: |
|
|
Removal of clang is no longer possible with VIDEO_CARDS=intel without pulling a binpkg because both dev-libs/libclc and dev-util/intel_clc are required build dependencies on media-libs/mesa. |
|
Back to top |
|
|
|