From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 10:58:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECEFB16A417 for ; Sat, 17 Nov 2007 10:58:27 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7FA13C50A for ; Sat, 17 Nov 2007 10:58:27 +0000 (UTC) (envelope-from alainfabry@belgacom.net) X-Belgacom-Dynamic: yes Received: from 129.219-245-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.245.219.129]) by relay.skynet.be with ESMTP; 17 Nov 2007 11:58:08 +0100 Date: Sat, 17 Nov 2007 11:55:02 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20071117105502.GA13903@mail.pcextreme.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: OpenEXR portupgrade failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2007 10:58:28 -0000 Hi, I'm trying to portupgrade my system and the only ones left are kde and OpenEXR. Apparently OpenEXR needs to be done as dependency for kde. But my portupgrade -R OpenEXR fail. Following is the error message, how can I solve this? /usr/bin/ld: warning: libIlmThread.so.4, needed by /usr/local/lib/libIlmImf.so, may conflict with libIlmThread.so.6 generalInterfaceExamples.o(.text+0x5da): In function `writeGZ2(char const*, half const*, float const*, int, int, Imath::Box > const&)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' generalInterfaceExamples.o(.text+0x604): In function `writeGZ2(char const*, half const*, float const*, int, int, Imath::Box > const&)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' generalInterfaceExamples.o(.text+0x797): In function `writeGZ1(char const*, half const*, float const*, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' generalInterfaceExamples.o(.text+0x7c1): In function `writeGZ1(char const*, half const*, float const*, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' generalInterfaceTiledExamples.o(.text+0x28c): In function `writeTiled1(char const*, Imf::Array2D&, int, int, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' generalInterfaceTiledExamples.o(.text+0x2b6): more undefined references to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' follow gmake[1]: *** [imfexamples] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImfExamples' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/OpenEXR. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.1076.1 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=OpenEXR-1.4.0 UPGRADE_PORT_VER=1.4.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! graphics/OpenEXR (OpenEXR-1.4.0) (linker error) ---> Packages processed: 0 done, 1 ignored, 0 skipped and 1 failed Many thanks, Alain