Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822639 - dev-java/openjdk does not respect PORTAGE_NICENESS during build
Summary: dev-java/openjdk does not respect PORTAGE_NICENESS during build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-11-09 11:47 UTC by Ulrich Müller
Modified: 2021-12-26 23:23 UTC (History)
3 users (show)

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


Attachments
dev-java/openjdk: Use PORTAGE_NICENESS, don't adjust further down (0001-dev-java-openjdk-Use-PORTAGE_NICENESS-don-t-adjust-f.patch,1.58 KB, patch)
2021-11-09 11:48 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2021-11-09 11:47:00 UTC
The build system adjusts it further down, so with the default PORTAGE_NICENESS=10 it ends up at 19.
Comment 1 Ulrich Müller gentoo-dev 2021-11-09 11:48:58 UTC
Created attachment 749838 [details, diff]
dev-java/openjdk: Use PORTAGE_NICENESS, don't adjust further down

Attached patch fixes the problem for me.
Comment 2 Larry the Git Cow gentoo-dev 2021-12-26 23:23:13 UTC
The bug has been closed via the following commit(s):

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

commit ec058f977d298ad96f0ab10d8df3312bfb697db5
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2021-11-09 11:44:20 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2021-12-26 23:22:59 +0000

    dev-java/openjdk: Use PORTAGE_NICENESS, don't adjust further down
    
    Closes: https://bugs.gentoo.org/822639
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-java/openjdk/openjdk-11.0.13_p8.ebuild | 1 +
 dev-java/openjdk/openjdk-17.0.1_p12.ebuild | 1 +
 2 files changed, 2 insertions(+)
Comment 3 Georgy Yakovlev archtester gentoo-dev 2021-12-26 23:23:36 UTC
thanks! applied.