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

Bug 941974

Summary: net-misc/rdesktop-1.9.0-r4 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Bernard Cafarelli <voyageur>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: false positive
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-10-22 15:05:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/rdesktop-1.9.0-r4 has implicit function declarations in configure logs.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-22 15:05:47 UTC
Created attachment 906586 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-22 15:05:49 UTC
Found the following implicit function declarations in configure logs:

config.log:932 - statvfs64
Comment 3 Larry the Git Cow gentoo-dev 2024-10-23 06:34:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed574f395d4344a2b79a55debc5820a38b1bec

commit 55ed574f395d4344a2b79a55debc5820a38b1bec
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-10-23 06:25:12 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-10-23 06:25:12 +0000

    net-misc/rdesktop: add skip for implicit statvfs64
    
    Checked the code, and it has correct checks and handles for it
    existing and not existing. The "not existing" case is correct. [1]
    
    [1] https://github.com/rdesktop/rdesktop/blob/4716f1e01647ead3093805fd4355faf92c00ed0d/configure.ac#L669
    
    Closes: https://bugs.gentoo.org/941974
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild | 5 +++++
 1 file changed, 5 insertions(+)