Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 906470

Summary: sci-geosciences/qgis-3.28.2: src/core/raster/qgsexiftools.cpp:97:40: error: ‘const class Exiv2::Exifdatum’ has no member named ‘toLong’
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Sci-geo Project <sci-geosciences>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH, UPSTREAM
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/qgis/QGIS/issues/53700
See Also: https://github.com/qgis/QGIS/pull/53762
https://bugs.gentoo.org/show_bug.cgi?id=911210
Whiteboard: fixed in 3.34.0 (unreleased)
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906463    
Attachments: sci-geosciences:qgis-3.28.2:20230515-193317.log.xz

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(-)