Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883345 - dev-lang/eisl-2.72 fails to compile (CLANG-STRICTER-SYSTEM): main.c:237:15: error: type specifier missing, defaults to int; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
Summary: dev-lang/eisl-2.72 fails to compile (CLANG-STRICTER-SYSTEM): main.c:237:15: e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-27 18:59 UTC by Agostino Sarubbo
Modified: 2023-02-16 15:53 UTC (History)
0 users

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


Attachments
build.log (build.log,59.35 KB, text/plain)
2022-11-27 18: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 2022-11-27 18:59:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/eisl-2.65 fails to compile (CLANG-STRICTER-SYSTEM).
Discovered on: amd64 (internal ref: clang-stricter_tinderbox)

NOTE:
(CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode

This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types

See also:
https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
https://wiki.gentoo.org/wiki/Modern_C_porting
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-27 18:59:48 UTC
Created attachment 837791 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-16 14:03:48 UTC
tinderbox_musl has reproduced this issue with version 2.72 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2023-02-16 15:53:59 UTC
The bug has been closed via the following commit(s):

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

commit 30cc28bd0a5f1835efdf8a00979dbc28e29e637c
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2023-02-16 14:31:23 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2023-02-16 15:53:55 +0000

    dev-lang/eisl: fix implicit
    
    Closes: https://bugs.gentoo.org/883345
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/eisl/eisl-2.65.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.69.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.70.ebuild               |  5 ++++-
 dev-lang/eisl/eisl-2.72.ebuild               |  5 ++++-
 dev-lang/eisl/files/eisl-2.65-implicit.patch | 11 +++++++++++
 5 files changed, 27 insertions(+), 4 deletions(-)