Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 924998

Summary: sys-cluster/ceph-18.2.0-r2 - does not respect makeopts
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: cluster, toralf, zhixu.liu
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/41614
https://bugs.gentoo.org/show_bug.cgi?id=928346
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654178    
Attachments: ps-faux-20240219-165425-53.txt

Description Toralf Förster gentoo-dev 2024-02-19 19:03:34 UTC
will attach ps faux asap
Comment 1 Toralf Förster gentoo-dev 2024-02-19 19:03:52 UTC
Created attachment 885435 [details]
ps-faux-20240219-165425-53.txt

ps faux
Comment 2 Zhixu Liu 2025-04-15 16:06:15 UTC
what's the value of makeopts to be expected?
Comment 3 Toralf Förster gentoo-dev 2025-04-15 16:21:50 UTC
(In reply to Zhixu Liu from comment #2)
> what's the value of makeopts to be expected?

-j 4
Comment 4 Larry the Git Cow gentoo-dev 2025-05-11 00:51:05 UTC
The bug has been closed via the following commit(s):

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

commit 2d8e6a13cf2328d89de2cb5ef4f1df2c67a0a3b5
Author:     Z. Liu <zhixu.liu@gmail.com>
AuthorDate: 2025-04-16 05:02:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-11 00:45:32 +0000

    sys-cluster/ceph: respect MAKEOPTS (partly)
    
    ninja call cmake, the final solution could be to call "cmake --build"
    instead of "ninja ..." at the top level.
    
    Closes: https://bugs.gentoo.org/924998
    Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
    Part-of: https://github.com/gentoo/gentoo/pull/41614
    Closes: https://github.com/gentoo/gentoo/pull/41614
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-cluster/ceph/ceph-18.2.4-r4.ebuild | 3 ++-
 sys-cluster/ceph/ceph-19.2.0-r3.ebuild | 3 ++-
 sys-cluster/ceph/ceph-19.2.1-r2.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)