Results 1 to 1 of 1

Thread: Random QtMultmedia build issues with QtWebkit5 parallel builds

  1. #1
    Join Date
    Sep 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Random QtMultmedia build issues with QtWebkit5 parallel builds

    Hi,

    We have random issues when compiling Qt5Multimedia.
    We use version version 5.4.1 of qtWebkit 5.
    It seems there are some random issues in parallell build.

    libQt5MultiMediaQuick_p is not found by qtmultimediaquicktools.

    Here is the random error we have:


    /local1/ref-erdk-BLD/build/tmp/sysroots/x86_64-linux/stbgcc/bin/../lib/gcc/arm-linux-gnueabihf/4.8.4/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lQt5MultimediaQuick_p
    ln -s libQt5MultimediaQuick_p.so.5.4.1 libQt5MultimediaQuick_p.so
    ln -s libQt5MultimediaQuick_p.so.5.4.1 libQt5MultimediaQuick_p.so.5
    ln -s libQt5MultimediaQuick_p.so.5.4.1 libQt5MultimediaQuick_p.so.5.4

    make[2]: Leaving directory `/local1/ref-erdk-BLD/build/tmp/work/cortexa15hf-vfp-linux-gnueabi/qtmultimedia/5.4.1-3.0-r0.0cmc/build/src/qtmultimediaquicktools'

    is the first issue before :

    collect2: error: ld returned 1 exit status
    make[4]: *** [../../../../plugins/video/videonode/libeglvideonode.so] Error 1
    make[4]: Leaving directory `/local1/ref-erdk-BLD/build/tmp/work/cortexa15hf-vfp-linux-gnueabi/qtmultimedia/5.4.1-3.0-r0.0cmc/build/src/plugins/videonode/egl'
    make[3]: *** [sub-egl-make_first] Error 2

    I found a similar issue in the web:

    http://lists.qt-project.org/pipermai...ry/033704.html


    qtmultimedia failed to compile
    It seems that some project tried to link against libQt5MultimediaQuick_p before that library was built.
    This could be caused by some missing dependencies in .pro file(s). If this is indeed the case, the error may be unstable, and will be easier to reproduce with a highly parallelized build.


    Is it corrected ?
    Is there a patch ?
    What shall i change in the .pro file ? which one ?

    thanks

    Regards
    Attached Files Attached Files

Similar Threads

  1. Build File always Builds all
    By JeanC in forum Qt Tools
    Replies: 6
    Last Post: 8th May 2015, 14:02
  2. Qt 5.0.0 Build Issues Mingw
    By Sajjmon in forum Installation and Deployment
    Replies: 0
    Last Post: 23rd January 2013, 10:31
  3. exe Build Issues
    By hojoff79 in forum Newbie
    Replies: 1
    Last Post: 19th January 2011, 05:16
  4. Mac OSX Build Issues
    By ETweedale in forum Qt Programming
    Replies: 2
    Last Post: 23rd July 2010, 15:41
  5. Replies: 1
    Last Post: 7th April 2010, 16:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.