Summary: | sci-chemistry/openbabel-2.4.1 fails to build with gcc-8.1.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | milan hodoscek <milan> |
Component: | Current packages | Assignee: | Gentoo Chemistry-Related Packages <sci-chemistry> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/openbabel/openbabel/commit/1bde79933149fb02c2e5b50d3a2f80a82f39c508 | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=654766 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | cmake fix for gcc-8.1.0 |
Description
milan hodoscek
2018-05-04 07:07:08 UTC
The package fails to build without patch on my system with gcc-8.1.0-r1 too. I build it with USE="openmp wxwidgets -doc {-test} Proposed patch works just fine. (I think it's unnecessary to provide my emerge --info, but if I'm wrong, let me know please) Looks good. And also upstream (and was reworked since as well). The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec881ef10b4bcbffd3b56bc78a680b29cd59853 commit 4ec881ef10b4bcbffd3b56bc78a680b29cd59853 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-05-06 22:13:04 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-05-06 22:13:32 +0000 sci-chemistry/openbabel: allow gcc-8, bug #654800 openbabel explicitly whitelists list of major GCC versions. The change by Milan allow gcc-8. Newer upstream versions fixed the code to handle in in a more generic way: https://github.com/openbabel/openbabel/commit/00120f89cf62b121c30d0b2a891b159e19b53624 Fixed-by: milan hodoscek Closes: https://bugs.gentoo.org/654800 Package-Manager: Portage-2.3.36, Repoman-2.3.9 sci-chemistry/openbabel/files/openbabel-2.4.1-gcc-8.patch | 15 +++++++++++++++ sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) |