Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254515 - media-libs/libkexiv2-0.1.7-r1 files to build against media-gfx/exiv2-0.18
Summary: media-libs/libkexiv2-0.1.7-r1 files to build against media-gfx/exiv2-0.18
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 08:20 UTC by Peter Volkov (RETIRED)
Modified: 2009-01-11 08:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2009-01-11 08:20:03 UTC
KDE team. This is Just To Document issue bug report.

Attempt to build libkexiv2-0.1.7-r1 fails with the following error:

make[2]: Entering directory `/var/tmp/portage/media-libs/libkexiv2-0.1.7-r1/work/libkexiv2-0.1.7/libkexiv2'
Making all in libkexiv2
make[3]: Entering directory `/var/tmp/portage/media-libs/libkexiv2-0.1.7-r1/work/libkexiv2-0.1.7/libkexiv2/libkexiv2'
/bin/sh ../../libtool --silent --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -march=athlon64 -mtune=athlon64 -msse3 -ggdb -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions  -c -o kexiv2.lo kexiv2.cpp
In file included from kexiv2.cpp:41:
/usr/qt/3/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/qt/3/include/qimage.h:61: warning: suggest parentheses around && within ||
kexiv2.cpp: In member function ‘QByteArray KExiv2Iface::KExiv2::getExif() const’:
kexiv2.cpp:221: error: ‘class Exiv2::ExifData’ has no member named ‘copy’
kexiv2.cpp: In member function ‘QByteArray KExiv2Iface::KExiv2::getIptc(bool) const’:
kexiv2.cpp:258: error: ‘class Exiv2::IptcData’ has no member named ‘copy’
kexiv2.cpp: In member function ‘bool KExiv2Iface::KExiv2::setExif(const QByteArray&)’:
kexiv2.cpp:289: error: ‘class Exiv2::ExifData’ has no member named ‘load’
kexiv2.cpp: In member function ‘bool KExiv2Iface::KExiv2::setIptc(const QByteArray&)’:
kexiv2.cpp:312: error: ‘class Exiv2::IptcData’ has no member named ‘load’
kexiv2.cpp: In member function ‘bool KExiv2Iface::KExiv2::setExif(Exiv2::DataBuf)’:
kexiv2.cpp:335: error: ‘class Exiv2::ExifData’ has no member named ‘load’
kexiv2.cpp: In member function ‘bool KExiv2Iface::KExiv2::setIptc(Exiv2::DataBuf)’:
kexiv2.cpp:358: error: ‘class Exiv2::IptcData’ has no member named ‘load’
kexiv2.cpp: In member function ‘QImage KExiv2Iface::KExiv2::getExifThumbnail(bool) const’:
kexiv2.cpp:617: error: ‘class Exiv2::ExifData’ has no member named ‘copyThumbnail’
kexiv2.cpp: In member function ‘bool KExiv2Iface::KExiv2::setExifThumbnail(const QImage&, bool)’:
kexiv2.cpp:697: error: ‘class Exiv2::ExifData’ has no member named ‘setJpegThumbnail’
kexiv2.cpp: In member function ‘QByteArray KExiv2Iface::KExiv2::getExifTagData(const char*) const’:
kexiv2.cpp:1292: error: ‘class Exiv2::ExifData’ has no member named ‘byteOrder’
make[3]: *** [kexiv2.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/libkexiv2-0.1.7-r1/work/libkexiv2-0.1.7/libkexiv2/libkexiv2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libkexiv2-0.1.7-r1/work/libkexiv2-0.1.7/libkexiv2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/libkexiv2-0.1.7-r1/work/libkexiv2-0.1.7'
make: *** [all] Error 2


The following mail states that this build failure is related to exiv2-0.18:
http://mail.kde.org/pipermail/digikam-users/2009-January/006862.html

I have not checked with other exiv2 versions but probably they are correct and bump to libkexiv2-0.1.8 fixes the problem.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2009-01-11 08:20:56 UTC
Ah and this bug was fixed yesterday by Vlastimil... I'm a bit late. :)