View previous topic :: View next topic |
Author |
Message |
dylanmc Apprentice

Joined: 18 Apr 2014 Posts: 157 Location: Modena, Italy
|
Posted: Sun Apr 10, 2022 10:41 am Post subject: qtwebengine-5.15.2_p20211216 [SOLVED] |
|
|
Hi to all,
I have issues merging this package... I have "only" 16GB of memory....
Code: | >>> '/var/log/portage/dev-qt:qtwebengine-5.15.2_p20211216:20220410-102909.log'
* Package: dev-qt/qtwebengine-5.15.2_p20211216
* Repository: gentoo
* Maintainer: qt@gentoo.org gyakovlev@gentoo.org
* Upstream: https://bugreports.qt.io/
* USE: abi_x86_64 alsa amd64 elibc_glibc jumbo-build kernel_linux system-ffmpeg system-icu userland_GNU widgets
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
* Checking for at least 26 GiB RAM ... [ !! ]
* There is NOT at least 26 GiB RAM
* Checking for at least 7 GiB disk space at "/var/tmp/portage/portage/dev-qt/qtwebengine-5.15.2_p20211216/temp" ... [ ok ]
* Checking for at least 150 MiB disk space at "/usr" ... [ ok ]
*
* Space constraints set in the ebuild were not met!
* The build will most probably fail, you should enhance the space
* as per failed tests.
*
* ERROR: dev-qt/qtwebengine-5.15.2_p20211216::gentoo failed (pretend phase):
* Build requirements not met!
*
* Call stack:
* ebuild.sh, line 127: Called pkg_pretend
* qtwebengine-5.15.2_p20211216.ebuild, line 149: Called qtwebengine_check-reqs
* qtwebengine-5.15.2_p20211216.ebuild, line 145: Called check-reqs_pkg_pretend
* check-reqs.eclass, line 98: Called check-reqs_pkg_setup
* check-reqs.eclass, line 89: Called _check-reqs_output
* check-reqs.eclass, line 296: Called die
* The specific snippet of code:
* [[ ${EBUILD_PHASE} == "pretend" && -z ${CHECKREQS_DONOTHING} ]] && \
* die "Build requirements not met!"
*
* If you need support, post the output of `emerge --info '=dev-qt/qtwebengine-5.15.2_p20211216::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-qt/qtwebengine-5.15.2_p20211216::gentoo'`.
* The complete build log is located at '/var/log/portage/dev-qt:qtwebengine-5.15.2_p20211216:20220410-102909.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/portage/dev-qt/qtwebengine-5.15.2_p20211216/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/portage/dev-qt/qtwebengine-5.15.2_p20211216/temp/die.env'.
* Working directory: '/var/tmp/portage/portage/dev-qt/qtwebengine-5.15.2_p20211216/empty'
* S: '/var/tmp/portage/portage/dev-qt/qtwebengine-5.15.2_p20211216/work/qtwebengine-5.15.2_p20211216'
*
* The following package has failed to build, install, or execute postinst:
*
* (dev-qt/qtwebengine-5.15.2_p20211216:5/5.15::gentoo, ebuild scheduled for merge), Log file:
* '/var/log/portage/dev-qt:qtwebengine-5.15.2_p20211216:20220410-102909.log'
*
|
Last edited by dylanmc on Sun Apr 10, 2022 10:58 am; edited 1 time in total |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5706 Location: Bavaria
|
Posted: Sun Apr 10, 2022 10:46 am Post subject: |
|
|
Do this:
Code: | # mkdir /etc/portage/env
# nano -w /etc/portage/env/monster.conf
=>
MAKEOPTS="-j3"
# nano -w /etc/portage/package.env
=>
dev-qt/qtwebengine monster.conf |
and try again. |
|
Back to top |
|
 |
dylanmc Apprentice

Joined: 18 Apr 2014 Posts: 157 Location: Modena, Italy
|
Posted: Sun Apr 10, 2022 10:57 am Post subject: |
|
|
ok, it works
thanks a lot! |
|
Back to top |
|
 |
Josef.95 Advocate

Joined: 03 Sep 2007 Posts: 4775 Location: Germany
|
Posted: Sun Apr 10, 2022 1:33 pm Post subject: |
|
|
dylanmc wrote: | I have "only" 16GB of memory.... |
Yes, but I think with 16GB of memory
MAKEOPTS="-j6"
shoult work too (it builds faster :) |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5706 Location: Bavaria
|
Posted: Sun Apr 10, 2022 4:09 pm Post subject: |
|
|
Josef.95 wrote: | MAKEOPTS="-j6"
shoult work too (it builds faster  |
Yes, I think so also ... but I wanted to be safe and not to produce another frustration ...
(there is a limit between 1 and 7 depending what he is doing with his memory otherwise; e.g. if there is a mount of /var/tmp/portage into tmpfs, or having some servers running and so on; you also know that with "jumbo-build" we need even more memory per thread) |
|
Back to top |
|
 |
|