Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906471 - kde-misc/krename-5.0.2[exif]: src/exiv2plugin.cpp:398:16: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
Summary: kde-misc/krename-5.0.2[exif]: src/exiv2plugin.cpp:398:16: error: ‘AutoPtr’ is...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://invent.kde.org/utilities/kren...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: exiv2-0.28
  Show dependency tree
 
Reported: 2023-05-15 19:44 UTC by Andreas Sturmlechner
Modified: 2023-05-28 12:44 UTC (History)
0 users

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


Attachments
kde-misc:krename-5.0.2:20230515-194106.log (kde-misc:krename-5.0.2:20230515-194106.log,334.25 KB, text/plain)
2023-05-15 19:44 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 19:44:15 UTC
Created attachment 861753 [details]
kde-misc:krename-5.0.2:20230515-194106.log

> src/exiv2plugin.cpp:398:16: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
>   398 |         Image::AutoPtr image = Exiv2::ImageFactory::open(strFilename);
>       |                ^~~~~~~
> src/exiv2plugin.cpp:399:13: error: ‘image’ was not declared in this scope; did you mean ‘QImage’?
>   399 |         if (image.get() != nullptr && image->good()) {
>       |             ^~~~~
>       |             QImage
Comment 1 Larry the Git Cow gentoo-dev 2023-05-28 12:44:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d9a0b2d140eb64e955826acd7b30c31959d014

commit 50d9a0b2d140eb64e955826acd7b30c31959d014
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-05-28 12:02:03 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-05-28 12:44:06 +0000

    kde-misc/krename: Fix build with >=exiv2-0.28
    
    5.0.2-r0: Switch to patchset and cleanup slightly oversize patch.
    
    Closes: https://bugs.gentoo.org/906471
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-misc/krename/Manifest                         |   1 +
 kde-misc/krename/files/krename-5.0.1-no-kjs.patch | 519 ----------------------
 kde-misc/krename/krename-5.0.2-r1.ebuild          |  59 +++
 kde-misc/krename/krename-5.0.2.ebuild             |   7 +-
 4 files changed, 64 insertions(+), 522 deletions(-)