Summary: | [guru] media-gfx/silicon-0.5.2-r1 fails to compile: warning: onig_sys@69.8.1: regparse.c:588:5: error: initialization of int ()(void) from incompatible pointer type int ()(st_str_end_key , st_str_end_key ) [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | YOSHIOKA Takuma <lo48576> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | creideiki+gentoo-bugzilla, guru-bugs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 912594 [details]
build.log
build log and emerge --info
This looks like the same problem as bug 943785. onig_sys includes an ancient snapshot of oniguruma, which isn't compatible with GCC 15 yet. To make onig_sys use the system library instead of its included snapshot, depend on dev-libs/oniguruma and compile with "export RUSTONIG_SYSTEM_LIBONIG=1". The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11f24bb6f353c3a1629d58c73b25c15459630faa commit 11f24bb6f353c3a1629d58c73b25c15459630faa Author: YOSHIOKA Takuma <lo48576@hard-wi.red> AuthorDate: 2024-12-01 10:30:45 +0000 Commit: YOSHIOKA Takuma <lo48576@hard-wi.red> CommitDate: 2024-12-01 10:39:21 +0000 media-gfx/silicon: use system oniguruma instead of bundled one Closes: https://bugs.gentoo.org/945303 Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red> media-gfx/silicon/silicon-0.5.2-r2.ebuild | 252 ++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) |