Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 13:04:38 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        lehmann@ans-netz.de
Cc:        freebsd-current@freebsd.org, dandee@volny.cz
Subject:   Re: -current kernel can't be complied for 3 days
Message-ID:  <20050723.130438.81409618.imp@bsdimp.com>
In-Reply-To: <20050722191337.269d965b.lehmann@ans-netz.de>
References:  <200507200149.52721.max@love2party.net> <20050720114331.868A64E704@pipa.profix.cz> <20050722191337.269d965b.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20050722191337.269d965b.lehmann@ans-netz.de>
            Oliver Lehmann <lehmann@ans-netz.de> writes:
: Daniel Dvorak wrote:
: 
: > Yes, I can confirm this bug, when one use make buildworld with -jN.
: > If you build the code without -jN, it is all right.
: 
: I've -j[2-9][0-9]* buildworld problems too. Tried it twice, once with
: -j16, once with -j4 - and everytime it fails on different locations.
: 
: -c /usr/src/lib/libc/i386/string/strrchr.S -o strrchr.So
: cc: Internal error: Abort trap (program cc1)
: Please submit a full bug report.
: 
: Is the last copy&paste output I have

Chances are you are running out of memory.  Can you try the build w/o
-jN?  Large values of N can easily run a body out of swap space,
yeilding a build failure when the tree is perfectly fine.

Persoanally, I never do a -j larger then 4 or 8.  top shows that the
system that I have is giant bound when I do, so why add more people to
the list of Giant waiters?

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050723.130438.81409618.imp>