Summary: | Emerge of qt-webkit-4.6.3 fails with the e RenderSVGText.o: file not recognized | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Emanuel Ydrefors <E.Ydrefors> |
Component: | [OLD] Development | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Emanuel Ydrefors
2010-06-26 08:44:15 UTC
build.log: http://pastebin.com/F6rg14jA First thing - you shouldn't use pastebins for bugzilla reports. Most common reason for errors like this are parallel make/ccache problems. Though, you may simply be running out of disk space/memory. (In reply to comment #2) > First thing - you shouldn't use pastebins for bugzilla reports. > > Most common reason for errors like this are parallel make/ccache problems. > > Though, you may simply be running out of disk space/memory. > I used pastebin because the build.log file was larger than the upload limit for attachments. The compilation works with MAKEOPTS="-j1" instead of MAKEOPTS="j2". when using FEATURES="ccache" you should expect such problems. Please verify it works with ccache disabled (In reply to comment #4) > when using FEATURES="ccache" you should expect such problems. > > Please verify it works with ccache disabled > I can verify that it works with ccache disabled. Should it not work also with ccache enabled? (In reply to comment #5) > (In reply to comment #4) > > when using FEATURES="ccache" you should expect such problems. > > > > Please verify it works with ccache disabled > > > I can verify that it works with ccache disabled. Should it not work also with > ccache enabled? > It is not a webkit failure. You should expect such corruption when using ccache |