Summary: | sci-libs/netcdf-4.8.1-r1 - /.../hdf5debug.c: fatal error: execinfo.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/Unidata/netcdf-c/pull/1701 https://github.com/Unidata/netcdf-c/issues/1700 https://github.com/gentoo/gentoo/pull/26284 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 430702, 856418 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 sci-libs:netcdf-4.7.4:20211209-230820.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 757937 [details]
emerge-info.txt
Created attachment 757938 [details]
emerge-history.txt
Created attachment 757939 [details]
environment
Created attachment 757940 [details]
etc.portage.tar.bz2
Created attachment 757941 [details]
logs.tar.bz2
Created attachment 757942 [details]
sci-libs:netcdf-4.7.4:20211209-230820.log
Created attachment 757943 [details]
temp.tar.bz2
tinderbox_musl has reproduced this issue with version 4.8.1-r1 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400a204bea4aa72d51a0ef53260743c9f7ee0310 commit 400a204bea4aa72d51a0ef53260743c9f7ee0310 Author: brahmajit das <brahmajit.xyz@gmail.com> AuthorDate: 2022-07-15 10:13:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-15 12:46:42 +0000 sci-libs/netcdf: Fix musl missing execinfo.h check Check if execinfo.h is present before including the header. The check is preset in other parts of the souce code, here it was only being checked if it's WIN32 or CYGIWIN before including execinfo.h as a result build was failing on musl. Closes: https://bugs.gentoo.org/828677 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26284 Signed-off-by: Sam James <sam@gentoo.org> .../files/netcdf-4.9.0-fix-musl-execinfo_h.patch | 46 ++++++++++++++++++++++ sci-libs/netcdf/netcdf-4.9.0.ebuild | 1 + 2 files changed, 47 insertions(+) |