Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 857210 - emerge kde-apps/kdecore-meta fails. qtwebengine errors
Summary: emerge kde-apps/kdecore-meta fails. qtwebengine errors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-10 03:40 UTC by Frank Daniel
Modified: 2022-07-12 22:17 UTC (History)
1 user (show)

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


Attachments
log files from emerge qtwebengine info pqv build (QtWebEngine.zip,9.81 KB, application/x-zip-compressed)
2022-07-10 03:40 UTC, Frank Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Daniel 2022-07-10 03:40:26 UTC
Created attachment 790820 [details]
log files from emerge qtwebengine info pqv build

I have been trying the emerge kde-apps/kdecore.
Every time it bombs off at qtwebengine.

I have included system info, the output the emerge command and the requested files.

Please inform me as to what else is needed to rectify this problem.
Comment 1 Matthew Smith gentoo-dev 2022-07-10 05:00:14 UTC
> * Checking for at least 28 GiB RAM ...
> [ !! ]
> * There is NOT at least 28 GiB RAM

It looks like you're trying to build qtwebengine with a high make jobs count - this requires a lot of memory so the ebuild stops you from trying (and wasting your time).

You can create a package.env for qtwebengine to set a lower value e.g. MAKEOPTS="-j4": https://wiki.gentoo.org/wiki//etc/portage/package.env
Comment 2 Frank Daniel 2022-07-11 01:02:33 UTC
I made the ajustment(s).
MAKEOPT -j4 -l4

It didn't change anything.

I ran 'emerge --keep-going --ask kde-apps/kde-apps-meta'  and whole bunch of packages failed.  I fear I got some corrupted downloads from one of the mirrors.

I will hold on to this build and back step  a week
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-11 01:04:08 UTC
(In reply to Frank Daniel from comment #2)
> I made the ajustment(s).
> MAKEOPT -j4 -l4
> 
> It didn't change anything.
> 
> I ran 'emerge --keep-going --ask kde-apps/kde-apps-meta'  and whole bunch of
> packages failed.  I fear I got some corrupted downloads from one of the
> mirrors.
> 
> I will hold on to this build and back step  a week

Please share the build.log from something failing.
Comment 4 Frank Daniel 2022-07-12 22:17:39 UTC
My Bad

   I apparently saved the files in a unrecoverable place.

   Anyways,  I tweaked the MAKE-OPTS DEFAULT_EMERGE_OPTS, add a ccache.  I was able to complete the build.

Close if you wish