https://bugzilla.redhat.com/show_bug.cgi?id=1816301



--- Comment #27 from Ankur Sinha (FranciscoD) <[email protected]> ---
Hi Mark,

The build fails for rawhide related to a GCC change from the looks of it:

```
primitives/strings/word/word.C:180:32: error: 'uintptr_t' was not declared in
this scope
  180 |     buf << "0x" << std::hex << uintptr_t(ptr);
      |                                ^~~~~~~~~
primitives/strings/word/word.C:33:1: note: 'uintptr_t' is defined in header
'<cstdint>'; did you forget to '#include <cstdint>'?
   32 | #include <sstream>
  +++ |+#include <cstdint>
   33 | 
make: ***
[/builddir/build/BUILD/OpenFOAM-v2006/wmake/rules/General/transform:35:
/builddir/build/BUILD/OpenFOAM-v2006/build/linux64GccDPInt32Opt/src/OpenFOAM/primitives/strings/word/word.o]
Error 1
make: *** Waiting for unfinished jobs....
Done logging to 'log.build'
+ :
+ '[' -f log.build ']'
++ cat log.build
++ sed -ne 's/.*bin *= *\([0-9][0-9]*\).*/\1/p;'
++ sed -ne '$p'
+ bins=
++ cat log.build
++ sed -ne 's/.*lib *= *\([0-9][0-9]*\).*/\1/p;'
++ sed -ne '$p'
+ libs=
+ '[' 0 = 0 ']'

```

Should be an easy fix (but there may be more places where these tiny tweaks are
required):

https://gcc.gnu.org/gcc-13/porting_to.html

I'll do another round of review once it builds.

Cheers,
Ankur


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=1816301
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to