Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#13943 - wrong patch applied to qt

Attached to Project: Arch Linux
Opened by paul (pwt) - Tuesday, 24 March 2009, 15:50 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 25 March 2009, 14:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
One of the patches applied to qt is incomplete. This causes build errors when using qt.

The patch is : 0275-qtconcurrent-threadcount.diff (within ftp://ftp.archlinux.org/other/qt/qt-copy-patches-${_qtcopyver}.tar.bz2)

According to http://www.qtsoftware.com/developer/task-tracker/index_html?method=entry&id=244718
it should also contain:
--- a/src/corelib/concurrent/qtconcurrentreducekernel.h
+++ b/src/corelib/concurrent/qtconcurrentreducekernel.h
@@ -51,6 +51,7 @@
#include <QtCore/qmap.h>
#include <QtCore/qmutex.h>
#include <QtCore/qthread.h>
+#include <QtCore/qthreadpool.h>
#include <QtCore/qvector.h>

QT_BEGIN_HEADER

Additional info:
* package version(s)
qt 4.5.0-3
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Wednesday, 25 March 2009, 14:38 GMT
Reason for closing:  Fixed
Comment by paul (pwt) - Tuesday, 24 March 2009, 16:04 GMT Comment by Pierre Schmitz (Pierre) - Tuesday, 24 March 2009, 16:33 GMT
Yes, I know. I'll fix this with the next qt release.

Loading...