[Releasing] [Development] Qt 5 beta 2 packages for testing

Thiago Macieira thiago.macieira at intel.com
Tue Nov 13 00:03:46 CET 2012


On segunda-feira, 12 de novembro de 2012 23.48.35, Thiago Macieira wrote:
> On segunda-feira, 12 de novembro de 2012 16.06.48, Tanilkan Sinan wrote:
> > New packages for Windows (only 32-bit), Linux and Mac are available for
> > testing at:
> > http://releases.qt-project.org/digia/5.0.0_beta2/backups/2012-11-12-341/
> 
> Build error with QtWebKit:
> 
> yarr/YarrPattern.cpp:39:29: fatal error: RegExpJitTables.h: No such file or
> directory
> compilation terminated.
> gmake[2]: *** [obj/release/yarr/YarrPattern.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
> gmake[2]: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-
> beta2/Source/JavaScriptCore'
> gmake[1]: *** [sub-Target-pri-install_subtargets-ordered] Error 2
> gmake[1]: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-
> beta2/Source/JavaScriptCore'
> gmake: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-install_subtargets-
> ordered] Error 2
> gmake: Leaving directory `/tmp/qtwebkit-opensource-src-5.0.0-beta2'
> 
> There's something wrong with the build ordering. Apparently there's no
> dependency marker on this file. After running make a few times again, it
> worked.

Another:

llint/LowLevelInterpreter.cpp:541:27: fatal error: LLIntAssembly.h: No such 
file or directory

I can't get past this one by simply re-running, as the generator is disabled. 
After re-running qmake on Source/JavaScriptCore/DerivedSources.pri, it works.

The conditional for this is:

if(linux-*|win32):!equals(QT_ARCH, "arm") {

Which should have been true for me, but somehow wasn't. I'll just attribute 
this to qmake being weird.

PS: according to the qmake detailed output, it's comparing the *literal* 
QT_ARCH, not the value of that variable.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/releasing/attachments/20121113/7bbfb3bb/attachment.sig>


More information about the Releasing mailing list