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

Bug 928851

Summary: x11-misc/viewglob-2.0.4-r1 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED FIXED    
Severity: normal CC: kingjon3377
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40097
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027, 941869    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-04-06 20:21:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/viewglob-2.0.4-r1 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-04-06 20:21:57 UTC
Created attachment 889646 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-06 20:21:59 UTC
Found the following implicit function declarations in configure logs:

config.log:1250 - getpt
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 09:43:08 UTC
The bug has been referenced in the following commit(s):

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

commit 6cd1543abf091dd83e1cf36c462b1cbde5510a79
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-11 14:38:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 09:42:01 +0000

    x11-misc/viewglob: update EAPI 7 -> 8, prepare for GCC-14/C23
    
    Ordering of includes and correct function signatures for C23
    And AC_USE_SYSTEM_EXTENSIONS for implicit delc in configure
    I noticed on my system (not a reported bug)
    
    Bug: https://bugs.gentoo.org/928851
    Closes: https://bugs.gentoo.org/944278
    Closes: https://bugs.gentoo.org/944019
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40097
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-misc/viewglob/files/viewglob-2.0.4-C23.patch | 56 ++++++++++++++++++++++++
 x11-misc/viewglob/viewglob-2.0.4-r1.ebuild       |  7 +--
 2 files changed, 60 insertions(+), 3 deletions(-)