Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940215 - sys-libs/libstdc++-v3-3.3.6-r4 has implicit function declarations in configure logs
Summary: sys-libs/libstdc++-v3-3.3.6-r4 has implicit function declarations in configur...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard: ugh
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-09-25 06:54 UTC by Agostino Sarubbo
Modified: 2024-11-02 21:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,177.46 KB, application/x-xz)
2024-09-25 06:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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