Summary: | media-libs/libid3tag: headers incompatible with C23 (media-sound/ripperx-2.7.3 fails to compile: expr: syntax error: missing argument after -) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://codeberg.org/tenacityteam/libid3tag/pulls/14 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 880545 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 912574 [details]
build.log
build log and emerge --info
In file included from common.h:17, from misc_utils.h:5, from config_rw.c:12: err_dialog_handler.h:2: warning: header guard ‘ERR_DIALOG_HANDLER_H’ followed by ‘#define’ of a different macro [-Wheader-guard[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wheader-guard]] 2 | #ifndef ERR_DIALOG_HANDLER_H err_dialog_handler.h:3: note: ‘ERR_IDALOG_HANDLER_H’ is defined here; did you mean ‘ERR_DIALOG_HANDLER_H’? 3 | #define ERR_IDALOG_HANDLER_H In file included from /usr/include/id3.h:32, from misc_utils.h:7: /usr/include/id3/globals.h:87:13: error: two or more data types in declaration specifiers 87 | typedef int bool; | ^~~~ In file included from common.h:17, from main_window_handler.h:4, from main.c:13: err_dialog_handler.h:2: warning: header guard ‘ERR_DIALOG_HANDLER_H’ followed by ‘#define’ of a different macro [-Wheader-guard[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wheader-guard]] 2 | #ifndef ERR_DIALOG_HANDLER_H err_dialog_handler.h:3: note: ‘ERR_IDALOG_HANDLER_H’ is defined here; did you mean ‘ERR_DIALOG_HANDLER_H’? 3 | #define ERR_IDALOG_HANDLER_H In file included from common.h:17, from misc_utils.h:5, from status_frame_handler.c:7: |