Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 17:51:31 +0200
From:      Andrei Brezan <andrei693@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: make buildkernel for GENERIC 9-STABLE just hangs, no error
Message-ID:  <516EC503.8020100@gmail.com>
In-Reply-To: <CALL7tK9H7%2Bu4oW=SPRLPuQPvUD32CQRG2RYmg%2BuoN0B6Lw2hEQ@mail.gmail.com>
References:  <CALL7tK9H7%2Bu4oW=SPRLPuQPvUD32CQRG2RYmg%2BuoN0B6Lw2hEQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?516EC503.8020100>