From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 19:06:36 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB07016A41F for ; Sat, 23 Jul 2005 19:06:36 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AE443D45 for ; Sat, 23 Jul 2005 19:06:36 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6NJ3j8E021671; Sat, 23 Jul 2005 13:03:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 23 Jul 2005 13:04:38 -0600 (MDT) Message-Id: <20050723.130438.81409618.imp@bsdimp.com> To: lehmann@ans-netz.de From: "M. Warner Losh" 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> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, dandee@volny.cz Subject: Re: -current kernel can't be complied for 3 days X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 19:06:36 -0000 In message: <20050722191337.269d965b.lehmann@ans-netz.de> Oliver Lehmann 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