Announcement

Collapse
No announcement yet.

Failed to install pts/qgears2-1.0.1 on ARMv7 processor(Debain-Jessi , attached log)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Failed to install pts/qgears2-1.0.1 on ARMv7 processor(Debain-Jessi , attached log)

    Dear Members,
    I'm trying to run phoronix-test-suite on ARMv7 processor on Debain jessy flavor ,
    when i try to run these commands "phoronix-test-suite install pts/qgears2-1.0.1, phoronix-test-suitedebug-install pts/qgears2-1.0.1, phoronix-test-suite benchmark pts/xrender-1.0.0: i got the following error

    ---------------------------------------------------------install-failed.log........................................ ......................
    patching file commonrenderer.cpp
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I. -o main.o main.cpp
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I. -o qgears.o qgears.cpp
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I. -o commonrenderer.o commonrenderer.cpp
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I. -o qglgears.o qglgears.cpp
    g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I. -o fdclock.o fdclock.cpp
    commonrenderer.cpp:165:6: error: prototype for 'void CommonRenderer::animate(qreal*, qreal*, int, int)' does not match any in class 'CommonRenderer'
    void CommonRenderer::animate(qreal *pts, qreal *deltas,
    ^
    In file included from commonrenderer.cpp:1:0:
    commonrenderer.h:45:10: error: candidate is: void CommonRenderer::animate(double*, double*, int, int)
    void animate(double *pts, double *deltas,
    ^
    commonrenderer.cpp: In member function 'void CommonRenderer::animateStep(int, int)':
    commonrenderer.cpp:185:42: error: no matching function for call to 'CommonRenderer::animate(qreal [12], qreal [12], int, int&)'
    animate(animpts, deltas, i + 0, w);
    ^
    commonrenderer.cpp:185:42: note: candidate is:
    In file included from commonrenderer.cpp:1:0:
    commonrenderer.h:45:10: note: void CommonRenderer::animate(double*, double*, int, int)
    void animate(double *pts, double *deltas,
    ^
    commonrenderer.h:45:10: note: no known conversion for argument 1 from 'qreal [12] {aka float [12]}' to 'double*'
    commonrenderer.cpp:186:42: error: no matching function for call to 'CommonRenderer::animate(qreal [12], qreal [12], int, int&)'
    animate(animpts, deltas, i + 1, h);
    ^
    commonrenderer.cpp:186:42: note: candidate is:
    In file included from commonrenderer.cpp:1:0:
    commonrenderer.h:45:10: note: void CommonRenderer::animate(double*, double*, int, int)
    void animate(double *pts, double *deltas,
    ^
    commonrenderer.h:45:10: note: no known conversion for argument 1 from 'qreal [12] {aka float [12]}' to 'double*'
    Makefile:264: recipe for target 'commonrenderer.o' failed
    make: *** [commonrenderer.o] Error 1
    make: *** Waiting for unfinished jobs....

    --------------------------------------
    kindly give me how to resolve this issue

  • #2
    Looks to be an ARM build issue with QGears2 upstream itself that falls outside of the realm of the actual Phoronix Test Suite but is an upstream issue.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X