Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732274 - sys-cluster/hpx fails to compile
Summary: sys-cluster/hpx fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kurt Kanzenbach
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-11 19:35 UTC by Agostino Sarubbo
Modified: 2020-07-24 12:03 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,6.91 KB, text/plain)
2020-07-11 19:35 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 2020-07-11 19:35:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/hpx fails to compile.
Discovered on: amd64  (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-11 19:35:36 UTC
Created attachment 648956 [details]
build.log

build log and emerge --info
Comment 2 Kurt Kanzenbach 2020-07-12 14:32:08 UTC
Reproduced and fixed. Thanks!
Comment 3 Larry the Git Cow gentoo-dev 2020-07-24 12:03:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29658991e1fd295f10bf26d7a1275eebc43befa

commit f29658991e1fd295f10bf26d7a1275eebc43befa
Author:     Kurt Kanzenbach <kurt@kmk-computers.de>
AuthorDate: 2020-07-12 14:18:09 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-07-24 12:03:30 +0000

    sys-cluster/hpx: Fix memory requirement
    
    Instead of guessing the number of make jobs, better use the corresponding eclass
    to get it.
    
    Closes: https://bugs.gentoo.org/732274
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sys-cluster/hpx/hpx-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)