View previous topic :: View next topic |
Author |
Message |
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Sat May 25, 2002 5:03 pm Post subject: Getting past package.mask |
|
|
I am trying to install gcc >= 1.0.4-r6 to instal oo 1.0. All ebuilds higher than that are blocked by package.mask. How do i get past this and most importantly is it smart. Should i unblock the highest ebuild available or the lovest needed to meet sys requirements for oo? |
|
Back to top |
|
|
niyogi Apprentice
Joined: 10 Apr 2002 Posts: 199 Location: Austin, TX
|
Posted: Sat May 25, 2002 6:00 pm Post subject: |
|
|
go into package.mask in /usr/portage/profiles using
Code: | nano /usr/portage/profiles/package.mask |
comment out the line with the package you want to make available save the file and try again. (had to do this for gnome 2 beta 5)
-S[/code] |
|
Back to top |
|
|
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Sat May 25, 2002 6:32 pm Post subject: |
|
|
Thx. I'll do that. What i'm worried about is is it safe to do w/ an app as important as gcc?
EDIT: I can't get it to work. I commented out every reference to gcc (even old ones) but it still doesn't work. THere isn't even a reference to gcc-3.1-r2 in package.mask. |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Sat May 25, 2002 8:17 pm Post subject: |
|
|
Are you trying to use gcc 3.1? First, you have to use a different /etc/make.profile. Second, I wouldn't recommend using gcc 3.1 at this time. There are some, umm, "issues" with autoconf-2.53a, and other stuff, https://forums.gentoo.org/viewtopic.php?t=3122
If you want to, update you /etc/make.profile symlink to point to /usr/portage/profiles/default-1.0-gcc3.
Code: | rm /etc/make.profile
ln -sf /usr/portage/profiles/default-1.0-gcc3 /etc/make.profile |
Oh yeah, and if it isn't something as big as your compiler that you want to change, try just using: Code: | ebuild /usr/portage/category/app/ebuild-ver.ebuild merge |
_________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't.
Last edited by Nitro on Sun May 26, 2002 4:59 am; edited 1 time in total |
|
Back to top |
|
|
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Sun May 26, 2002 2:26 am Post subject: |
|
|
Is gcc 3.0.6 ok? or should i dl the oo binaries? |
|
Back to top |
|
|
TheWart Guru
Joined: 10 May 2002 Posts: 432 Location: Nashville,TN - USA
|
Posted: Sun May 26, 2002 3:53 am Post subject: |
|
|
IMO, I would just hold off on GCC 3x until Gentoo 1.2 (which I believe uses it, if not 1.3 then) _________________ Face it, we are all noobs.
On the box it said it was designed for Win XP or better, so why won't it work with Linux? |
|
Back to top |
|
|
|