[Webkit-unassigned] [Bug 116216] New: Build fails under MSYS as it can't find build tools

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 03:51:57 PDT 2013


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

           Summary: Build fails under MSYS as it can't find build tools
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://bugreports.qt-project.org/browse/QTBUG-31141
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: net147 at gmail.com
                CC: hausmann at webkit.org, jocelyn.turcotte at digia.com


mingw32-make[5]: Entering directory 'C:/QtSDK/DEVs/work/build-x64/qt-stable/qttools/src/assistant/assistant'
g++ -Wl,-s -Wl,-subsystem,windows -o ../../../bin/assistant.exe object_script.assistant.Release -lmingw32 -lqtmain -LC:/QtSDK/DEVs/toolchains/mingw64/x86_64-w64-mingw32/lib -Lc:/QtSDK/ported64/lib -Lc:/QtSDK/Qt64-git/databases/firebird/lib -Lc:/QtSDK/Qt64-git/databases/mysql/lib -Lc:/QtSDK/Qt64-git/databases/pgsql/lib -Lc:/QtSDK/Qt64-git/databases/oci/lib -lshell32 -LC:/QtSDK/DEVs/work/build-x64/qt-stable/qtwebkit/lib -lQt5WebKitWidgets -LC:/QtSDK/DEVs/work/build-x64/qt-stable/qtdeclarative/lib -lQt5Quick -LC:/QtSDK/DEVs/work/build-x64/qt-stable/qtmultimedia/lib -lQt5MultimediaWidgets -LC:/QtSDK/DEVs/work/build-x64/qt-stable/qttools/lib -lQt5Help -LC:/QtSDK/DEVs/work/build-x64/qt-stable/qtbase/lib -lQt5OpenGL -lQt5PrintSupport -lQt5WebKit -lQt5Qml -lQt5Multimedia -lQt5Widgets -lQt5Sql -lQt5Network -lQt5Gui -lQt5Core -llibEGL -llibGLESv2 -lgdi32 -luser32 .obj/release_shared/assistant_res.o 
./.obj/release_shared/helpviewer_qwv.o:helpviewer_qwv.cpp:(.text+0x14d7): undefined reference to `HelpViewer::copyAvailable(bool)'
./.obj/release_shared/helpviewer_qwv.o:helpviewer_qwv.cpp:(.text+0x14f7): undefined reference to `HelpViewer::backwardAvailable(bool)'
./.obj/release_shared/helpviewer_qwv.o:helpviewer_qwv.cpp:(.text+0x1517): undefined reference to `HelpViewer::forwardAvailable(bool)'
c:/qtsdk/devs/toolchains/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ./.obj/release_shared/helpviewer_qwv.o: bad reloc address 0x0 in section `.pdata'
collect2.exe: error: ld returned 1 exit status
Makefile.Release:198: recipe for target '../../../bin/assistant.exe' failed

It seems this is due to gperf, flex, ruby, python not being found in PATH properly (see https://bugreports.qt-project.org/secure/attachment/32554/qt-5.0.0-fix-build-under-msys.patch for fix). It looks for the executables without .exe extension under MSYS shell.

-- 
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