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

Bug 904154

Summary: app-misc/screen-4.9.1-r1 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sven Wegener <swegener>
Status: CONFIRMED ---    
Severity: normal CC: shell-tools
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-04-11 08:12:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/screen-4.9.0-r2 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-11 08:12:47 UTC
Created attachment 859846 [details]
build.log

build log and emerge --info
Comment 2 Matt Turner gentoo-dev 2023-05-09 23:58:16 UTC
>  *   /var/tmp/portage/app-misc/screen-4.9.0-r2/work/screen-4.9.0/config.log:1058 - fdwalk

fdwalk appears to be a SunOS/Solaris function that is not available on Linux. So I think this is working as intended.
Comment 3 Sven Wegener gentoo-dev 2023-08-01 20:30:14 UTC
The check should be an AC_CHECK_FUNCS or include a dummy declaration for fdwalk() in the test snippet, to avoid the spurious error message.
The support for fdwalk() has been removed in screen git master, so I do not consider fixing the warning worth it.
Comment 4 Agostino Sarubbo gentoo-dev 2023-08-08 07:14:13 UTC
ci has reproduced this issue with version 4.9.0-r3 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2023-12-21 08:21:36 UTC
gcc14_tinderbox has reproduced this issue with version 4.9.1 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2024-02-24 07:31:07 UTC
ci has reproduced this issue with version 4.9.1-r1 - Updating summary.