Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641872 - media-libs/gegl-0.2.0-r2 - exp_combine.cpp:(.text+0x131): undefined reference to `Exiv2::ImageFactory::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
Summary: media-libs/gegl-0.2.0-r2 - exp_combine.cpp:(.text+0x131): undefined reference...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-21 04:04 UTC by Máté
Modified: 2018-01-10 22:08 UTC (History)
0 users

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


Attachments
gegl-bugreport.tar.bz2 (gegl-bugreport.tar.bz2,42.92 KB, application/x-bzip-compressed-tar)
2017-12-21 04:04 UTC, Máté
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Máté 2017-12-21 04:04:15 UTC
Created attachment 511282 [details]
gegl-bugreport.tar.bz2

I try to compile gegl-0.2.0-r2 and get the error message: 
libtool: link: x86_64-pc-linux-gnu-g++ -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/babl-0.1 -march=native -O2 -pipe -Wl,--export-dynamic -pthread -pthread -Wl,-O1 -o .libs/exp_combine exp_combine-exp_combine.o  ../gegl/.libs/libgegl-0.2.so -lgmodule-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lbabl-0.1 -lm -Wl,--as-needed -lexiv2 -pthread
exp_combine-exp_combine.o: In function `expcombine_get_file_ev(char const*)':
exp_combine.cpp:(.text+0x131): undefined reference to `Exiv2::ImageFactory::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
exp_combine.cpp:(.text+0x1dc): undefined reference to `Exiv2::ExifData::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
exp_combine.cpp:(.text+0x241): undefined reference to `Exiv2::ExifData::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
exp_combine.cpp:(.text+0x2a4): undefined reference to `Exiv2::ExifData::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:472: exp_combine] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-libs/gegl-0.2.0-r2/work/gegl-0.2.0/tools'
make[1]: *** [Makefile:544: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-libs/gegl-0.2.0-r2/work/gegl-0.2.0'
Comment 1 Larry the Git Cow gentoo-dev 2018-01-10 22:08:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c8f56ec6b193ccab99d03de658684e5eb7e599

commit 64c8f56ec6b193ccab99d03de658684e5eb7e599
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2018-01-10 22:03:12 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2018-01-10 22:08:13 +0000

    media-libs/gegl: Remove ghost dependency on media-gfx/exiv2
    
    Configure option --without-exiv2 was used already but broken
    in a way where it would still do auto-detection for exiv2 and
    end up linking a non-inst programm against it.
    Ebuilds for 0.3.20+ do not need patching as its fixed upstream
    for a while now.
    
    Closes: https://bugs.gentoo.org/641872
    
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gegl/files/gegl-0.2.0-fix-without-exiv2.patch  |  30 ++++
 media-libs/gegl/gegl-0.2.0-r4.ebuild               |   3 +-
 media-libs/gegl/gegl-0.3.0-r1.ebuild               | 183 +++++++++++++++++++++
 media-libs/gegl/gegl-0.3.8-r1.ebuild               | 180 ++++++++++++++++++++
 4 files changed, 395 insertions(+), 1 deletion(-)