Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924998 - sys-cluster/ceph-18.2.0-r2 - does not respect makeopts
Summary: sys-cluster/ceph-18.2.0-r2 - does not respect makeopts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: makeopts-ignored
  Show dependency tree
 
Reported: 2024-02-19 19:03 UTC by Toralf Förster
Modified: 2025-05-11 04:23 UTC (History)
3 users (show)

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


Attachments
ps-faux-20240219-165425-53.txt (ps-faux-20240219-165425-53.txt,458.52 KB, application/text-plain)
2024-02-19 19:03 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)