From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 04:38:45 2013 Return-Path: Delivered-To: freebsd-ports@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 2B8B729C for ; Sun, 10 Nov 2013 04:38:45 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D01CE2558 for ; Sun, 10 Nov 2013 04:38:43 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 09 Nov 2013 23:38:40 -0500 From: Chess Griffin To: freebsd-ports@freebsd.org Subject: Re: continued graphics/opencv-core problems In-Reply-To: <3206577.EpyMsGXZh1@mocha.verizon.net> References: <6820ddce886d21e835b9578175be1f10@eumx.net> <3206577.EpyMsGXZh1@mocha.verizon.net> Message-ID: <2ccd1347f2fbd930a58a9c5fdba69a41@eumx.net> X-Sender: chess@chessgriffin.com User-Agent: Roundcube Webmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 04:38:45 -0000 On 09.11.2013 17:44, Jason E. Hale wrote: > On Saturday, November 09, 2013 15:00:51 Chess Griffin wrote: >> >> Has anyone else run into this or have a solution? Thanks in advance. @Thierry - thank you for your reply - yes, my ports tree is up to date. It updates via cron every night and then I also manually update before trying opencv-core again > > Sorry for my silence on the matter. I have been extremely busy lately. > The > problem seems to be that you don't have libc++ installed. At the > moment, if > you wish to build with clang, the port must link to libc++. Otherwise, > I > suggest building with gcc (still the default compiler on 9.2). > > I do plan to address this in the next update which should hopefully be > soon. > I just have a few more bugs to work out. @jhale - thanks also. I figured you were working on it but I just thought I'd check for an interim fix in the meantime. But to your point, you are correct in that I don't have libc++ installed. If that's the one from ports, I see it is marked IGNORE but I have not tried overriding that and building anyway. Maybe I'll just go ahead and let it build with gcc for the time being. Thanks to all who replied! -- Chess Griffin