From owner-freebsd-current@FreeBSD.ORG Fri Dec 13 19:44:07 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 65CB6EB3; Fri, 13 Dec 2013 19:44:07 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22FFD15F7; Fri, 13 Dec 2013 19:44:07 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id rBDJi63I016024; Fri, 13 Dec 2013 11:44:06 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id rBDJi6m6016023; Fri, 13 Dec 2013 11:44:06 -0800 (PST) (envelope-from sgk) Date: Fri, 13 Dec 2013 11:44:06 -0800 From: Steve Kargl To: Tijl Coosemans Subject: Re: libc++ vs. libstdc++ usage in the ports tree Message-ID: <20131213194406.GA15994@troutmask.apl.washington.edu> References: <5283CA3C.3080201@FreeBSD.org> <352D9465-9840-43F0-A3A9-327DC12B0967@FreeBSD.org> <20131114144555.GA22093@troutmask.apl.washington.edu> <52963A90.4000201@janh.de> <20131127204556.2974a3f5@kalimero.tijl.coosemans.org> <20131201150640.12ea18c8@kalimero.tijl.coosemans.org> <20131213011204.GA10879@troutmask.apl.washington.edu> <20131213144723.0def94ed@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131213144723.0def94ed@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Maho Nakata , Jan Henrik Sylvester , bapt@FreeBSD.org, FreeBSD Current , stephen@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 13 Dec 2013 19:44:07 -0000 On Fri, Dec 13, 2013 at 02:47:23PM +0100, Tijl Coosemans wrote: > On Thu, 12 Dec 2013 17:12:04 -0800 Steve Kargl wrote: > > I see the octave port is still broken. > > > > After a clean install on my self, removing all installed ports, > > reverting my local chnages in /usr/pors, and rebuilding all ports, > > I'm see the original problem. > > > > % octave > > Segmentation fault (core dumped) > > > > PLEASE, commit your patch ASAP. > > Committed in r336344. Thank you!!! Doing a 'pkg delete -fR' on all installed ports except pkg, pkg, and portmaster, of course, removed everything but those 3 ports. % portmaster math/octave causes 208 ports to be built and installed. The resulting octave now functions. -- Steve