Summary: | dev-qt/qtwebkit-4.8.6-r1 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SeeSun <Sea.Sun.Garden> |
Component: | [OLD] Development | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
End of build log
Head of build.log tail of build.og |
Description
SeeSun
2015-04-18 01:39:59 UTC
* Working directory: '/var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6-abi_x86_32.x86/src/3rdparty/webkit/Source/WebKit/qt' * S: '/var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6' This blocks Skype from installing > KiB Mem: 8067160 total, 73352 free
> MAKEOPTS="-j10 --load-average=15"
Seriously ? No, your hardware isn't that strong if you leave it that little.
Hard to tell without the full log, but most likely you've run out of disk space / memory.
df -h Filesystem Size Used Avail Use% Mounted on /dev/dm-0 235G 196G 37G 85% / Created attachment 401582 [details]
Head of build.log
Created attachment 401584 [details]
tail of build.og
I've attached head and tail of build.log. The whole build.log is too big to attach here.
obj/release-shared/JSSVGStringList.o is empty file (i.e. size 0) I've compiled JSSVGStringList.cpp manually i.e. - cd /var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6-abi_x86_32.x86/src/3rdparty/webkit/Source/WebKit/qt - and copy/past very long command "x86_64-pc-linux-gnu-g++ -m32 ..." from the log. ll .*/**/*JSSVGStringList* -rw-r--r-- 1 portage portage 83388 Apr 18 21:05 .obj/release-shared/JSSVGStringList.o I've compiled JSSVGStringList.cpp manually i.e. - cd /var/tmp/portage/dev-qt/qtwebkit-4.8.6-r1/work/qt-everywhere-opensource-src-4.8.6-abi_x86_32.x86/src/3rdparty/webkit/Source/WebKit/qt - and copy/past very long command "x86_64-pc-linux-gnu-g++ -m32 ..." from the log. ll .*/**/*JSSVGStringList* -rw-r--r-- 1 portage portage 83388 Apr 18 21:05 .obj/release-shared/JSSVGStringList.o These files also look incorrect: -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGStyleElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGSVGElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGSwitchElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGSymbolElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGTextContentElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGTextElement.o -rw-r--r-- 1 portage portage 0 Apr 18 20:59 .obj/release-shared/JSSVGTextPathElement.o Cleaning /var/tmp/ccache solved the problem. |