on my gentoo system I have several versions of gcc installed:
4.7.3
4.8.1-r1
4.9.2
6.3.0
I'd like to get rid of maybe 4.7 and 4.8 - but when I try to uninstall those using paludis, I get a conflict, no matter which version I choose.
Code: Select all
I cannot proceed without being permitted to do the following:
X dev-db/mysql 5.6.36:0::installed
Will be broken by uninstalls:
Reasons: dependent upon sys-devel/gcc-4.7.3:4.7.4::installed (DEPEND)
Cannot proceed without: --uninstalls-may-break or --remove-if-dependent
X sys-apps/paludis 2.6.0:0::installed
Will be broken by uninstalls:
Reasons: dependent upon sys-devel/gcc-4.7.3:4.7.4::installed (DEPEND)
Cannot proceed without: --uninstalls-may-break or --remove-if-dependent
X sys-libs/glibc 2.17:2.2::installed
Will be broken by uninstalls:
Reasons: dependent upon sys-devel/gcc-4.7.3:4.7.4::installed (DEPEND)
Cannot proceed without: --uninstalls-may-break or --remove-if-dependent
To my understanding, I already switched to the latest gcc
Code: Select all
webserver ~ # gcc --version
gcc (Gentoo 6.3.0 p1.0) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
Thanks!
Tom



