https://bugs.documentfoundation.org/show_bug.cgi?id=149639
Bug ID: 149639
Summary: FTBFS with GCC 12
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
Description:
Fails with:
[ 1147s] In file included from
/home/abuild/rpmbuild/BUILD/libreoffice-7.3.4.2/workdir/UnpackedTarball/pdfium/fpdfsdk/fpdf_flatten.cpp:17:
[ 1147s]
/home/abuild/rpmbuild/BUILD/libreoffice-7.3.4.2/workdir/UnpackedTarball/pdfium/constants/annotation_flags.h:12:11:
error: 'uint32_t' does not name a type
[ 1147s] 12 | constexpr uint32_t kInvisible = 1 << 0;
[ 1147s] | ^~~~~~~~
[ 1147s]
/home/abuild/rpmbuild/BUILD/libreoffice-7.3.4.2/workdir/UnpackedTarball/pdfium/constants/annotation_flags.h:1:1:
note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include
<cstdint>'?
[ 1147s] +++ |+#include <cstdint>
[ 1147s] 1 | // Copyright 2019 PDFium Authors. All rights reserved.
Documented change:
https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
Actual Results:
FTBFS
Expected Results:
It builds.
Reproducible: Always
User Profile Reset: No
Additional Info:
No other info.
--
You are receiving this mail because:
You are the assignee for the bug.