Bug 340682 - QT webkit build error (emerge master branch)
Summary: QT webkit build error (emerge master branch)
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: porting (show other bugs)
Version: unspecified
Platform: Other Other
: NOR major
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-06 11:49 UTC by Michael Gooch
Modified: 2014-11-07 22:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.