From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 20 10:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 5F83A366 for ; Wed, 20 Nov 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 402A42CB0 for ; Wed, 20 Nov 2013 10:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKA01Id098847 for ; Wed, 20 Nov 2013 10:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAKA01OA098846; Wed, 20 Nov 2013 10:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 20 Nov 2013 10:00:01 GMT Resent-Message-Id: <201311201000.rAKA01OA098846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" 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 B83061FF for ; Wed, 20 Nov 2013 09:56:51 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A81B32C77 for ; Wed, 20 Nov 2013 09:56:51 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAK9upYw063969 for ; Wed, 20 Nov 2013 09:56:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAK9up0l063966; Wed, 20 Nov 2013 09:56:51 GMT (envelope-from nobody) Message-Id: <201311200956.rAK9up0l063966@oldred.freebsd.org> Date: Wed, 20 Nov 2013 09:56:51 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184112: graphics/openimageio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 10:00:01 -0000 >Number: 184112 >Category: ports >Synopsis: graphics/openimageio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 20 10:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 11.0-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: When trying to install graphics/blender, which requires openimageio,, I run on FreeBSD 10 as well as FreeBSD 11 (both systems are up to date and ports tree is also updated on a daily, at least a weekly basis as it is the world/buildworld), into the error shown below. The following actions has been taken before sending the PR: rebuild graphics/ilmbase rebuild graphics/OpenEXR rebuild graphics/[opencv,opencv-core] Then try to rebuild graphics/openimageio: [...] ===> Building for openimageio-1.2.3 [ 80%] Built target OpenImageIO Linking CXX executable atomic_test /usr/bin/ld: warning: libImath-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIlmImf-Imf_2_0.so.20, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIex-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libHalf.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::insert(char const*, Imf_2_0::Channel const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::readPixels(int, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::InputFile(char const*, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::FrameBuffer::insert(char const*, Imf_2_0::Slice const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::~OutputFile()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::~Header()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Slice::Slice(Imf_2_0::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::writePixels(int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::chromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::findChannel(char const*) const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Chromaticities::Chromaticities(Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::hasChromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Channel::Channel(Imf_2_0::PixelType, int, int, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::Header(int, int, float, Imath_2_0::Vec2 const&, float, Imf_2_0::LineOrder, Imf_2_0::Compression)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::globalThreadCount()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::OutputFile(char const*, Imf_2_0::Header const&, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::dataWindow() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::header() const' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: