Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944429 - app-misc/screen-4.9.1-r1 fails to compile: utmp.c:114:21: error: conflicting types for getutline; have struct utmp (void)
Summary: app-misc/screen-4.9.1-r1 fails to compile: utmp.c:114:21: error: conflicting ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-22 10:06 UTC by Agostino Sarubbo
Modified: 2024-11-26 06:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,180.21 KB, text/plain)
2024-11-22 10:06 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-22 10:06:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/screen-4.9.1-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-22 10:06:01 UTC
Created attachment 911502 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-11-26 06:33:56 UTC
The bug has been closed via the following commit(s):

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

commit 45ecc314b93ee72ed92f34aeff3ae9ea2289d4dc
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-26 06:13:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-26 06:13:59 +0000

    app-misc/screen: build w/ -std=gnu17
    
    This might be fixed on master (5.0.x) although given the issue mentioned
    in bug #935755 wrt missed cherry-picks from stable -> master upstream,
    not sure if it really is or not.
    
    In any case, just build with -std=gnu17 for now, as it's harmless and
    screen is an important package.
    
    Bug: https://bugs.gentoo.org/935755
    Closes: https://bugs.gentoo.org/944429
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/screen/screen-4.9.1-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)