Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Qt 5.1 alpha build breaks on linux

    Installation and Deployment
    3
    3
    1906
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      ginovh last edited by

      Hi,
      downloaded Qt 5.1 alpha. And it fails with the message below.

      I did
      ./configure -prefix /home/ginov/qt/qt-everywhere-opensource-src-5.1.0-alpha_install/ -fully-process -nomake tests
      gmake -j4

      output of configuration tests:
      Running configuration tests...
      WARNING: XCB support enabled but libxkbcommon 0.2.0 (or higher) not found.
      Not satisfying this requirement will disable the compose key functionality,
      which includes text input with dead keys.

      Build type: linux-g++-64
      Architecture: x86_64, features: mmx sse sse2
      Host architecture: x86_64, features: mmx sse sse2
      Platform notes:

              - Also available for Linux: linux-kcc linux-icc linux-cxx
      

      Build .................. libs tools examples
      Configuration .......... qpa largefile precompile_header sse2 sse3 ssse3 sse4_1 sse4_2 avx pcre minimal-config small-config medium-config large-config full-config fontconfig evdev xlib xrender xcb-render xcb-glx xcb-xlib accessibility-atspi-bridge linuxfb c++11 accessibility opengl shared qpa reduce_exports reduce_relocations clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify eventfd system-jpeg system-png png system-freetype system-zlib nis iconv glib gstreamer dbus xcb rpath alsa icu concurrent audio-backend v8 v8snapshot release
      Debug .................. no
      C++11 support .......... yes
      pkg-config ............. yes
      Qt D-Bus module ........ yes (run-time)
      Qt Concurrent code ..... yes
      Qt GUI module .......... yes
      Qt Widgets module ...... yes
      JavaScriptCore JIT ..... To be decided by JavaScriptCore
      QML debugging .......... yes
      PCH support ............ yes
      SSE2/SSE3/SSSE3......... yes/yes/yes
      SSE4.1/SSE4.2........... yes/yes/yes
      AVX/AVX2................ yes/no
      IPv6 ifname support .... yes
      getaddrinfo support .... yes
      getifaddrs support ..... yes
      Accessibility .......... yes
      NIS support ............ yes
      CUPS support ........... no
      Iconv support .......... yes
      Glib support ........... yes
      GStreamer support ...... yes
      PulseAudio support ..... no
      Large File support ..... yes
      GIF support ............ plugin
      JPEG support ........... plugin (system)
      PNG support ............ yes (system)
      zlib support ........... system
      Session management ..... auto
      libudev support ........ no
      Use system proxies ..... no
      OpenGL support ......... yes (Desktop OpenGL)
      OpenVG support ......... no
      XShape support ......... auto
      XVideo support ......... auto
      XSync support .......... auto
      Xinerama support ....... runtime
      Xcursor support ........ runtime
      Xfixes support ......... runtime
      Xrandr support ......... runtime
      Xi support ............. runtime
      Xi2 support ............ no
      MIT-SHM support ........ auto
      FontConfig support ..... yes
      XKB support ............ auto
      GTK theme support ...... no
      SQLite support ......... plugin (qt)
      OpenSSL support ........ no
      Alsa support ........... yes
      libICU support ......... yes
      PCRE support ........... qt
      Xcb support ............ system
      Xrender support ........ yes
      EGLFS support .......... no
      DirectFB support ....... no
      LinuxFB support ........ yes
      KMS support ............ no

      Centos 6.4, gcc 4.4.7 64-bit.

      Any idea ?

      Thanks,

      Gino

      Error (after a very long time, with low CPU load ):
      <had to delete some lines here as I am allowed only 6000 chars in one post)
      alpha/qtbase/include/QtCore/5.1.0/QtCore -I.moc/release-shared -o .obj/release-shared/accessibility/AccessibilityAllInOne.o accessibility/AccessibilityAllInOne.cpp
      {standard input}: Assembler messages:
      {standard input}:10719: Warning: end of file not at end of a line; newline inserted
      g++: Internal error: Killed (program cc1plus)
      Please submit a full bug report.
      See http://bugzilla.redhat.com/bugzilla for instructions.
      gmake[3]: *** [.obj/release-shared/generated/JSDOMWindow.o] Error 1
      gmake[3]: *** Waiting for unfinished jobs....

      gmake[3]: Leaving directory /home/ginov/qt/qt-everywhere-opensource-src-5.1.0-alpha/qtwebkit/Source/WebCore' gmake[2]: *** [sub-Target-pri-make_first-ordered] Error 2 gmake[2]: Leaving directory /home/ginov/qt/qt-everywhere-opensource-src-5.1.0-alpha/qtwebkit/Source/WebCore'
      gmake[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
      gmake[1]: Leaving directory `/home/ginov/qt/qt-everywhere-opensource-src-5.1.0-alpha/qtwebkit'
      gmake: *** [module-qtwebkit-make_first] Error 2

      1 Reply Last reply Reply Quote 0
      • P
        pritamghanghas last edited by

        Can you try any other version of gcc, may be something newer like 4.6 or 4.7. all I can see from the log is cc1plus couldn't deal with something and exited.

        1 Reply Last reply Reply Quote 0
        • P
          prady_80 last edited by

          Did you check if you have enough space on the disk? May be that could be a problem if not for g++ version

          1 Reply Last reply Reply Quote 0
          • First post
            Last post