From owner-freebsd-current@FreeBSD.ORG Wed Nov 5 19:46:21 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6B078FF for ; Wed, 5 Nov 2014 19:46:21 +0000 (UTC) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 747D8D86 for ; Wed, 5 Nov 2014 19:46:21 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id dc16so1012356qab.4 for ; Wed, 05 Nov 2014 11:46:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=O2nc5aKGgaFOxb2IHqyAvKeVraZdIActLOj1rsSMGi0=; b=hOfI6HPcVO/J/wachimg70JTZeLaKsuddPcPFs3pN8J2EdPpprcz89jXFlwknOypqz FqDqYDpk7MS67l/8tMumGsSSMYRrj6i/yXblbiAXeUs3hWqJ9gj66nql/3h9JqliPae7 dyqdxKtiyczgNgMhAZE2+pNLLlzG+bAJk8F0sfbMC07oF0os6x4iGE/JolI9xM+2nZIF HOjQ7C35vNCTbq6XvITCI5W/Yn/yPbCAui+OuOgVhcDZ7Rc+GbNUEUUqAcwTewSIepVI uRgYYWpt/jB8fZq1ntXe5NWS67ukbaTOrotzRdCv/rgkRkxmQWmSPYO3vi1S7sZKyI+I MqTg== X-Received: by 10.224.151.207 with SMTP id d15mr91745464qaw.4.1415216780610; Wed, 05 Nov 2014 11:46:20 -0800 (PST) Received: from ip-172-31-25-62.ec2.internal (ec2-54-85-57-1.compute-1.amazonaws.com. [54.85.57.1]) by mx.google.com with ESMTPSA id u8sm3936250qat.27.2014.11.05.11.46.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 11:46:19 -0800 (PST) Sender: Mark Johnston Date: Wed, 5 Nov 2014 19:52:52 +0000 From: Mark Johnston To: Chris H Subject: Re: ERROR: ctfconvert: aaa_bbb.o doesn't have type data to convert Message-ID: <20141105195252.GD28596@ip-172-31-25-62.ec2.internal> References: <91da76cad460313bda88ebb87ee20c14@ultimatedns.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91da76cad460313bda88ebb87ee20c14@ultimatedns.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 05 Nov 2014 19:46:21 -0000 On Wed, Nov 05, 2014 at 11:03:46AM -0800, Chris H wrote: > Greetings, > I'm building/installing world/kernel on a fresh 11-CURRENT. > As I write this, the kernel is building, and emitting 100's > of lines with the following: > ERROR: ctfconvert: aaa_bbb.o doesn't have type data to convert > where aaa_bbb is the driver file being created. > Should I be concerned? What would cause this? For posterity, we determined off-list that this was due to removing DEBUG=-g from the kernel config. In this case the ctf tools have no debug symbols to work with, hence the errors.