From owner-freebsd-arch@FreeBSD.ORG Tue Jul 8 15:55:52 2014 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A001573C; Tue, 8 Jul 2014 15:55:52 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9D4225D; Tue, 8 Jul 2014 15:55:52 +0000 (UTC) Received: from [192.168.200.204] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 3051C193DD9; Tue, 8 Jul 2014 15:55:51 +0000 (UTC) Subject: Re: Total confusion over toolchain/xdev behavior From: Sean Bruno Reply-To: sbruno@freebsd.org To: Warner Losh In-Reply-To: <2D708C4F-31DB-4F9D-BC02-2050AD8765CD@bsdimp.com> References: <1404688077.1059.115.camel@bruno> <1404766292.65432.43.camel@revolution.hippie.lan> <20B72004-1499-4F99-A7C7-13173C50C7C6@bsdimp.com> <1404831829.1662.7.camel@bruno> <2D708C4F-31DB-4F9D-BC02-2050AD8765CD@bsdimp.com> Content-Type: text/plain; charset="us-ascii" Date: Tue, 08 Jul 2014 08:55:50 -0700 Message-ID: <1404834950.1662.9.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Ian Lepore , freebsd-arch@FreeBSD.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 15:55:52 -0000 On Tue, 2014-07-08 at 09:15 -0600, Warner Losh wrote: > > 444 > > > addr2line.debug /var/tmp/mips_cc//usr/mips-freebsd/usr/lib/debug/usr/bin/addr2line.debug > > > install: /var/tmp/mips_cc//usr/mips-freebsd/usr/lib/debug/usr/bin/addr2line.debug: No such file or directory > > *** Error code 71 > > .debug? We only generate those when MK_DEBUG_FILES=yes. Try removing > WITH_DEBUG_FILES from your environment. It looks to be broken. > > Ok, yes. The default cluster config had debug set in make.conf. Removed that and this error does indeed dissappear. I'll add it to my notes for later. sean