Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-43324

WebEngine fails to build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.4.0
    • WebEngine
    • None
    • Gentoo Linux - 32 bit
      GCC: 4.8.3

    Description

      WebEngine fails to build.
      Qt is configured like this:
      ./configure \
      -prefix ../usr-qt-5.4.0 \
      -opensource \
      -confirm-license \
      -nomake tests \
      -shared \
      -c++11 \
      -release

      After build (and make install) discovered that webengine (and script) module was not installed.
      Tried to make only webengine (gmake module-webengine) and then get this error:

      FAILED: if [ ! -e libffmpegsumo.so -o ! -e libffmpegsumo.so.TOC ]; then /usr/bin/g++ -shared -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -pthread -Wl,-z,noexecstack -fPIC -Wl,--disable-new-dtags -Wl,-Bsymbolic -Lgen/third_party/ffmpeg -m32 -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -o libffmpegsumo.so -Wl,-soname=libffmpegsumo.so @libffmpegsumo.so.rsp && { readelf -d libffmpegsumo.so | grep SONAME ; nm -gD -f p libffmpegsumo.so | cut -f1-2 -d' '; } > libffmpegsumo.so.TOC; else /usr/bin/g++ -shared -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -pthread -Wl,-z,noexecstack -fPIC -Wl,--disable-new-dtags -Wl,-Bsymbolic -Lgen/third_party/ffmpeg -m32 -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -o libffmpegsumo.so -Wl,-soname=libffmpegsumo.so @libffmpegsumo.so.rsp && { readelf -d libffmpegsumo.so | grep SONAME ; nm -gD -f p libffmpegsumo.so | cut -f1-2 -d' '; } > libffmpegsumo.so.tmp && if ! cmp -s libffmpegsumo.so.tmp libffmpegsumo.so.TOC; then mv libffmpegsumo.so.tmp libffmpegsumo.so.TOC ; fi; fi
      /usr/lib/gcc/i686-pc-linux-gnu/4.8.3/../../../../i686-pc-linux-gnu/bin/ld: obj/src/3rdparty/chromium/third_party/ffmpeg/../../../../../../gen/third_party/ffmpeg/yasm/fft.o: warning: relocation in readonly section `.text'.
      /usr/lib/gcc/i686-pc-linux-gnu/4.8.3/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object.
      collect2: error: ld returned 1 exit status
      [5/5214] CC obj/src/3rdparty/chromium/third_party/libjpeg_turbo/libjpeg.jcomapi.o
      ninja: build stopped: subcommand failed.
      Makefile.gyp_run:747: recipe for target 'invoke_ninja' failed
      gmake[4]: *** [invoke_ninja] Error 1
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mibrunin Michael Bruning
            alextai Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes