This is an auto-filled bug because sci-mathematics/gfan fails to compile on x86. Feel free to adjust the summary to clarify the exact issue. Attached build log and emerge --info
Created attachment 632270 [details] build.log build log and emerge --info
it hangs here: x86 (CHROOT) ~ $ ls -la /var/tmp/portage/sci-mathematics/gfan-0.6.2/temp/build.log lrwxrwxrwx 1 portage portage 72 Apr 10 17:56 /var/tmp/portage/sci-mathematics/gfan-0.6.2/temp/build.log -> /var/log/emerge-log/build/sci-mathematics/gfan-0.6.2:20200410-155650.log x86 (CHROOT) ~ $ date Sat 11 Apr 2020 06:06:10 PM CEST
ago: Does it reliably hang in that same test every time? (Can you try with -j1 to be sure which test it is?) I guess as a workaround we can disable the problematic test.
(In reply to Michael Orlitzky from comment #3) > ago: Does it reliably hang in that same test every time? (Can you try with > -j1 to be sure which test it is?) > > I guess as a workaround we can disable the problematic test. Yes it hangs every time with the same test: Running command:"cat <testsuite/0602ResultantFanProjection/input|./gfan _resultantfan --vectorinput --projection| grep F_VECTOR -A1>testsuite/0602ResultantFanProjection/outputNew"
Thanks. There's no upstream bug tracker, so I emailed the author directly about the issue. When I get further down my TODO list I'll just comment out that test.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4164ea823436d8d4ba9f9f3ee0ca517de4141e commit ee4164ea823436d8d4ba9f9f3ee0ca517de4141e Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2020-04-15 13:34:01 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2020-04-15 13:49:45 +0000 sci-mathematics/gfan: disable test that hangs on x86. The "0602ResultantFanProjection" test hangs on x86, leading to a build failure. Disabling this test looks as simple as deleting it from the source tree, which the ebuild now does in src_prepare(). Bug: https://bugs.gentoo.org/717112 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> sci-mathematics/gfan/gfan-0.6.2.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+)
All it took was an "rm" of the test, so I fixed the ebuild in place. Please try again and resolve this if it works.
--enable-optimism
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2a6e7fb4fb1d9205bca1556dd1a63b398d2244 commit 1c2a6e7fb4fb1d9205bca1556dd1a63b398d2244 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-08-29 16:36:57 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-08-29 17:30:59 +0000 sci-mathematics/gfan: fix startup crash, other improvements AKA steal a few Debian patches. Bug: https://bugs.gentoo.org/717112 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> .../gfan/files/gfan-0.6.2-find-name.patch | 18 +++++ ...gfan-0.6.2-fix-0602ResultantFanProjection.patch | 27 ++++++++ .../files/gfan-0.6.2-fix-spelling-errors.patch | 50 ++++++++++++++ sci-mathematics/gfan/gfan-0.6.2-r5.ebuild | 78 ++++++++++++++++++++++ 4 files changed, 173 insertions(+)