Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873016 - sci-astronomy/siril-1.0.5 fails to compile (MUSL): signals.c:29:10: fatal error: execinfo.h: No such file or directory
Summary: sci-astronomy/siril-1.0.5 fails to compile (MUSL): signals.c:29:10: fatal err...
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: 2022-09-26 09:21 UTC by Agostino Sarubbo
Modified: 2022-10-01 03:16 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,123.80 KB, text/plain)
2022-09-26 09:21 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 2022-09-26 09:21:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-astronomy/siril-1.0.5 fails to compile (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-26 09:21:33 UTC
Created attachment 814228 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-26 09:21:34 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


../siril-1.0.5/src/core/signals.c:29:10: fatal error: execinfo.h: No such file or directory
FAILED: src/libsiril.a.p/core_signals.c.o 
Run-time dependency kplot found: NO (tried pkgconfig and cmake)
../siril-1.0.5/src/core/signals.c:29:10: fatal error: execinfo.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-10-01 03:16:42 UTC
The bug has been closed via the following commit(s):

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

commit ddb3e71ded114d3bb1092db19badd0b58cbc4ce8
Author:     Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
AuthorDate: 2022-09-26 21:41:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-01 03:15:41 +0000

    sci-astronomy/siril: Fix building on musl, missing execinfo.h
    
    Closes: https://bugs.gentoo.org/873016
    Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
    Closes: https://github.com/gentoo/gentoo/pull/27483
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-astronomy/siril/files/siril-1.0-execinfo.patch | 22 ++++++++++++++++++++++
 sci-astronomy/siril/siril-1.0.5.ebuild             |  1 +
 2 files changed, 23 insertions(+)