From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 3 12:16:34 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 3AB5FBF for ; Thu, 3 Jul 2014 12:16:34 +0000 (UTC) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id CC5DF2040 for ; Thu, 3 Jul 2014 12:16:33 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AooGAKVItVNbsUTR/2dsb2JhbABagw1SxngBgQcXdYQDAQEFOhwjEAsYCSUPKh4GiFkByG8XjyIHhEMBBJpsgUmKAohAg0U7 Received: from 209.68-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.68.209]) by relay.skynet.be with ESMTP; 03 Jul 2014 14:16:29 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s63CGRed005164; Thu, 3 Jul 2014 14:16:27 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 3 Jul 2014 14:16:27 +0200 From: Tijl Coosemans To: "Schuendehuette, Matthias" Subject: Re: OpenEXR-2.1.0_3 Message-ID: <20140703141627.34a6119b@kalimero.tijl.coosemans.org> In-Reply-To: <1EFE239F82F279488E86A61C92D5E2DE091A5657@DENBGAT9EI2MSX.ww902.siemens.net> References: <1EFE239F82F279488E86A61C92D5E2DE091A5657@DENBGAT9EI2MSX.ww902.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-ports-bugs@freebsd.org" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 12:16:34 -0000 On Thu, 3 Jul 2014 08:05:55 +0000 Schuendehuette, Matthias wrote: > Hello, > > I have problems compiling OpenEXR-2.1.0_3 on my FreeBSD 10.0-STABLE (r267913) machine: > > ****************************** > [...] > gmake[3]: Entering directory `/usr/ports/graphics/OpenEXR/work/openexr-2.1.0/exrheader' > /bin/sh ../libtool --tag=CXX --mode=link c++ -pipe -O2 -pipe -fno-strict-aliasing -pthread -o exrheader main.o -L/usr/local/lib -L/usr/local/lib -lImath -lHalf -lIex -lIexMath -lIlmThread -pthread ../IlmImf/libIlmImf.la -lz > libtool: link: c++ -pipe -O2 -pipe -fno-strict-aliasing -pthread -o .libs/exrheader main.o -pthread -L/usr/local/lib /usr/local/lib/libImath.so /usr/local/lib/libHalf.so /usr/local/lib/libIex.so /usr/local/lib/libIexMath.so /usr/local/lib/libIlmThread.so ../IlmImf/.libs/libIlmImf.so -lz -pthread -Wl,-rpath -Wl,/usr/local/lib > ../IlmImf/.libs/libIlmImf.so: undefined reference to `Iex_2_1::BaseExc::assign(std::__1::basic_stringstream, std::__1::allocator >&)' > ../IlmImf/.libs/libIlmImf.so: undefined reference to `Iex_2_1::BaseExc::BaseExc(std::__1::basic_stringstream, std::__1::allocator >&)' > ../IlmImf/.libs/libIlmImf.so: undefined reference to `Iex_2_1::BaseExc::BaseExc(std::__1::basic_string, std::__1::allocator > const&)' > ../IlmImf/.libs/libIlmImf.so: undefined reference to `Iex_2_1::throwErrnoExc(std::__1::basic_string, std::__1::allocator > const&)' > c++: error: linker command failed with exit code 1 (use -v to see invocation) > gmake[3]: *** [exrheader] Fehler 1 > gmake[3]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-2.1.0/exrheader' > gmake[2]: *** [all-recursive] Fehler 1 > gmake[2]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-2.1.0' > ===> Compilation failed unexpectedly. > [...] > ****************************** > > Is there something I missed to do or is it really a bug? Make sure you have ilmbase-2.1.0 installed.