Robert Schweikert wrote:
I am trying to update my gentoo distribution that I am running on my laptop. When emerge is running the build for X.org gcc blows up with an internal compiler error. I am assuming at this point that there is a memory issue, i.e. not enough horsepower on the laptop. However, when I change to the working directory and then run make and make install everything works just fine, i.e. the compiler only blows up when run from emerge.I'd say that's it's either a CFLAGS or memory issue, in which case with the memory one, I'd guess that portage just takes a little bit of extra memory that makes it too much. Increasing the swap size would help if it's a memory issue. My question is now, how do I tell portage that the package in question is already installed and to move on to the next package to be upgraded?look at "man emerge": --inject (-i)So you would run "emerge --inject x11-base/xorg-x11" except when I try a --pretend of that it says: *** --inject has been deprecated.So you would add the line "/x11-base/xorg-x11" (except with the version number as well) to the file "/etc/portage/profile/package.provided" (create it if it does'nt already exist) Alex Schultz |
- Re: [gentoo-user] weird compile problem Ian K
- Re: [gentoo-user] weird compile problem Iain Buchanan
- Alex Schultz
