Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906470 - sci-geosciences/qgis-3.28.2: src/core/raster/qgsexiftools.cpp:97:40: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’
Summary: sci-geosciences/qgis-3.28.2: src/core/raster/qgsexiftools.cpp:97:40: error: ‘...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL: https://github.com/qgis/QGIS/issues/5...
Whiteboard: fixed in 3.34.0 (unreleased)
Keywords: PATCH, UPSTREAM
Depends on:
Blocks: exiv2-0.28
  Show dependency tree
 
Reported: 2023-05-15 19:41 UTC by Andreas Sturmlechner
Modified: 2023-07-25 16:23 UTC (History)
0 users

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


Attachments
sci-geosciences:qgis-3.28.2:20230515-193317.log.xz (sci-geosciences:qgis-3.28.2:20230515-193317.log.xz,88.88 KB, application/x-xz)
2023-05-15 19:42 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:41:10 UTC
> src/core/raster/qgsexiftools.cpp:97:40: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’
>    97 |         val = QVariant::fromValue( it->toLong() );
>       |                                        ^~~~~~
> src/core/raster/qgsexiftools.cpp:111:60: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’
>   111 |         val = QVariant::fromValue( static_cast< int >( it->toLong() ) );
>       |                                                            ^~~~~~
Comment 1 Andreas Sturmlechner gentoo-dev 2023-05-15 19:42:33 UTC
Created attachment 861752 [details]
sci-geosciences:qgis-3.28.2:20230515-193317.log.xz
Comment 2 Larry the Git Cow gentoo-dev 2023-07-25 10:35:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b60343d2fd6009b5d91251c91a91414c7cdf6bf

commit 5b60343d2fd6009b5d91251c91a91414c7cdf6bf
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-07-25 10:14:01 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-07-25 10:25:05 +0000

    sci-geosciences/qgis: add 3.28.9, fix build with >=exiv2-0.28
    
    Minor 9999 syncing.
    
    Closes: https://bugs.gentoo.org/906470
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-geosciences/qgis/Manifest                      |   1 +
 .../qgis/files/qgis-3.28.9-exiv2-0.28.patch        |  41 ++++
 sci-geosciences/qgis/qgis-3.28.9.ebuild            | 273 +++++++++++++++++++++
 sci-geosciences/qgis/qgis-9999.ebuild              |   8 +-
 4 files changed, 318 insertions(+), 5 deletions(-)