On 2012-12-24, Teodor Spæren wrote:

> Hello!
>
> I am trying to install gentoo on an old armada m700. The specs that I
> think is relevant for this problem is the clocking speed of the cpu
> and the ram. It got 223mhz of clocking speed and 116mb ram. I have
> added 512mb of swap since I knew the ram was going to be a problem.
>
> The command I issue is: "emerge gentoo-sources" and the output of the
> command is this: http://bpaste.net/raw/66293/
>
> The only thing I can really read from the error message is that it
> runs out of ram. This surprises me because all it is really doing is
> moving the kernel sources into place? I asked around in #gentoo on
> irc.freenode.net and someone adviced me to turn of "MAKEOPTS="-j2" and
> "-pipe", but this doesn't fix it.

No surprise here, from what I can see, what's happening is that *emerge*
is running out of memory, it's not a compilation, so -pipe or MAKEOPTS
won't make any difference here. Are you, by any chance, running anything
else on the machine, or maybe you forgot to enable the swap? 

Even then, unless emerge has changed a lot in the last few years, I
doubt you need that much memory to have emerge copy files to /. But
check the output of "free -m" or something like that to check whether 1)
there's something else using a lot of memory and 2) the swap is
effectiely enabled.

> The possible work around I have thought of is just getting the vanilla
> kernel from kernel.org, but the gentoo wiki advise against it, since
> gentoo-sources is a patched kernel.

You can install the vanilla kernel, I think you can even use emerge for
that, but I also think your problem here is with emerge running out of
memory, not gentoo-sources being incompatible. I'd try to fix whatever
the emerge issue is as it will probably prevent you from installing
other packages, and that is effectively a major issue when you want to
use the system.


> This is my first post to a mailing list, so I hope it is not to bad!
> :D
>
> With best regards,
>    - TheRedMood                                         

-- 
Nuno Silva (aka njsg)
http://njsg.sdf-eu.org/


Reply via email to