On Sunday, September 02, 2012 08:34:24 PM ext Laszlo Papp wrote: > > What you're hitting is a bug in qemu while trying to execute mksnapshot, > > which is trying to fire up the v8 engine. What's strange though is that > > configure should detect that you're building inside scratchbox and disable > > v8 snapshots accordingly. > > It is also strange that it does not work locally, but there are no any > problems on the Community Open Build Service. That also uses scratchbox if > I recall correctly. > > > Are you building outside of scratchbox? > > No, I build inside (locally and on c-obs as well). > > > What's CFG_V8SNAPSHOT set to for you? > > How do you wish me to get that variable? I have tried to grep for that > (grep -rni CFG_V8SNAPSHOT $projectroot) without any results in the > qtjsbackend project.
It's in mkspecs/qconfig.pri and part of QT_CONFIG (v8snapshot). Can you check if the configure check for sbox works for you? Simon _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
