Bug 340682

Summary: QT webkit build error (emerge master branch)
Product: kde-windows Reporter: Michael Gooch <goochmi>
Component: portingAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: major CC: vonreth
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:

Description Michael Gooch 2014-11-06 11:49:02 UTC
Q:\qtwebkit\Source\WTF/wtf/Platform.h:688:36: fatal error: WTF/WTFHeaderDetection.h: No such file or directory 

this error a number of times

looks like there might be a switching issue of / vs \, but i'm not sure if the path separator has anything to do with it.

Reproducible: Always

Steps to Reproduce:
1. clone emerge
2. activate kdeenv
3. emerge anything that would depend on qtwebkit (like kdevelop)

Actual Results:  
Q:\qtwebkit\Source\WTF/wtf/Platform.h:688:36: fatal error: WTF/WTFHeaderDetection.h: No such file or directory 
several times followed by compile failure

Expected Results:  
proper emerge of all packages with successful compiles and installs
Comment 1 Hannah von Reth 2014-11-06 11:50:29 UTC
its a race condition just run "emerge webkti" again
Comment 2 Michael Gooch 2014-11-07 22:30:17 UTC
seems like it may have been caused by avast holding up the progress of threads by running things in a boxed test environment. (its been picking up various pieces of mingw as suspicious) so I had it shut down shields for a while during the build.