Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908576 - sys-apps/xmbmon-2.0.5-r2 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: sys-apps/xmbmon-2.0.5-r2 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: Gentoo's Team for Core System packages
URL:
Whiteboard: fixed in 2.0.5-r2
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-06-16 08:04 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:39 UTC (History)
0 users

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


Attachments
build.log (build.log,47.58 KB, text/plain)
2023-06-16 08:04 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 2023-06-16 08:04:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/xmbmon-2.0.5-r2 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-16 08:04:55 UTC
Created attachment 863902 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-16 08:04:56 UTC
Found the following implicit function declarations in configure logs:

config.log:234 - exit
Comment 3 Larry the Git Cow gentoo-dev 2024-05-23 01:36:40 UTC
The bug has been closed via the following commit(s):

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

commit 229b7fbb635b6041750d4fa56a7867abe50214d6
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-22 23:24:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-23 01:35:34 +0000

    sys-apps/xmbmon: regenerate vintage 2002 configure script
    
    It had a Modern C warning because the ancient standard routines failed
    to detect that STDC_HEADERS could be safely set:
    
    ```
    checking for ANSI C header files... no
    ```
    
    Fortunately the code never relied on this anyway, so it was a moot
    point. But a noisy one.
    
    Autoconf 2.53 is pretty long in the tooth so take this opportunity to
    freshen up, anyway.
    
    Closes: https://bugs.gentoo.org/908576
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/xmbmon/xmbmon-2.0.5-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)