From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 11:05:17 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 55CBD16A419 for ; Sat, 17 Nov 2007 11:05:17 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id ED2EC13C4E3 for ; Sat, 17 Nov 2007 11:05:15 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAHB4rIh093093; Sat, 17 Nov 2007 14:04:53 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAHB3r0f093090; Sat, 17 Nov 2007 14:03:53 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: freebsd-questions@freebsd.org Date: Sat, 17 Nov 2007 14:03:53 +0300 User-Agent: KMail/1.9.7 References: <20071117105502.GA13903@mail.pcextreme.nl> In-Reply-To: <20071117105502.GA13903@mail.pcextreme.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711171403.53715.yuri.pankov@gmail.com> Cc: "Alain G. Fabry" Subject: Re: 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 11:05:17 -0000 On Saturday 17 November 2007 13:55:02 Alain G. Fabry wrote: > 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 Read 20071008 entry in /usr/ports/UPDATING. Yuri