Bug 2341375
Summary: | splint: FTBFS in Fedora rawhide/f42 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | splint | Assignee: | Raphael Groner <projects.rg> | ||||||||
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 42 | CC: | projects.rg | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | Type: | --- | |||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 2261709, 2300528 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2025-01-22 22:00:28 UTC
Created attachment 2072645 [details]
build.log
Created attachment 2072646 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2072647 [details]
state.log
Compiling mtgrammar.c... mtgrammar.c: In function ‘mtparse’: mtgrammar.c:63:15: error: too many arguments to function ‘mtlex’; expected 0, have 1 63 | #define yylex mtlex | ^~~~~ mtgrammar.c:659:33: note: in expansion of macro ‘yylex’ 659 | # define YYLEX yylex (&yylval) | ^~~~~ mtgrammar.c:1017:16: note: in expansion of macro ‘YYLEX’ 1017 | yychar = YYLEX; | ^~~~~ mtgrammar.c:135:12: note: declared here 135 | extern int mtlex () ; | ^~~~~ mtgrammar.c:139:37: error: too many arguments to function ‘yyprint’; expected 0, have 3 139 | # define YYPRINT(file, type, value) yyprint (file, type, value) | ^~~~~~~ mtgrammar.c:1043:11: note: in expansion of macro ‘YYPRINT’ 1043 | YYPRINT (stderr, yychar, yylval); | ^~~~~~~ mtgrammar.c:136:13: note: declared here 136 | static void yyprint (/*FILE *p_file, int p_type, YYSTYPE p_value */); | ^~~~~~~ mtgrammar.c: At top level: mtgrammar.c:1669:13: error: conflicting types for ‘yyprint’; have ‘void(FILE *, int, yystype)’ 1669 | static void yyprint (FILE *file, int type, YYSTYPE value) | ^~~~~~~ mtgrammar.c:136:13: note: previous declaration of ‘yyprint’ with type ‘void(void)’ 136 | static void yyprint (/*FILE *p_file, int p_type, YYSTYPE p_value */); | ^~~~~~~ mtgrammar.c:136:13: warning: ‘yyprint’ used but never defined mtgrammar.c:1669:13: warning: ‘yyprint’ defined but not used [-Wunused-function] 1669 | static void yyprint (FILE *file, int type, YYSTYPE value) | ^~~~~~~ make[3]: *** [Makefile:1162: mtgrammar.o] Error 1 This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. |