Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945284 - media-libs/libid3tag: headers incompatible with C23 (media-sound/ripperx-2.7.3 fails to compile: expr: syntax error: missing argument after -)
Summary: media-libs/libid3tag: headers incompatible with C23 (media-sound/ripperx-2.7....
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL: https://codeberg.org/tenacityteam/lib...
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-29 08:08 UTC by Agostino Sarubbo
Modified: 2024-11-29 08:50 UTC (History)
0 users

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


Attachments
build.log (build.log,132.39 KB, text/plain)
2024-11-29 08:08 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 2024-11-29 08:08:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/ripperx-2.7.3 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-29 08:08:53 UTC
Created attachment 912574 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-29 08:50:16 UTC
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: