Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920452 - app-misc/ckermit-9.0.302 fails to compile (GCC-14-SYSTEM): ckwart.c:531:1: error: return type defaults to [-Wimplicit-int]
Summary: app-misc/ckermit-9.0.302 fails to compile (GCC-14-SYSTEM): ckwart.c:531:1: er...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2023-12-21 08:09 UTC by Agostino Sarubbo
Modified: 2025-03-24 01:54 UTC (History)
0 users

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


Attachments
build.log (build.log,63.74 KB, text/plain)
2023-12-21 08:09 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-12-21 08:09:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/ckermit-9.0.302 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-12-21 08:09:03 UTC
Created attachment 880115 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2025-01-21 08:03:45 UTC
tinderbox-stable has reproduced this issue in a STABLE environment with version 9.0.302
Comment 3 Larry the Git Cow gentoo-dev 2025-03-23 08:43:54 UTC
The bug has been closed via the following commit(s):

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

commit d290e4b5721c3dddfc9541ca3ce36aff930f9aa6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-03-23 08:42:34 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-23 08:43:25 +0000

    app-misc/ckermit: add 10.0.414_beta11
    
    Closes: https://bugs.gentoo.org/685096
    Closes: https://bugs.gentoo.org/870787
    Closes: https://bugs.gentoo.org/920452
    Closes: https://bugs.gentoo.org/946208
    Bug: https://bugs.gentoo.org/948170
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/ckermit/Manifest                          |  1 +
 app-misc/ckermit/ckermit-10.0.414_beta11.ebuild    | 91 +++++++++++++++++++++
 ...kermit-10.0.414_beta11-fix-makefile-typos.patch | 95 ++++++++++++++++++++++
 3 files changed, 187 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2025-03-24 01:54:28 UTC
The bug has been referenced in the following commit(s):

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

commit b191430fb39de48b5f6397e67c0b93bfa3825226
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-03-24 01:33:35 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-24 01:33:35 +0000

    app-misc/ckermit: pass -std=gnu89 for old 9.x
    
    I just revbupmed 9.x for the LICENSE fix but it won't be buildable
    without this.
    
    Bug: https://bugs.gentoo.org/408335
    Bug: https://bugs.gentoo.org/870787
    Bug: https://bugs.gentoo.org/920452
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/ckermit/ckermit-9.0.302-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)