Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 940215

Summary: sys-libs/libstdc++-v3-3.3.6-r4 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: CONFIRMED ---    
Severity: normal CC: eschwartz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: ugh
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027, 941869    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-09-25 06:54:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/libstdc++-v3-3.3.6-r4 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-25 06:54:58 UTC
Created attachment 903672 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-25 06:54:59 UTC
Found the following implicit function declarations in configure logs:

config.log:398 - getgroups
config.log:399 - exit
config.log:127 - exit
config.log:262 - exit
config.log:279 - wait
config.log:280 - exit
config.log:591 - getpagesize
config.log:592 - exit
config.log:596 - rand
config.log:597 - umask
config.log:600 - write
config.log:603 - close
config.log:615 - read
config.log:620 - unlink
config.log:627 - exit
config.log:633 - strlen
config.log:637 - strcpy
config.log:641 - strncmp
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2024-11-02 21:46:43 UTC
(In reply to Agostino Sarubbo from comment #2)
> Found the following implicit function declarations in configure logs:
> 
> config.log:398 - getgroups
> config.log:399 - exit
> config.log:127 - exit
> config.log:262 - exit
> config.log:279 - wait
> config.log:280 - exit
> config.log:591 - getpagesize
> config.log:592 - exit
> config.log:596 - rand
> config.log:597 - umask
> config.log:600 - write
> config.log:603 - close
> config.log:615 - read
> config.log:620 - unlink
> config.log:627 - exit
> config.log:633 - strlen
> config.log:637 - strcpy
> config.log:641 - strncmp