From owner-freebsd-current@FreeBSD.ORG Tue Dec 18 21:56:07 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C10982F0 for ; Tue, 18 Dec 2012 21:56:07 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 774378FC12 for ; Tue, 18 Dec 2012 21:56:07 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:90a8:9e4b:2980:e339] (unknown [IPv6:2001:7b8:3a7:0:90a8:9e4b:2980:e339]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C4A155C5A; Tue, 18 Dec 2012 22:56:05 +0100 (CET) Message-ID: <50D0E672.8020006@FreeBSD.org> Date: Tue, 18 Dec 2012 22:56:02 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: Ryan Stone Subject: Re: Failed to initialize dwarf? References: <50D053E5.3050003@m5p.com> <50D05E7E.4040105@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: George Mitchell , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 18 Dec 2012 21:56:07 -0000 On 2012-12-18 22:37, Ryan Stone wrote: > On Tue, Dec 18, 2012 at 7:15 AM, Dimitry Andric > wrote: >> On 2012-12-18 12:30, George Mitchell wrote: >> ERROR: ctfconvert: failed to initialize DWARF: Unimplemented code at >> [dwarf_init_attr(400)] > This problem was fixed in libdwarf in r239872; did you run "make > buildworld" before "make buildkernel"? > I have a checkout of r244047. I did a make kernel-toolchain followed by a make buildkernel and I see this warning. The question is if ctfconvert (and dependencies) are rebuilt when you do kernel-toolchain. Can you figure out if it runs ctfconvert from base?