Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906490 - media-gfx/luminance-hdr-2.6.1.1-r1: src/Libpfs/exif/exifdata.cpp:55:25: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
Summary: media-gfx/luminance-hdr-2.6.1.1-r1: src/Libpfs/exif/exifdata.cpp:55:25: error...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: exiv2-0.28
  Show dependency tree
 
Reported: 2023-05-15 20:02 UTC by Andreas Sturmlechner
Modified: 2023-06-08 14:05 UTC (History)
0 users

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


Attachments
media-gfx:luminance-hdr-2.6.1.1-r1:20230515-200035.log (media-gfx:luminance-hdr-2.6.1.1-r1:20230515-200035.log,71.95 KB, text/plain)
2023-05-15 20:02 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2023-05-15 20:02:37 UTC
Created attachment 861758 [details]
media-gfx:luminance-hdr-2.6.1.1-r1:20230515-200035.log

> src/Libpfs/exif/exifdata.cpp:55:25: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
>    55 |         ::Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(filename);
>       |                         ^~~~~~~
> src/Libpfs/exif/exifdata.cpp:56:9: error: ‘image’ was not declared in this scope
>    56 |         image->readMetadata();
>       |         ^~~~~
> src/Libpfs/exif/exifdata.cpp:124:33: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’
>   124 |             long rotation = it->toLong();
>       |                                 ^~~~~~
> src/Libpfs/exif/exifdata.cpp:137:21: error: ‘AnyError’ in namespace ‘Exiv2’ does not name a type
>   137 |     } catch (Exiv2::AnyError &e) {
>       |                     ^~~~~~~~
Comment 1 Larry the Git Cow gentoo-dev 2023-06-08 14:05:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45054d191a69f21406abb12f69f42e2836dc2efa

commit 45054d191a69f21406abb12f69f42e2836dc2efa
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-06-08 13:44:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-06-08 14:05:03 +0000

    media-gfx/luminance-hdr: Fix build with >=exiv2-0.28
    
    Closes: https://bugs.gentoo.org/906490
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/luminance-hdr-2.6.1.1-exiv2-0.28.patch   | 143 +++++++++++++++++++++
 .../luminance-hdr/luminance-hdr-2.6.1.1-r1.ebuild  |   6 +-
 2 files changed, 146 insertions(+), 3 deletions(-)