Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941974 - net-misc/rdesktop-1.9.0-r4 has implicit function declarations in configure logs
Summary: net-misc/rdesktop-1.9.0-r4 has implicit function declarations in configure logs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-10-22 15:05 UTC by Agostino Sarubbo
Modified: 2024-11-04 01:22 UTC (History)
0 users

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


Attachments
build.log (build.log,105.88 KB, text/plain)
2024-10-22 15:05 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-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(+)