[Releasing] Testing and verification of Alpha package
marius.storm-olsen at nokia.com
marius.storm-olsen at nokia.com
Thu Mar 15 17:43:00 CET 2012
On 15/03/2012 11:32, ext shane.kearns at accenture.com wrote:
> Windows 7 MSVC2010 x64 build issues:
>
> “configure –opensource –confirm-license”
>
> Jom (current jom-stable downloaded today) cannot parallelise the
> build properly. Every test is built strictly sequentially, therefore
> only one core is in use for most of the build time.
I believe that was done on purpose to support doing a 'make check' at
the top of the autotest directory and only parallelize the tests which
can run at the same time (non-gui tests typically).
This probably is then reflected in the build as well.
> -Repeatable when running again on the failed build
>
> Jom has no console output during the build, it is all dumped at the
> end when the build failed. (output stopped when configuring
> multimedia, at end of build the scrollback buffer was full)
This is a jom issue, not Qt.
> -Running jom again on the failed build outputs normally
>
> QtScriptToolsd5.dll failed to link because QtScript5d.lib does not
> exist yet (possible broken dependency)
That's because qtscripttools was qmaked before qtscript, so qtscript's
PRL file was not available. In QtScript run 'qmake -r' and try building
again.
> -Repeatable when running again on the failed build (x3)
>
> -Repeatable after jom –k and jom
Yes, rerunning jom will not trigger a re-qmake, which is the only way to
correct the problem.
You won't get these errors if you build it with the _supported_ nmake
method.
--
.marius
More information about the Releasing
mailing list