Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894552 - app-misc/irtrans-irserver-6.09.04-r1 fails to compile (MUSL-CLANG-SYSTEM): fileio.c:99:2: error: call to undeclared library function memset with type void (void , int, unsigned long); ISO C99 and later do not support implicit function declarations [-Wimp
Summary: app-misc/irtrans-irserver-6.09.04-r1 fails to compile (MUSL-CLANG-SYSTEM): fi...
Status: CONFIRMED
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:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-15 09:42 UTC by Agostino Sarubbo
Modified: 2023-02-15 09:42 UTC (History)
0 users

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


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

Issue: app-misc/irtrans-irserver-6.09.04-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-15 09:42:10 UTC
Created attachment 851214 [details]
build.log

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


                        sprintf (rdcom,"Select Error: %d
                        sprintf (result,"**00000 RESULT ERROR Selected IR Output does not exist
                        sprintf (result,"**00000 RESULT ERROR Specified Bus does not exist
");
",errno);
",res,buf[1]); 
flashrom.c:1654:172:                        sprintf (buf,"Learn Error: %d - %d
fileio.c:99:2: error: call to undeclared library function 'memset' with type 'void *(void *, int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]