https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-astronomy/siril-1.0.6-r2 fails to compile (MUSL-CLANG-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Created attachment 854966 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ../siril-1.0.6/src/algos/background_extraction.c:1071:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/extraction.c:193:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/extraction.c:319:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/extraction.c:608:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/extraction.c:803:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/geometry.c:647:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/statistics.c:860:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/algos/transform.c:136:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/core/preprocess.c:433:56: warning: passing arguments to 'create_default_seqargs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/core/siril_actions.c:72:35: warning: passing arguments to 'on_header_snapshot_button_clicked' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../siril-1.0.6/src/core/siril_actions.c:76:35: warning: passing arguments to 'on_header_snapshot_button_clicked' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FAILED: src/libsiril.a.p/core_signals.c.o Run-time dependency kplot found: NO (tried pkgconfig and cmake) ../siril-1.0.6/src/core/signals.c:68:3: error: use of undeclared identifier 'SYMBOL_INFO'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5721e7de2e4933b397da2c74b20f599575f6c763 commit 5721e7de2e4933b397da2c74b20f599575f6c763 Author: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> AuthorDate: 2023-02-27 17:20:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-03-25 04:06:10 +0000 sci-astronomy/siril: fix build with MUSL Closes: https://bugs.gentoo.org/898108 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/29837 Signed-off-by: Sam James <sam@gentoo.org> .../siril/files/siril-1.0-execinfo-r2.patch | 46 ++++++++++++++++++++++ .../siril/files/siril-1.0-prototypes.patch | 41 +++++++++++++++++++ sci-astronomy/siril/siril-1.0.6-r2.ebuild | 1 + 3 files changed, 88 insertions(+)