Results 1 to 3 of 3
Well here is how it goes, I'm trying to update my system but I keep running into this:
Code:
!!! All ebuilds that could satisfy "app-admin/eselect-compiler" have been masked.
!!! ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2005 #1Just Joined!
- Join Date
- Sep 2005
- Location
- Nowhere and Everywhere
- Posts
- 98
I'm having problems with a T/C (tool chain)update...
Well here is how it goes, I'm trying to update my system but I keep running into this:
I've tried unmasking "eselect-compiler" in /etc/portage/package.unmask, and /etc/portage/package.keywords, but I still can't get past this little speed bump. Any suggestions???Code:!!! All ebuilds that could satisfy "app-admin/eselect-compiler" have been masked. !!! One of the following masked packages is required to complete your request: - app-admin/eselect-compiler-2.0.0_beta5 (masked by: package.mask) # Jeremy Huddleston <eradicator@gentoo.org> (24 Sep 2005) # Still in development - app-admin/eselect-compiler-2.0.0_rc1-r1 (masked by: package.mask, package.mask) For more information, see MASKED PACKAGES section in the emerge man page or section 2.2 "Software Availability" in the Gentoo Handbook. !!! (dependency required by "sys-devel/gcc-3.4.4-r1" [ebuild]) !!! Problem with ebuild sys-apps/baselayout-1.11.13-r1 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed.
- 11-26-2005 #2Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
Try this...
Code:echo ">=app-admin/eselect-compiler-2.0.0_rc1-r1" >> /etc/portage/package.unmask
--Dachnaz [Fuzzy Llama]
- 11-26-2005 #3Just Joined!
- Join Date
- Sep 2005
- Location
- Nowhere and Everywhere
- Posts
- 98
Thanks Dachnaz, after I added ">=" to the beginning of that line portage asked me to add "app-admin/eselect" to package.unmask as well. After that is when I was finally able to get past these error's.
I'm wondering though, why do I need to compile the "eselect-compiler" in order to past an update when I'm already using "gcc-config"??


Reply With Quote
