Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897854 - net-im/ekg2-0.4_pre20190315-r1 fails to compile (MUSL-CLANG-SYSTEM): input.c:239:2: error: call to undeclared function waddnwstr; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Summary: net-im/ekg2-0.4_pre20190315-r1 fails to compile (MUSL-CLANG-SYSTEM): input.c:...
Status: RESOLVED DUPLICATE of bug 885713
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-26 08:17 UTC by Agostino Sarubbo
Modified: 2023-03-30 09:08 UTC (History)
0 users

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


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

Issue: net-im/ekg2-0.4_pre20190315-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:17:24 UTC
Created attachment 854756 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-26 08:17:26 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


ekg/ekg.c:949:23: warning: passing arguments to 'script_variables_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ekg/plugins.c/usr/include/glib-2.0/glib/gstrfuncs.h::282258::171::  warning: note: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]'g_memdup' has been explicitly marked deprecated here
plugins/ncurses/input.c:239:2: error: call to undeclared function 'waddnwstr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Comment 3 David Seifert gentoo-dev 2023-03-30 09:08:45 UTC

*** This bug has been marked as a duplicate of bug 885713 ***