Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873595 - sci-libs/stellarsolver-2.5 fails to compile (MUSL): os-features.h:113:6: error: conflicting types for qsort_r; have void(void......)
Summary: sci-libs/stellarsolver-2.5 fails to compile (MUSL): os-features.h:113:6: erro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-30 07:08 UTC by Agostino Sarubbo
Modified: 2024-04-22 17:52 UTC (History)
1 user (show)

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


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

Issue: sci-libs/stellarsolver-2.2 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-30 07:08:35 UTC
Created attachment 814732 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-30 07:08:36 UTC
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 *))'}
Comment 3 Agostino Sarubbo gentoo-dev 2023-02-28 09:16:19 UTC
tinderbox_musl has reproduced this issue with version 2.4 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-02-19 08:46:14 UTC
tinderbox_musl has reproduced this issue with version 2.5 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-04-22 17:52:14 UTC
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(+)