From owner-freebsd-stable@FreeBSD.ORG Wed Apr 17 15:51:36 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 35ACB29D for ; Wed, 17 Apr 2013 15:51:36 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id C8636199 for ; Wed, 17 Apr 2013 15:51:35 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id b57so682707eek.39 for ; Wed, 17 Apr 2013 08:51:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=6wqvYPv7P9tR1xZnLjohHMGcqhzKe3UCalPRM71+tMU=; b=mb/DxTXuTE21yhXBiskA7HQDsSJrBsgTeotIyOgxmh/Gaxsjr7FjTdYqLfjQXAzCO6 DtN1x9kaUVkqh/Ez+slvjG135sCDWwz3i4CuwGWXGLag5Or/keA6m0ii2NFtiN30/WQx D/R/GiaZMxVmQb5BpNrEvyd7kU7MjviRw1FC5DDuvrEtNVBbMSi45YzoqeDdpEctFhVM Y+AWVsvqvZrDOAlgbJkUuP28KRPZ1xBBOwGhAIN9y0/TWgwB5J6lVU7XaWwEAmoSGdxQ ATpsVY08+3LSOPIOvgZBYOHUq7XKkkvSxmC7MSY0KrsxZFNgWlpsokQKz3ozk7zqOwLU x2eA== X-Received: by 10.15.34.199 with SMTP id e47mr19519829eev.35.1366213894522; Wed, 17 Apr 2013 08:51:34 -0700 (PDT) Received: from ab_t510i.perfectworld.eu ([87.213.55.5]) by mx.google.com with ESMTPS id j44sm9883380eeu.10.2013.04.17.08.51.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Apr 2013 08:51:33 -0700 (PDT) Message-ID: <516EC503.8020100@gmail.com> Date: Wed, 17 Apr 2013 17:51:31 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: make buildkernel for GENERIC 9-STABLE just hangs, no error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 15:51:36 -0000 On 04/17/13 09:10, Olav Grønås Gjerde wrote: > 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? > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Ctrl-T (SIGINFO) might give you a hint where it's hanging. -- Andrei