[Webkit-unassigned] [Bug 109373] New: QtWebkit build failed on Ubuntu 12.04 32-bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 9 23:59:27 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109373

           Summary: QtWebkit build failed on Ubuntu 12.04 32-bit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sergeylenski2392 at gmail.com


I couldn’t build the last Webkit + QT5 on Ubuntu 12.04 32-bit.

I tried to build QtWebKit accroding to: http://trac.webkit.org/wiki/BuildingQtOnLinux .

On Ubuntu 12.04 64-bit build was successful but on 32-bit build failed.

QT

QT5 was build successfully with https://github.com/ossy-szeged/qt5-tools/blob/master/build-qt5.sh
The result was the same when I tried to build WebKit with http://releases.qt-project.org/qt5/5.0.1/qt-linux-opensource-5.0.1-x86-offline.run

WEBKIT

http://nightly.webkit.org/
Nightly build: WebKit-r141714

ENVIRONMENT

The environment variables seem to be correct: 
QTDIR and PATH were set according to the instruction

QTDIR=/home/zaq/work/qt5-tools/qt5/qtbase
PATH=$QTDIR/bin:$PATH
QMAKE

qmake -v
QMake version 3.0
Using Qt version 5.0.0 in /home/zaq/work/qt5-tools/qt5/qtbase/lib

ERROR MESSAGES
…
/home/zaq/work/rtc/WebKit-r141714/WebKit.pro:21: ‘use?’ is not a recognized test function.
/home/zaq/work/rtc/WebKit-r141714/WebKit.pro:31: ‘build?’ is not a recognized test function.
/home/zaq/work/rtc/WebKit-r141714/WebKit.pro:37: ‘build?’ is not a recognized test function.
…

/home/zaq/work/rtc/WebKit-r141714/Source/WTF/WTF.pri:23: ‘use?’ is not a recognized test function.
…
../../../../Source/WTF/wtf/NullPtr.h:52:1: warning: identifier ‘nullptr’ will become a keyword in C++0x [-Wc++0x-compat]
In file included from ../../../../Source/WTF/wtf/WTFThreadData.h:36:0, from ../../../../Source/WTF/wtf/DataLog.cpp:30:
../../../../Source/WTF/wtf/ThreadSpecific.h:216:2: error: #error ThreadSpecific is not implemented for this platform.
../../../../Source/WTF/wtf/ThreadSpecific.h:238:2: error: #error ThreadSpecific is not implemented for this platform.
…

I suppose the first problem is that qmake cannot process pro-files commands like 
use?(3D_GRAPHICS) {

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list