radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

QBuild fails self-test with Qt 4.8.1 #120

Closed ydirson closed 12 years ago

ydirson commented 12 years ago

I works with 4.8.0, yet another thing to investigate...

Looks like qbuild is blocked in the Qt event loop, waiting for some event that never comes.

Changes of note in QtCore in 4.8.1 in this respect include:

Other stuff to keep in mind:

In fact, qbuild is only blocked after everything has been done, after "Rule engine shutting down" run-trace.

ydirson commented 12 years ago

Not a QBuild bug, much more probably a glib issue that only shows under certain circumtances. See http://bugs.debian.org/678324

Workaround: export QT_NO_GLIB=1