Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925157 - sys-auth/oath-toolkit-2.6.11 has implicit function declarations in configure logs
Summary: sys-auth/oath-toolkit-2.6.11 has implicit function declarations in configure ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-21 08:53 UTC by Agostino Sarubbo
Modified: 2024-11-04 00:49 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,433.55 KB, text/plain)
2024-02-21 08:53 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-02-21 08:53:23 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-auth/oath-toolkit-2.6.11 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-21 08:53:25 UTC
Created attachment 885592 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-21 08:53:26 UTC
Found the following implicit function declarations in configure logs:

config.log:4347 - fpurge
Comment 3 Larry the Git Cow gentoo-dev 2024-08-31 13:50:58 UTC
The bug has been closed via the following commit(s):

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

commit d07b1ed35ee08c4f8d728deadb9a4a7d1517c7eb
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2024-08-31 13:45:33 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2024-08-31 13:50:51 +0000

    sys-auth/oath-toolkit: hide another implicit declaration warning
    
    I don't completely understand if/when <stdio_ext.h> is needed for
    fpurge(), but the authors of the gnulib macro are apparently aware of
    it, so I assume that the macro is doing what it's supposed to. In any
    case, oath-toolkit doesn't use fpurge(), so it's irrelevant for now.
    
    Closes: https://bugs.gentoo.org/925157
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)