Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944019 - x11-misc/viewglob-2.0.4-r1 fails to compile
Summary: x11-misc/viewglob-2.0.4-r1 fails to compile
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: c23-porting
  Show dependency tree
 
Reported: 2024-11-19 16:59 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:43 UTC (History)
0 users

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


Attachments
build.log (build.log,76.85 KB, text/plain)
2024-11-19 16:59 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-11-19 16:59:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/viewglob-2.0.4-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-19 16:59:55 UTC
Created attachment 910230 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-19 16:59:56 UTC
Error(s) that match a know pattern:

ptytty.c:115:25: error: conflicting types for ‘ptsname’; have ‘char *(void)’
Comment 3 Agostino Sarubbo gentoo-dev 2025-01-11 16:11:08 UTC
*** Bug 944278 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2025-02-10 09:43:02 UTC
The bug has been closed via 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(-)