Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 568564

Summary: Failed to emerge dev-qt/qtwebkit-5.4.2
Product: Gentoo Linux Reporter: Tube709 <yves.boisjoly>
Component: [OLD] DevelopmentAssignee: Qt Bug Alias <qt>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info log file

Description Tube709 2015-12-17 18:20:11 UTC
Created attachment 419508 [details]
emerge --info log file

While trying to install qupzilla... The memory consumption reach 95% of 3.74GB and the swapfile was full at 512MB. The system was overload!

That's the second time I tried...

I will try it onto another with 10GB of memory + 16GB swapfile and 8 CPUs system to see what append there...

See the log attached...

{standard input}: Assembler messages:
{standard input}:157611: Warning: end of file not at end of a line; newline inserted
{standard input}:157949: Error: no such instruction: `m'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
Makefile.WebCore.Target:146065: recipe for target '.obj/inspector/InspectorAllInOne.o' failed
make[2]: *** [.obj/inspector/InspectorAllInOne.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2/Source/WebCore'
Makefile.WebCore:68: recipe for target 'sub-Target-pri-make_first-ordered' failed
make[1]: *** [sub-Target-pri-make_first-ordered] Error 2
make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2/Source/WebCore'
Makefile:178: recipe for target 'sub-Source-WebCore-WebCore-pro-make_first-ordered' failed
make: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
 * ERROR: dev-qt/qtwebkit-5.4.2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.4.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.4.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2'
 * S: '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2'

>>> Failed to emerge dev-qt/qtwebkit-5.4.2, Log file:

>>>  '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/temp/build.log'

 * Messages for package dev-qt/qtwebkit-5.4.2:

 * ERROR: dev-qt/qtwebkit-5.4.2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.4.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.4.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2'
 * S: '/var/tmp/portage/dev-qt/qtwebkit-5.4.2/work/qtwebkit-opensource-src-5.4.2'

 * GNU info directory index is up-to-date.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-12-17 18:22:14 UTC
That's pretty standard for qtwebkit. You can also try with lower jobs.
Comment 2 Tube709 2015-12-17 19:32:09 UTC
(In reply to Michael Palimaka (kensington) from comment #1)
> That's pretty standard for qtwebkit. You can also try with lower jobs.

Noted!

BTW, it compiled successfully on the other computer. That Mac Pro speed is very impressive with Gentoo compared to my other machines. Think about it... 8 CPUs at 2.8Ghz...

It fly away ;-)
Comment 3 Tube709 2015-12-17 19:34:11 UTC
I am using WindowMaker, it is pretty low on ressources needed...

Ok I will try it again with everything closed, except for WM and conky for monitoring...
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2015-12-17 20:27:12 UTC
Just use -j1 or -j2 in MAKEOPTS.

In any case, not a bug.
Comment 5 Tube709 2015-12-17 20:46:23 UTC
(In reply to Davide Pesavento from comment #4)
> Just use -j1 or -j2 in MAKEOPTS.
> 
> In any case, not a bug.

I successfully compiled the package by adding a 8GB USB key to the swapfile. The package CSSAllInOne.CPP made the swap grow up to 1.35 GB on conky statistic! So I bet my OpenOffice bug have the same problem. I'll give it a try with -j2 overnight and will answer back tomorrow...

On my three machines, this one is the one that has the less ressources.

Mac Pro :	10 GB memory,  16 GB swap, 8 CPUs @ 2.8GHz.
Acer :		 8 GB memory, 512 MB swap, 4 CPUs @ 2.0 GHz.
This Dell :	 4 GB memory, 512 MB swap, 4 CPUs @ 2.5 GHz. (conky report 3.74 GB memory).
Comment 6 Davide Pesavento (RETIRED) gentoo-dev 2015-12-17 20:49:30 UTC
Makes sense.