From owner-freebsd-ports@FreeBSD.ORG Sat Nov 9 22:44:08 2013 Return-Path: Delivered-To: ports@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 ESMTP id 4FE53639; Sat, 9 Nov 2013 22:44:08 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F370A274B; Sat, 9 Nov 2013 22:44:07 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id e9so3019015qcy.39 for ; Sat, 09 Nov 2013 14:44:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=o7U7y6vcHgC7mHhBhc10+B/Xi7Q2EFkInuXadMtOV5M=; b=PMvSMTYgzdoCTjV8TsbRK8D6HNJMyw1VdhJzaIpyQgNRg49zN/4p7Okd3/Q7oFRXV9 a/caTBcyP0EwbnV1K8ZvB0N5WoszndAd/EZ/PJeM/eYQaTRmN2JttPPaMU258mLHs0LD B0FpMh5Tvh1y8pmOsXOkIYQ3jj8SICzcxeHFZUDoHjtnUkb6j/VQfxsxVxmbErPny/A1 N+bbLlap8eedgFOTx76TIHZGPSAz9Y94PNCzKJQgFSy03fhEmTbD37xGCY7SYBS952xl Izg0PX7t3qVfk5hFRjLEr6cPCGyJ50nJQ7h9gJ9XIHcVlscmm24qlB3HYppiPhgJe22p +4zA== X-Received: by 10.229.182.69 with SMTP id cb5mr34181479qcb.19.1384037047194; Sat, 09 Nov 2013 14:44:07 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPSA id n4sm6715066qax.0.2013.11.09.14.44.06 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 09 Nov 2013 14:44:06 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Chess Griffin Subject: Re: continued graphics/opencv-core problems Date: Sat, 09 Nov 2013 17:44:04 -0500 Message-ID: <3206577.EpyMsGXZh1@mocha.verizon.net> User-Agent: KMail/4.10.5 (FreeBSD/9.2-RC4; KDE/4.10.5; i386; ; ) In-Reply-To: <6820ddce886d21e835b9578175be1f10@eumx.net> References: <6820ddce886d21e835b9578175be1f10@eumx.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: ports@freebsd.org, freebsd-ports@freebsd.org 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: Sat, 09 Nov 2013 22:44:08 -0000 On Saturday, November 09, 2013 15:00:51 Chess Griffin wrote: > For about 2-3 weeks now, I have continued to run into problems with > opencv-core not building on my 9.2-RELEASE poudriere box that uses > clang. I reported it here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183238 > > This problem prevents me from building multimedia/ffmpeg which in turn > causes a bunch of issues with other ports, including audacious-plugins. > > Has anyone else run into this or have a solution? Thanks in advance. 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. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team