On Sat, Oct 11, 2003 at 05:02:16PM -0700, Andrew Farmer wrote:
> On Fri, 10 Oct 2003 18:48:21 -0700, spiff.devotion muttered:
> > I've been having a problem with glibc not installing any locales for a
> > longer period of time now. It all started when glibc was upgraded from
> > 2.3.1-r4 to 2.3.2-r1. I've tried emerging glibc a few times to no avail.
> > Last time I emerged I noticed that iconvconfig dies on execution
> > (whatever relevance this might have.) The last few lines of an strace
> > shows this:
> > 
> > gettimeofday({1065835459, 393102}, NULL) = 0
> > getpid()                                = 3741
> > open("/usr/lib/gconv/gconv-modules.cache.S2AjmY", O_RDWR|O_CREAT|O_EXCL,
> > 0600) = 3
> > brk(0)                                  = 0x8081000
> > brk(0x8084000)                          = 0x8084000
> > brk(0)                                  = 0x8084000
> > brk(0x8085000)                          = 0x8085000
> > +++ killed by SIGKILL +++
> 
> Looks like you're getting bitten by the OOM killer: your system's probably
> running out of memory if processes are dying at brk(). Make sure you have
> virtual memory turned on.
> 
> -- 
> Andrew Farmer
> [EMAIL PROTECTED]

Thanks for the pointer. However, 'free' gives this output:

             total       used       free     shared    buffers     cached
Mem:         62372      61568        804          0      22588      17148
-/+ buffers/cache:      21832      40540
Swap:       129016       6636     122380

which leads me to suspect that memory is not the problem in this case. (Unless 
iconvconfig allocates huge amounts of memory.)

Is it possible that building with compiler flags other than those specified in the 
ebuild could affect my build negatively, making these problems appear?

Thanks again.
             
Henrik.      
             

--
[EMAIL PROTECTED] mailing list

Reply via email to