From owner-freebsd-dtrace@FreeBSD.ORG Wed Oct 30 17:25:37 2013 Return-Path: Delivered-To: dtrace@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7112B8A1 for ; Wed, 30 Oct 2013 17:25:37 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A82612427 for ; Wed, 30 Oct 2013 17:25:36 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA05820 for ; Wed, 30 Oct 2013 19:25:29 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VbZWK-000AH6-Rb for dtrace@freebsd.org; Wed, 30 Oct 2013 19:25:28 +0200 Message-ID: <527140CB.90502@FreeBSD.org> Date: Wed, 30 Oct 2013 19:24:27 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: dtrace@FreeBSD.org Subject: ERROR: ctfconvert: rc = 2 No entry found [dwarf_next_cu_header(57)] X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 17:25:37 -0000 The following happens during kernel build (probably during linking): ERROR: ctfconvert: rc = 2 No entry found [dwarf_next_cu_header(57)] Anyone knows what this error means? Is this something to be concerned about? -- Andriy Gapon