From owner-freebsd-stable@FreeBSD.ORG Wed Apr 17 20:09:44 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 2227A4EA; Wed, 17 Apr 2013 20:09:44 +0000 (UTC) (envelope-from olavgg@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 782192E4; Wed, 17 Apr 2013 20:09:43 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id fs13so1112507lab.22 for ; Wed, 17 Apr 2013 13:09:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=khwsdwY2tg2Yn/11jj08IKFG+yLpUQmPPngv9p8FCwM=; b=ruieFYNX0zLwecufhpc/USDAirxo06EytMHi1Lg7jOG+pRS4ozI/0TLKi2pzLG3BQ8 4AboE3rkbZ4GOK8zAISCIaSRTOKcJ5G2ECBArl/XruronzLczW9mQFtmfgN0hmkm3Cac GGbjUjh7gCDfjOt7vW8wcEy41BypGuPIxXnIqay0j9r8rzd+b7XszHRFxuMqn3JdglvU bpR2YDpvMHdQZ3TBq5f3dLUkU7EL+au67BOHhyzjHHSdrk88OE2PTu35YrihC9L40FeW WCArXe4TBLGee6rzmYaBlem5FV+lqXPiJbotnqJR8LPny8xz6ILpKh/wwLxaNi24PEo1 FTVA== MIME-Version: 1.0 X-Received: by 10.152.120.40 with SMTP id kz8mr4262331lab.32.1366229382383; Wed, 17 Apr 2013 13:09:42 -0700 (PDT) Received: by 10.112.23.232 with HTTP; Wed, 17 Apr 2013 13:09:42 -0700 (PDT) In-Reply-To: <20130417191812.GA30231@lor.one-eyed-alien.net> References: <20130417181631.GA29166@lor.one-eyed-alien.net> <20130417191812.GA30231@lor.one-eyed-alien.net> Date: Wed, 17 Apr 2013 22:09:42 +0200 Message-ID: Subject: Re: make buildkernel for GENERIC 9-STABLE just hangs, no error From: =?ISO-8859-1?Q?Olav_Gr=F8n=E5s_Gjerde?= To: Brooks Davis Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Stable Mailing List 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 20:09:44 -0000 I will try to upgrade from both of those releases and come back to you with my results. Kind regards, Olav On Wed, Apr 17, 2013 at 9:18 PM, Brooks Davis wrote: > On Wed, Apr 17, 2013 at 08:57:22PM +0200, Olav Gr?n?s Gjerde wrote: > > It was(sorry) from around 12th June 2012. > > But I have another system with 8.2-RELEASE that I can upgrade to a commit > > around 12th June 2012 and then try directly to 9-STABLE(or 8.3 first?) if > > that would be helpful? > > It would be helpful if you could first try an upgrade from 8.2-RELEASE. > It would also be good to know if 8.3-RELEASE builds. If we've got a > transient issue in the 8.2-STABLE line, we can document it and move on. > If it persisted through 8.3-STABLE that's more of an issue. > > Thanks, > Brooks > > > > > > > On Wed, Apr 17, 2013 at 8:16 PM, Brooks Davis > wrote: > > > > > On Wed, Apr 17, 2013 at 09:10:59AM +0200, 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? > > > > > > In the DTrace commit message thread, you mentioned that you were > > > upgrading from an old 8-STABLE to 9 when you got the hang. Could you > > > quantify how old that 8-STABLE was/is? If it's pre-8.3 it would be > > > really helpful if you could upgrade to 8.3 and test that. If that > works > > > then I think a note in UPDATING would be sufficient as our historical > > > policy has been to support upgrading to release X.Y from > > > (X-1).. If it turns out that we need to upgrade to 8.4 we may > > > need to consider backing this out for a bit. > > > > > > -- Brooks > > > >