From owner-freebsd-stable@FreeBSD.ORG Wed Apr 17 07:11:00 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ECE6A689 for ; Wed, 17 Apr 2013 07:11:00 +0000 (UTC) (envelope-from olavgg@gmail.com) Received: from mail-la0-x244.google.com (mail-la0-x244.google.com [IPv6:2a00:1450:4010:c03::244]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0A9FAC for ; Wed, 17 Apr 2013 07:11:00 +0000 (UTC) Received: by mail-la0-f68.google.com with SMTP id fk20so121963lab.11 for ; Wed, 17 Apr 2013 00:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=VpY/SpCK2b1NCRYc0u+UeDjDm+iUAoFWJ6U7vByigxw=; b=fIHl69eHKVY0RJ0+4thhZMKhMGn06DUSdqIlk2E1rmGkvNNVeiRcxfftFqJH6Fw3Ze frZkxGLBckEQT9qVlPYOoR28QoHCRgnDUOIijzltbNBKSYnS9Ailx0Wm4/5OFUWIuagZ YZ7FfbEGWckTQNX3mK1W4FLu8rQ/88ntgWb79VxKyGv9ASwI77ZlpWHXjtD/XDxotEr3 w03hCMeLJ9wC2kKe+yKCl2aKie/kC2v7HGHssFZ4gyyUCEqlORlnZiD+mMJ5baTXLHrS axgSpNs0nWCuGBbcxOuzT35f5DxaR+tsZaufVaGlyDfaLw4fBksLHfkWQeasTVq+bv5u Q6lg== MIME-Version: 1.0 X-Received: by 10.112.162.130 with SMTP id ya2mr2935476lbb.122.1366182659427; Wed, 17 Apr 2013 00:10:59 -0700 (PDT) Received: by 10.112.23.232 with HTTP; Wed, 17 Apr 2013 00:10:59 -0700 (PDT) Date: Wed, 17 Apr 2013 09:10:59 +0200 Message-ID: Subject: make buildkernel for GENERIC 9-STABLE just hangs, no error From: =?ISO-8859-1?Q?Olav_Gr=F8n=E5s_Gjerde?= To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 07:11:01 -0000 I have a weird problem while building the GENERIC 9-STABLE kernel. After around 5 minutes of compile time, the process just hangs on same place. No error. I've tried compiling different commits from this week with the same result. The part in the buildkernel process that hangs is this: MAKE=make sh /usr/src/sys/conf/newvers.sh GENERIC /usr/local/bin/svnversion cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror vers.c ctfconvert -L VERSION -g vers.o linking kernel.debug ctfmerge -L VERSION -g -o kernel.debug ............+ alot of *.o Any suggestions?