Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898108 - sci-astronomy/siril-1.0.6-r2 fails to compile (MUSL-CLANG-SYSTEM): signals.c:68:3: error: use of undeclared identifier SYMBOL_INFO
Summary: sci-astronomy/siril-1.0.6-r2 fails to compile (MUSL-CLANG-SYSTEM): signals.c:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: mario.haustein
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-02-27 10:05 UTC by Agostino Sarubbo
Modified: 2023-03-25 04:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,135.80 KB, text/plain)
2023-02-27 10:05 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 2023-02-27 10:05:27 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-27 10:05:29 UTC
Created attachment 854966 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-27 10:05:30 UTC
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'
Comment 3 Larry the Git Cow gentoo-dev 2023-03-25 04:08:43 UTC
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(+)