From owner-freebsd-stable@FreeBSD.ORG Wed Apr 17 17:42:58 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 5FECBAA5; Wed, 17 Apr 2013 17:42:58 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 2336C8D0; Wed, 17 Apr 2013 17:42:58 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::dc79:2881:589:7d77] (unknown [IPv6:2001:7b8:3a7:0:dc79:2881:589:7d77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 6743D5C45; Wed, 17 Apr 2013 19:42:57 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf) From: Dimitry Andric In-Reply-To: <516EC2A0.6090102@FreeBSD.org> Date: Wed, 17 Apr 2013 19:42:43 +0200 Content-Transfer-Encoding: 7bit Message-Id: <13CE3D12-75A7-46A9-920A-F12753E8CF7A@andric.com> References: <201304161609.r3GG9SID009937@svn.freebsd.org> <20130417082956.GA98554@icarus.home.lan> <516EC2A0.6090102@FreeBSD.org> To: Pedro Giffuni X-Mailer: Apple Mail (2.1503) Cc: Jeremy Chadwick , freebsd-stable@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, svn-src-stable-9@freebsd.org, =?iso-8859-1?Q?Olav_Gr=F8n=E5s_Gjerde?= 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 17:42:58 -0000 On Apr 17, 2013, at 17:41, Pedro Giffuni wrote: > On 04/17/13 03:29, Jeremy Chadwick wrote: >> On Tue, Apr 16, 2013 at 04:09:28PM +0000, Brooks Davis wrote: >>> Author: brooks >>> Date: Tue Apr 16 16:09:27 2013 >>> New Revision: 249549 >>> URL: http://svnweb.freebsd.org/changeset/base/249549 >>> >>> Log: >>> MFC (much delayed) 234504: >>> Enable DTrace hooks in GENERIC. >>> >>> Modified: >>> stable/9/sys/amd64/conf/GENERIC >>> stable/9/sys/i386/conf/GENERIC >>> Directory Properties: >>> stable/9/sys/ (props changed) >>> >>> ... >> And here come the complaints, which warrant responses from key folks who >> are in the know: >> >> http://lists.freebsd.org/pipermail/freebsd-stable/2013-April/073132.html >> > > It looks like 9 days ago there was a change (r249243) that fixed > issues on the userland ctf utilities, so you have to update your > userland too if it's not recent (make buildworld works fine). That was only a fix for certain DWARF attributes emitted by clang and/or newer gcc's, which would cause ctfmerge to error out. If ctfmerge is hanging, that is almost certainly another problem. That is, if it is really hanging, isn't it just very slow, maybe? What happens if the original poster lets it run for e.g. an hour?