Summary: | [science overlay] sci-misc/irstlm-6.00.05 : /.../cstdlib: fatal error: stdlib.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: | pavel.a.denisov |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 sci-misc:irstlm-6.00.05:20201119-081614.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 672823 [details]
emerge-info.txt
Created attachment 672826 [details]
emerge-history.txt
Created attachment 672829 [details]
environment
Created attachment 672832 [details]
etc.portage.tbz2
Created attachment 672835 [details]
logs.tbz2
Created attachment 672838 [details]
sci-misc:irstlm-6.00.05:20201119-081614.log
Created attachment 672841 [details]
temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/sci.git/commit/?id=89b4aa759766a8f1f3959af566986825be60740c commit 89b4aa759766a8f1f3959af566986825be60740c Author: Lucas Mitrak <lucas@lucasmitrak.com> AuthorDate: 2021-09-15 04:46:45 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2021-09-15 17:38:26 +0000 sci-misc/irstlm: remove AM_CXXFLAGS, add doc/static-libs use flags * EAPI bump * Add doc and static-libs use flags * Add app-text/texlive[extra] as BDEPEND for doc * Add patch that removes lib and lib64 linking * Add patch that makes irstlm-manual.pdf obey --docdir * Remove AM_CXXFLAGS that breaks the package or should not be there * Copy doc/RELEASE to RELEASE.tex for doc * Add static-libs and doc to the configure using the econf variable Currently, sci-misc/irstlm will not compile due to bad AM_CXXFLAGS. A sed command was added which removes these unwanted flags. This was done in the same way to a PR upstream [1]. In addition, a patch was added which removes a Makefile.am lib->lib64 linking operation. This was also done in the same way as the upstream PR [1]. Another patch was added which removes doc/irstlm-manual.pdf from install in --prefix to instead obey --docdir. Furthermore, the doc USE flag was added for this new documentation. To create this documentation, a simple copy command of doc/RELEASE to RELEASE.tex is needed for it to make correctly. Also, a BDEPEND of app-text/texlive[extra] was added if the doc USE is true. A static-libs USE flag was added to include the static library libirstlm.a. Both USE flags are configured in the econf variable. Finally, the EAPI was bumped. [1] https://github.com/irstlm-team/irstlm/pull/12 Closes: https://bugs.gentoo.org/755473 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Lucas Mitrak <lucas@lucasmitrak.com> Closes: https://github.com/gentoo/sci/pull/1112 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> .../files/irstlm-6.00.05-doc-obey-docdir.patch | 22 +++++++++++++ .../files/irstlm-6.00.05-remove-lib-linking.patch | 18 ++++++++++ sci-misc/irstlm/irstlm-6.00.05-r1.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 78 insertions(+) |