Walter Dnes wrote:

>i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHELL   -I. 
>-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
>-march=i686 -fomit-frame-pointer -mmmx -pipe -DREADLINE_LIBRARY -c ./tilde.c
>rm -f xmalloc.o
>i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
>-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
>-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
>rm -f xmalloc.o <<<<<<< note this command
>rm -f libhistory.a
>ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o 
>savestring.o mbutil.o xmalloc.o
>ar: xmalloc.o: No such file or directory <<<<<<< Dohhhhh
>i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
>-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
>-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
>make[1]: *** [libhistory.a] Error 1
>  
>

What are your MAKEOPTS?  Based on the above, it looks like two make
threads tried to build libhistory.a, because xmalloc.o is removed and
compiled twice.  My guess is that, with only 128M of ram, you do _not_
want anything above -j1.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to