Summary: | dev-games/godot-4.3-r1: error: use of undeclared identifier & error: cannot initialize a parameter of type 'char *' with an lvalue of type 'FILE *const __restrict' (aka 'jpge::_IO_FILE *const __restrict') | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Neko-san <gentoo.qxrin> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | games, toolchain |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build Log |
Description
Neko-san
2025-02-11 00:53:36 UTC
``` In file included from thirdparty/jpeg-compressor/jpge.cpp:936: In file included from /usr/include/c++/v1/stdio.h:108: In file included from /usr/include/stdio.h:970: /usr/include/bits/stdio2.h:128:13: error: use of undeclared identifier '__builtin___vfprintf_chk'; did you mean '__builtin___sprintf_chk'? 128 | int __r = __builtin___vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, | ^ /usr/include/bits/stdio2.h:128:39: error: cannot initialize a parameter of type 'char *' with an lvalue of type 'FILE *const __restrict' (aka 'jpge::_IO_FILE *const __restrict') 128 | int __r = __builtin___vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~ 2 errors generated. scons: *** [thirdparty/jpeg-compressor/jpge.linuxbsd.editor.x86_64.llvm.o] Error 1 ``` That may be a glibc bug (or a libc++ one). |