View previous topic :: View next topic |
Author |
Message |
binary_runner n00b
Joined: 26 Oct 2003 Posts: 64
|
Posted: Sun Feb 08, 2004 11:08 am Post subject: emereg fluxbox exhausts memory |
|
|
When I run "emerge fluxbox" I get lot of lines Translation.m:X: invalid line", where X si number. This takes some time and exhausts memory.
The line above this lines says: make[3]: Entering directory `/var/tmp/portage/fluxbox-0.9.8/work/fluxbox-0.9.8/nls/es_ES'. |
|
Back to top |
|
|
meowsqueak Veteran
Joined: 26 Aug 2003 Posts: 1549 Location: New Zealand
|
Posted: Sun Feb 08, 2004 9:41 pm Post subject: |
|
|
Are you saying you actually run out of memory and the process stops? Those warnings are 'intentional' and usually you can ignore them. Try using the -nls flag if you aren't already:
Code: | # USE="-nls" emerge fluxbox |
|
|
Back to top |
|
|
binary_runner n00b
Joined: 26 Oct 2003 Posts: 64
|
Posted: Mon Feb 09, 2004 8:28 am Post subject: |
|
|
Yes, tha'ts what I'm say, running hte command causes consumption af all available memory and if not stopped by user it's killed by system with msg : "memory exhausted". It's strange and annoying. I don't know what causes the problem, I'll try to check which process allocates it a I'll also tru the "-nls" USE flag an report back. |
|
Back to top |
|
|
binary_runner n00b
Joined: 26 Oct 2003 Posts: 64
|
Posted: Wed Feb 11, 2004 10:22 am Post subject: |
|
|
The "USE=-nls" worked, thank you. |
|
Back to top |
|
|
|