From owner-freebsd-current@FreeBSD.ORG Fri Jul 23 22:28:17 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4716E106566C; Fri, 23 Jul 2010 22:28:17 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D681D8FC14; Fri, 23 Jul 2010 22:28:16 +0000 (UTC) Received: by qyk32 with SMTP id 32so607054qyk.13 for ; Fri, 23 Jul 2010 15:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2RLqxjCvi5nvWBGD3LdQ2kSfb7Ab7JIZNfikr6jl30k=; b=o4hDUDGYQvO65BnJ5ned4u4lk9GJEn3b872fKN0mggw/CxBwZRPuVhmhYK938XIJMD MHSMG9n2mo75nc9RMmJ5C0JLubZ5OtEk+YxEX5z1Eb/YySVfhf1etWFek2Mz4kgh0Oyo KHjM1kYy9mlwJfuFSqY/ypxyvD5SXBTerI/R8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QoiirQFmJjEs+q1J6O0LgIRuQfYNsZph1GR7xoT+rvM45ZL9aAoH3FjbLcAfu1h/Rd Moge1YTbbSD/xLfkVnClyzcJeki1hLy6kzyBQbpJ3+00MghV1yLcRG0jeeJ7YOBAkaF2 //WhiFdKmImfpZ28MC2n2t6vivgv/K/HAVQPY= MIME-Version: 1.0 Received: by 10.224.79.104 with SMTP id o40mr3170265qak.41.1279924095955; Fri, 23 Jul 2010 15:28:15 -0700 (PDT) Received: by 10.229.41.204 with HTTP; Fri, 23 Jul 2010 15:28:15 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Jul 2010 15:28:15 -0700 Message-ID: From: Navdeep Parhar To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Can't compile today's kernel: sys/cam/cam.c + CTF 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: Fri, 23 Jul 2010 22:28:17 -0000 On Fri, Jul 23, 2010 at 3:22 PM, Doug Barton wrote: > I'm getting this with r210435. World built fine: > > cc -c -x assembler-with-cpp -DLOCORE -O -pipe =A0-std=3Dc99 -g -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es > -Wpointer-arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign > -fformat-extensions -nostdinc =A0-I. -I/usr/local/src/sys > -I/usr/local/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-common -finline-limit=3D8000 --param > inline-unit-growth=3D100 --param large-function-growth=3D1000 > =A0-mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3= dnow > -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror > /usr/local/src/sys/i386/i386/locore.s > cc -c -O -pipe =A0-std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes =A0-Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual =A0-Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I= . > -I/usr/local/src/sys -I/usr/local/src/sys/contrib/altq -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 =A0-mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -fstack-protector -Werror > /usr/local/src/sys/cam/cam.c > *** Signal 11 > > Removing makeoptions =A0 =A0 WITH_CTF=3Dyes does the trick. I ran into this earlier today. ctfconvert would dump core during buildkern= el. Please try r210438 Regards, Navdeep