From owner-freebsd-current@FreeBSD.ORG Tue Dec 18 12:16:00 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 A5761EED for ; Tue, 18 Dec 2012 12:16:00 +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 6174D8FC0A for ; Tue, 18 Dec 2012 12:16:00 +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 C31ED5C5A; Tue, 18 Dec 2012 13:15:58 +0100 (CET) Message-ID: <50D05E7E.4040105@FreeBSD.org> Date: Tue, 18 Dec 2012 13:15:58 +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: George Mitchell Subject: Re: Failed to initialize dwarf? References: <50D053E5.3050003@m5p.com> In-Reply-To: <50D053E5.3050003@m5p.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org 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 12:16:00 -0000 On 2012-12-18 12:30, George Mitchell wrote: > I checked out head Sunday and now my attempt at building a kernel says: > > ERROR: ctfconvert: failed to initialize DWARF: Unimplemented code at > [dwarf_init_attr(400)] > > on every module it compiles (though it seems happy enough to keep > compiling). Should I just ignore this? -- George Mitchell This problem was fixed in libdwarf in r239872; did you run "make buildworld" before "make buildkernel"?