-current kernel can't be complied for 3 days

M. Warner Losh imp at bsdimp.com
Sat Jul 23 19:06:36 GMT 2005


In message: <20050722191337.269d965b.lehmann at ans-netz.de>
            Oliver Lehmann <lehmann at 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


More information about the freebsd-current mailing list