Summary: | sys-devel/gcc-12.3.9999 has implicit function declarations in configure logs (GCC-13-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | arsen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027 | ||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 855154 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
* QA Notice: Installing libtool files (.la) without corresponding static libraries! * /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.la * QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/sys-devel/gcc-12.3.9999/work/build/x86_64-pc-linux-gnu/libgfortran/config.log:4143 - fpsetmask * /var/tmp/portage/sys-devel/gcc-12.3.9999/work/build/x86_64-pc-linux-gnu/32/libgfortran/config.log:4235 - fpsetmask * Check that no features were accidentally disabled. * See https://wiki.gentoo.org/wiki/Modern_C_porting. this is correct, fpsetmask is not present on GNU systems. LIBGFOR_CHECK_FPSETMASK has correct includes for other platforms. Old bug against live ebuild |