Summary: | app-arch/createrepo_c-0.20.1 fails to compile (CLANG-STRICTER-SYSTEM): xml_parser_other.c:309:28: error: passing arguments to cr_xml_parser_data without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non- | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Jaco Kroon <jaco> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 880545 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 833625 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser.c.o FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser_filelists.c.o FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser_other.c.o FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser_primary.c.o FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser_repomd.c.o FAILED: src/CMakeFiles/libcreaterepo_c.dir/xml_parser_updateinfo.c.o /var/tmp/portage/app-arch/createrepo_c-0.20.1/work/createrepo_c-0.20.1/src/xml_parser_other.c:309:28: error: passing arguments to 'cr_xml_parser_data' without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype] This has -std=gnu99 so I wouldn't expect it to warn without the -Werror (i.e. you're opting in to it, rather than letting it happen "naturally" where implied default is C17 or whatever and it really will break when default changes.) |