Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894514 - app-forensics/afl-2.57b-r2 fails to compile (MUSL-CLANG-SYSTEM): <stdin>:1:1: error: type specifier missing, defaults to int; ISO C99 and later do not support implicit int [-Wimplicit-int]
Summary: app-forensics/afl-2.57b-r2 fails to compile (MUSL-CLANG-SYSTEM): <stdin>:1:1:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-15 07:54 UTC by Agostino Sarubbo
Modified: 2023-08-02 19:31 UTC (History)
0 users

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


Attachments
build.log (build.log,44.89 KB, text/plain)
2023-02-15 07:54 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-02-15 07:54:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-forensics/afl-2.57b-r2 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-15 07:54:42 UTC
Created attachment 851190 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-08-02 19:31:17 UTC
The bug has been closed via the following commit(s):

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

commit 5713308aaacf4a4f3df3ba689ed1b145b3bb6619
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2023-08-02 19:29:46 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2023-08-02 19:29:46 +0000

    app-forensics/afl: clang 16 fix
    
    Fix missing function type int in Makefile check.
    Remove unused inherits.
    
    Signed-off-by: Hanno Böck <hanno@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/32146
    Closes: https://bugs.gentoo.org/894514

 app-forensics/afl/afl-2.57b-r2.ebuild                      |  9 ++++++---
 .../afl/files/afl-2.57b-implicit-int-clang16.patch         | 14 ++++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)