Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
11.4.4
-
LibreELEC with gcc15-20241117
Description
Potential fix available at https://github.com/MariaDB/server/pull/3686
Attachments
Issue Links
- is duplicated by
-
MDEV-35606 Compile error with gcc-15 (__sighandler_t in extra/readline)
-
- Closed
-
there's a configure check for the correct signal handler return type. it doesn't work in your environment and we need to understand why.
Here's how you can find it out:
cmake -USIGNAL_RETURN_TYPE_IS_VOID --debug-trycompile
the last line might look differently depending on your cmake version and your make tool