Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906491 - media-gfx/photoqt-2.9.1-r2[exif]: cplusplus/scripts/handlingfacetags.cpp:60:21: error: no match for ‘operator!=’ (operand types are ‘Exiv2::ErrorCode’ and ‘int’)
Summary: media-gfx/photoqt-2.9.1-r2[exif]: cplusplus/scripts/handlingfacetags.cpp:60:2...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://gitlab.com/lspies/photoqt/-/i...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: exiv2-0.28
  Show dependency tree
 
Reported: 2023-05-15 20:04 UTC by Andreas Sturmlechner
Modified: 2023-05-29 07:37 UTC (History)
0 users

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


Attachments
media-gfx:photoqt-2.9.1-r2:20230515-200254.log (media-gfx:photoqt-2.9.1-r2:20230515-200254.log,59.70 KB, text/plain)
2023-05-15 20:04 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:04:29 UTC
Created attachment 861759 [details]
media-gfx:photoqt-2.9.1-r2:20230515-200254.log

> cplusplus/scripts/handlingfacetags.cpp:60:21: error: no match for ‘operator!=’ (operand types are ‘Exiv2::ErrorCode’ and ‘int’)
>    60 |         if(e.code() != 11)
>       |            ~~~~~~~~ ^~ ~~
>       |                  |     |
>       |                  |     int
>       |                  Exiv2::ErrorCode

...and so on.
Comment 1 Larry the Git Cow gentoo-dev 2023-05-29 07:37:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803295e8ae3ca539dea6f01ddeecbbd903e38bce

commit 803295e8ae3ca539dea6f01ddeecbbd903e38bce
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-05-29 07:27:37 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-05-29 07:37:22 +0000

    media-gfx/photoqt: add 3.2, fix build with >=exiv2-0.28
    
    Closes: https://bugs.gentoo.org/896348
    Closes: https://bugs.gentoo.org/906491
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/photoqt/Manifest                         |   1 +
 .../photoqt/files/photoqt-3.2-exiv2-0.28.patch     | 116 +++++++++++++++++++++
 media-gfx/photoqt/photoqt-3.2.ebuild               |  75 +++++++++++++
 3 files changed, 192 insertions(+)