From owner-freebsd-current@FreeBSD.ORG Mon May 20 02:22:14 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F0F01BC for ; Mon, 20 May 2013 02:22:14 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-ia0-x231.google.com (mail-ia0-x231.google.com [IPv6:2607:f8b0:4001:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id C7766320 for ; Mon, 20 May 2013 02:22:14 +0000 (UTC) Received: by mail-ia0-f177.google.com with SMTP id z13so7106616iaz.36 for ; Sun, 19 May 2013 19:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=lak1J0PZkoxY8/ZZDPpGYCMNMkGAAKGSSOcFL0FNFIE=; b=IU0Bg/mGNJpL07e1LZb4W23JcQvxcdqpLs2ve76k03ihsqGuZPIwAzmwOSeom08XTo ZAsXkM1KzXq8JP+5YJkNbbxhntFw76pK8JSPXlFkeLZdlntOKaAb3yPBlq/+vE8GbPAU tSwZ+mp7n6RRDEf6P67wD41mXk1/u5jsxJ60/bsdgYO4kdP+qsPzW81EHG8D3whqM6/c T98lYYHGRMB6bVcDzkq7ZymVJby9kY4z8JB/B1OixS6SbrvVLbbHu18omsz0L4qZz54T OWwIVsXiyxYFD1opPjGesjLDDAfhjKxjF6C3S4Tz0/2uUsr8iole+0I7/4YfE6V/ZYxn Cn3Q== X-Received: by 10.50.132.9 with SMTP id oq9mr3982626igb.40.1369016534485; Sun, 19 May 2013 19:22:14 -0700 (PDT) Received: from raichu ([24.114.68.94]) by mx.google.com with ESMTPSA id r20sm9663437ign.8.2013.05.19.19.22.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 19 May 2013 19:22:13 -0700 (PDT) Date: Sun, 19 May 2013 22:22:06 -0400 From: Mark Johnston To: Outback Dingo Subject: Re: Commit r250812 breaks buildworld Message-ID: <20130520021346.GA9598@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: Mon, 20 May 2013 02:22:15 -0000 I'm sorry about this. The problem is fixed in r250820. I had only rebuilt libdtrace when I was testing this change, so I didn't notice the problem. I'll be sure to do a full buildworld in the future. -Mark On Sun, May 19, 2013 at 09:33:30PM -0400, Outback Dingo wrote: > r250812 | markj | 2013-05-19 17:14:36 +0000 (Sun, 19 May 2013) | 11 lines > > Re-introduce another part of r249367. This commit fixes a register leak in > dt_cg_ptrsize() and generally cleans up some of the error handling around > register allocation. > > This change corresponds to part of illumos-gate commit e5803b76927480: > 3025 register leak in D code generation > > Reviewed by: pfg > Obtained from: illumos > MFC after: 1 month > > > produces > > /root/builder/FreeBSD/src/tmp/usr/lib/libdtrace.so: undefined reference to > `dt_cg_xlate_expand' > *** [dtrace] Error code 1 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"