Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906646 - sci-geosciences/qgis-3.28.2: external/lazperf/Extractor.hpp:185:31: error: ‘uint8_t’ has not been declared
Summary: sci-geosciences/qgis-3.28.2: external/lazperf/Extractor.hpp:185:31: error: ‘u...
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:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-05-17 20:24 UTC by Andreas Sturmlechner
Modified: 2023-05-17 20:47 UTC (History)
0 users

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


Attachments
sci-geosciences:qgis-3.28.2:20230517-185222.log.xz (sci-geosciences:qgis-3.28.2:20230517-185222.log.xz,96.58 KB, application/x-xz)
2023-05-17 20:24 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-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(+)