Summary: | sci-libs/stellarsolver-2.5 fails to compile (MUSL): os-features.h:113:6: error: conflicting types for qsort_r; have void(void......) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-astronomy |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/rlancaste/stellarsolver/issues/125 https://bugs.gentoo.org/show_bug.cgi?id=886465 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 814732 [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: FAILED: CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/blind/engine.c.o /var/tmp/portage/sci-libs/stellarsolver-2.2/work/stellarsolver-2.2/stellarsolver/astrometry/os-features.h:113:6: error: conflicting types for 'qsort_r'; have 'void(void *, size_t, size_t, void *, int (*)(void *, const void *, const void *))' {aka 'void(void *, long unsigned int, long unsigned int, void *, int (*)(void *, const void *, const void *))'} tinderbox_musl has reproduced this issue with version 2.4 - Updating summary. tinderbox_musl has reproduced this issue with version 2.5 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f38f29b1d319f64a4c37d3c55ce487d654049a commit 65f38f29b1d319f64a4c37d3c55ce487d654049a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-04-22 17:46:04 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-04-22 17:51:45 +0000 sci-libs/stellarsolver: Fix QA warnings Closes: https://bugs.gentoo.org/873595 Closes: https://bugs.gentoo.org/886465 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../files/stellarsolver-2.5-compiler-warning.patch | 26 ++ .../files/stellarsolver-2.5-qsort-warning.patch | 291 +++++++++++++++++++++ sci-libs/stellarsolver/stellarsolver-2.5-r1.ebuild | 37 +++ 3 files changed, 354 insertions(+) |