Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928851 - x11-misc/viewglob-2.0.4-r1 has implicit function declarations in configure logs
Summary: x11-misc/viewglob-2.0.4-r1 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 Shell Tools project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-04-06 20:21 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,128.99 KB, text/plain)
2024-04-06 20:21 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-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(-)