View previous topic :: View next topic |
Author |
Message |
mikefot l33t
Joined: 19 Nov 2014 Posts: 709
|
Posted: Tue Sep 25, 2018 9:35 am Post subject: [SOLVED]problem emerging dev-qt/qtwebengine-5.11.1 |
|
|
Dear All.
I am having a problem emerging dev-qt/qtwebengine-5.11.1.
The compilation runs OK until it finishes going through a big loop of some kind.
A little further on it pauses and then does a great deal of writing to and from the hard drive it seems.
It seems to get stuck doing this.....
I am running an AMD kaveri box with 8GB RAM installed.
Is that enough RAM to compile this package efficiently?
Here is some output leading up to the pause:
https://pastebin.com/n9GPZ1nu
Some qtbugs are listed in it.
Comments appreciated.
Regards
Michael Fothergill
Last edited by mikefot on Wed Sep 26, 2018 9:53 am; edited 1 time in total |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2728 Location: Here and Away Again
|
Posted: Tue Sep 25, 2018 9:30 pm Post subject: ><)))°€ |
|
|
My first guess would indeed be insufficient amount of RAM.
For example, if I build it with MAKEOPTS="-j16", my 16 GiBs of RAM is not enough, it will dip over 8 GiBs into swap. With "-j12" it seems to stick to RAM.
See also: dev-qt/qtwebengine-5.11.1 fails to build
Similar to that thread, from a quick glance, your error log snippet doesn't seem to contain the actual point of failure either. We'll need more of it, or you can try to find the actual spot yourself (look for 'error: ' or 'killed' for example).
If your issue ends up being the same (running out of memory), I'm thinking this one can go into duplicate threads (or even merged into that one). _________________ Kindest of regardses. |
|
Back to top |
|
|
mikefot l33t
Joined: 19 Nov 2014 Posts: 709
|
Posted: Wed Sep 26, 2018 7:27 am Post subject: |
|
|
Many thanks for your reply.
I left it compiling overnight and it finally succeeded.
See here (emerge.log output):
Code: | 1537907353: Started emerge on: Sep 25, 2018 21:29:12
1537907353: *** emerge dev-qt/qtwebengine
1537907408: >>> emerge (1 of 1) dev-qt/qtwebengine-5.11.1 to /
1537907408: === (1 of 1) Cleaning (dev-qt/qtwebengine-5.11.1::/usr/portage/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild)
1537907412: === (1 of 1) Compiling/Merging (dev-qt/qtwebengine-5.11.1::/usr/portage/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild)
1537932408: === (1 of 1) Merging (dev-qt/qtwebengine-5.11.1::/usr/portage/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild)
1537932481: >>> AUTOCLEAN: dev-qt/qtwebengine:5
1537932481: === Unmerging... (dev-qt/qtwebengine-5.11.1)
1537932511: >>> unmerge success: dev-qt/qtwebengine-5.11.1
1537932517: === (1 of 1) Post-Build Cleaning (dev-qt/qtwebengine-5.11.1::/usr/portage/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild)
1537932517: ::: completed emerge (1 of 1) dev-qt/qtwebengine-5.11.1 to /
1537932518: *** Finished. Cleaning up...
1537932522: *** exiting successfully.
1537932523: *** terminating.
|
I probably need more RAM I guess.....
Regards
MF |
|
Back to top |
|
|
Chiitoo Administrator
Joined: 28 Feb 2010 Posts: 2728 Location: Here and Away Again
|
Posted: Wed Sep 26, 2018 5:59 pm Post subject: |
|
|
Moved from Portage & Programming to Duplicate Threads in the favour of dev-qt/qtwebengine-5.11.1 fails to build.
Seems to be about the same issue.
Glad it got solved like that! _________________ Kindest of regardses. |
|
Back to top |
|
|
|