Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945352 - dev-db/mariadb-10.11.10 fails to compile: my_alarm.h:46:53: error: passing argument 2 of signal from incompatible pointer type [-Wincompatible-pointer-types]
Summary: dev-db/mariadb-10.11.10 fails to compile: my_alarm.h:46:53: error: passing ar...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-29 13:52 UTC by Agostino Sarubbo
Modified: 2024-12-13 15:03 UTC (History)
0 users

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


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

Issue: dev-db/mariadb-10.11.10 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-29 13:52:23 UTC
Created attachment 912709 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-29 13:52:24 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Could not find a package configuration file provided by "GSSAPI" with any
-- Could NOT find Snappy (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIRS) 
FAILED: mysys/CMakeFiles/mysys.dir/my_lock.c.o 
/var/tmp/portage/dev-db/mariadb-10.11.10/work/mysql/include/my_alarm.h:46:53: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
Comment 3 Larry the Git Cow gentoo-dev 2024-12-13 15:03:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9b708248fd372daa1c070085dde7f340bda23c

commit af9b708248fd372daa1c070085dde7f340bda23c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-12-13 15:00:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-13 15:00:44 +0000

    dev-db/mariadb: build w/ -std=gnu17
    
    Closes: https://bugs.gentoo.org/945352
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/mariadb/mariadb-10.11.10.ebuild   | 3 +++
 dev-db/mariadb/mariadb-10.11.5-r1.ebuild | 3 +++
 dev-db/mariadb/mariadb-10.6.14.ebuild    | 3 +++
 dev-db/mariadb/mariadb-10.6.15.ebuild    | 3 +++
 dev-db/mariadb/mariadb-10.6.17.ebuild    | 3 +++
 dev-db/mariadb/mariadb-10.6.20.ebuild    | 3 +++
 dev-db/mariadb/mariadb-11.4.4.ebuild     | 3 +++
 7 files changed, 21 insertions(+)