Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2007 19:30:58 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117071: graphics/OpenEXR: failed to upgrade to 1.6.0
Message-ID:  <20071010153058.C6066423F@hades.panopticon>
Resent-Message-ID: <200710101530.l9AFU1ou000568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117071
>Category:       ports
>Synopsis:       graphics/OpenEXR: failed to upgrade to 1.6.0
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 10 15:30:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:

Does not build; full log, compressed workdir and list of packages installed on my system are here: http://www.amdmi3.ru/openexr

--- build.log.txt begins here ---
--->  Upgrading 'OpenEXR-1.4.0' to 'OpenEXR-1.6.0' (graphics/OpenEXR)
--->  Building '/usr/ports/graphics/OpenEXR'
===>  Extracting for OpenEXR-1.6.0
=> MD5 Checksum OK for openexr-1.6.0.tar.gz.
=> SHA256 Checksum OK for openexr-1.6.0.tar.gz.
===>  Patching for OpenEXR-1.6.0
===>  Applying FreeBSD patches for OpenEXR-1.6.0
===>   OpenEXR-1.6.0 depends on executable: gmake - found
===>   OpenEXR-1.6.0 depends on file: /usr/local/bin/libtool - found
===>   OpenEXR-1.6.0 depends on executable: pkg-config - found
===>   OpenEXR-1.6.0 depends on shared library: Half.6 - found
===>  Configuring for OpenEXR-1.6.0
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd6.1
checking host system type... i386-portbld-freebsd6.1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
...
c++ -pipe -O2 -fno-strict-aliasing -pipe -march=pentium4 -o imfexamples main.o drawImage.o rgbaInterfaceExamples.o rgbaInterfaceTiledExamples.o generalInterfaceExamples.o lowLevelIoExamples.o previewImageExamples.o generalInterfaceTiledExamples.o  -L/usr/local/lib /usr/local/lib/libImath.so -L/usr/work/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImf /usr/local/lib/libIlmImf.so /usr/local/lib/libHalf.so /usr/local/lib/libIlmThread.so /usr/local/lib/libIex.so -pthread -lz   -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: warning: libHalf.so.4, needed by /usr/local/lib/libIlmImf.so, may conflict with libHalf.so.6
/usr/bin/ld: warning: libIex.so.4, needed by /usr/local/lib/libIlmImf.so, may conflict with libIex.so.6
/usr/bin/ld: warning: libIlmThread.so.4, needed by /usr/local/lib/libIlmImf.so, may conflict with libIlmThread.so.6
generalInterfaceExamples.o(.text+0x721): In function `writeGZ2(char const*, half const*, float const*, int, int, Imath::Box<Imath::Vec2<int> > const&)':
: undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)'
generalInterfaceExamples.o(.text+0x765): In function `writeGZ2(char const*, half const*, float const*, int, int, Imath::Box<Imath::Vec2<int> > const&)':
: undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)'
generalInterfaceExamples.o(.text+0x9c8): 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+0xa0c): 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+0x36f): In function `writeTiled1(char const*, Imf::Array2D<GZ>&, int, int, int, int)':
: undefined reference to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)'
generalInterfaceTiledExamples.o(.text+0x3b3): more undefined references to `Imf::Channel::Channel(Imf::PixelType, int, int, bool)' follow
gmake[1]: *** [imfexamples] Error 1
gmake[1]: Leaving directory `/usr/work/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.82711.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=OpenEXR-1.4.0 UPGRADE_PORT_VER=1.4.0 make FETCH_BEFORE_ARGS=-q
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
	! graphics/OpenEXR (OpenEXR-1.4.0)	(linker error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
--- build.log.txt ends here ---

>How-To-Repeat:
sudo portupgrade OpenEXR-1.4.0
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071010153058.C6066423F>