From owner-freebsd-ports@FreeBSD.ORG Thu Oct 11 17:57:28 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1509516A41B for ; Thu, 11 Oct 2007 17:57:28 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.wan.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id DEBA813C46B for ; Thu, 11 Oct 2007 17:57:27 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.12.64]) by ns2.bafirst.com with esmtp; Thu, 11 Oct 2007 12:57:20 -0500 id 000D4E39.470E6401.00015960 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Thu, 11 Oct 2007 12:57:14 -0500 id 0004AC16.470E63FA.000054C3 Received: from dsl-189-129-12-64.prod-infinitum.com.mx (dsl-189-129-12-64.prod-infinitum.com.mx [189.129.12.64]) by intranet.encontacto.net (Horde MIME library) with HTTP; Thu, 11 Oct 2007 12:57:14 -0500 Message-ID: <20071011125714.yedswlx6o4c0wcos@intranet.encontacto.net> X-Priority: 3 (Normal) Date: Thu, 11 Oct 2007 12:57:14 -0500 From: eculp@encontacto.net To: freebsd-ports@freebsd.org References: <200710111033.52385.freysman@comcast.net> <18190.21199.659506.978503@jerusalem.litteratus.org> In-Reply-To: <18190.21199.659506.978503@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 189.129.12.64 Subject: Re: OpenEXR linking error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:57:28 -0000 Quoting Robert Huff : > > =09Read the entry in /usr/ports/UPDATING. > > > =09Robert "been there, followed directions, everything works" Huff It didn't work quite that well for me. I followed the instructions in =20 UPDATING except for the pkgdb -F because the install didn't complete. =20 I tried on 4 current boxes and one RELENG6 box and they all broke as =20 shown below: c++ -pipe -O2 -fno-strict-aliasing -pipe -o imfexamples main.o =20 drawImage.o rgbaInterfaceExamples.o rgbaInterfaceTiledExamples.o =20 generalInterfaceExamples.o lowLevelIoExamples.o previewImageExamples.o =20 generalInterfaceTiledExamples.o -L/usr/local/lib =20 /usr/local/lib/libImath.so =20 -L/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImf =20 /usr/local/lib/libIlmImf.so /usr/local/lib/libHalf.so =20 /usr/local/lib/libIlmThread.so /usr/local/lib/libIex.so -pthread -lz =20 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libHalf.so.4, needed by =20 /usr/local/lib/libIlmImf.so, may conflict with libHalf.so.6 /usr/bin/ld: warning: libIex.so.4, needed by =20 /usr/local/lib/libIlmImf.so, may conflict with libIex.so.6 /usr/bin/ld: warning: libIlmThread.so.4, needed by =20 /usr/local/lib/libIlmImf.so, may conflict with libIlmThread.so.6 generalInterfaceExamples.o(.text+0xe8): In function `writeGZ1(char =20 const*, half const*, float const*, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, =20 int, bool)' generalInterfaceExamples.o(.text+0x132): In function `writeGZ1(char =20 const*, half const*, float const*, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, =20 int, bool)' generalInterfaceExamples.o(.text+0x949): In function `writeGZ2(char =20 const*, half const*, float const*, int, int, =20 Imath::Box > const&)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, =20 int, bool)' generalInterfaceExamples.o(.text+0x990): In function `writeGZ2(char =20 const*, half const*, float const*, int, int, =20 Imath::Box > const&)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, =20 int, bool)' generalInterfaceTiledExamples.o(.text+0x368): In function =20 `writeTiled1(char const*, Imf::Array2D&, int, int, int, int)': : undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, =20 int, bool)' generalInterfaceTiledExamples.o(.text+0x3b2): more undefined =20 references to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' =20 follow gmake[1]: *** [imfexamples] Error 1 gmake[1]: Leaving directory =20 `/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImfExamples' gmake: *** [all-recursive] Error 1 *** Error code 2 Not that I'm overly concerned. All the boxes are with todays sources =20 and are running kernels reset within this week. Thanks, ed