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

Bug 906646

Summary: sci-geosciences/qgis-3.28.2: external/lazperf/Extractor.hpp:185:31: error: ‘uint8_t’ has not been declared
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Sci-geo Project <sci-geosciences>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=906648
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: sci-geosciences:qgis-3.28.2:20230517-185222.log.xz

Description Andreas Sturmlechner gentoo-dev 2023-05-17 20:24:14 UTC
Created attachment 861865 [details]
sci-geosciences:qgis-3.28.2:20230517-185222.log.xz

> external/lazperf/Extractor.hpp:185:31: error: ‘uint8_t’ has not been declared
>   185 |     LeExtractor& operator >> (uint8_t& v)
>       |                               ^~~~~~~
> external/lazperf/Extractor.hpp:209:31: error: ‘uint16_t’ has not been declared
>   209 |     LeExtractor& operator >> (uint16_t& v)
>       |                               ^~~~~~~~
> external/lazperf/Extractor.hpp:209:18: error: ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’ cannot be overloaded with ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   209 |     LeExtractor& operator >> (uint16_t& v)
>       |                  ^~~~~~~~
> external/lazperf/Extractor.hpp:185:18: note: previous declaration ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   185 |     LeExtractor& operator >> (uint8_t& v)
>       |                  ^~~~~~~~
> external/lazperf/Extractor.hpp:237:31: error: ‘uint32_t’ has not been declared
>   237 |     LeExtractor& operator >> (uint32_t& v)
>       |                               ^~~~~~~~
> external/lazperf/Extractor.hpp:237:18: error: ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’ cannot be overloaded with ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   237 |     LeExtractor& operator >> (uint32_t& v)
>       |                  ^~~~~~~~
> external/lazperf/Extractor.hpp:185:18: note: previous declaration ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   185 |     LeExtractor& operator >> (uint8_t& v)
>       |                  ^~~~~~~~
> external/lazperf/Extractor.hpp:251:18: error: ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int32_t&)’ cannot be overloaded with ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   251 |     LeExtractor& operator >> (int32_t& v)
>       |                  ^~~~~~~~
> external/lazperf/Extractor.hpp:185:18: note: previous declaration ‘lazperf::LeExtractor& lazperf::LeExtractor::operator>>(int&)’
>   185 |     LeExtractor& operator >> (uint8_t& v)
>       |                  ^~~~~~~~
Comment 1 Larry the Git Cow gentoo-dev 2023-05-17 20:26:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78862e3217a917f385b74dd00240ea9ef0d4ddf6

commit 78862e3217a917f385b74dd00240ea9ef0d4ddf6
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-05-17 19:05:21 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-05-17 20:25:52 +0000

    sci-geosciences/qgis: add 3.28.6, fixes build with GCC-13
    
    Closes: https://bugs.gentoo.org/906646
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sci-geosciences/qgis/Manifest           |   1 +
 sci-geosciences/qgis/qgis-3.28.6.ebuild | 272 ++++++++++++++++++++++++++++++++
 2 files changed, 273 insertions(+)