Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897866 - net-irc/irssistats-0.75-r1 fails to compile (MUSL-CLANG-SYSTEM): irssistats.c:1001:35: error: call to undeclared library function isdigit with type int (int); ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaratio
Summary: net-irc/irssistats-0.75-r1 fails to compile (MUSL-CLANG-SYSTEM): irssistats.c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-26 08:22 UTC by Agostino Sarubbo
Modified: 2024-05-10 08:13 UTC (History)
0 users

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


Attachments
build.log (build.log,68.43 KB, text/plain)
2023-02-26 08:22 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-26 08:22:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-irc/irssistats-0.75-r1 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-26 08:22:15 UTC
Created attachment 854768 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-05-10 08:13:12 UTC
The bug has been closed via the following commit(s):

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

commit be5d3f27a922d0819980eb8ca2a108b41196a71d
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-09-12 17:56:43 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-05-10 08:12:55 +0000

    net-irc/irssistats: Fix call to undeclared library function isdigit
    
    and update EAPI 6 -> 8
    
    Closes: https://bugs.gentoo.org/897866
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32742
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../files/irssistats-0.75-clang16-build-fix.patch  | 40 ++++++++++++++++++++++
 net-irc/irssistats/irssistats-0.75-r2.ebuild       | 32 +++++++++++++++++
 2 files changed, 72 insertions(+)