The problem is one of wrong include paths getting passed to g++
sucessfull amd64 build:
g++ -c -pipe -g -O2 -g -Wall -O2 -w -D_REENTRANT -fPIC -DNBREAKPAD
-DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.
-I../libUnicorn -I../../src -I../../build -I../../build/Moose/release
-I../../build -o ../../build/Moose/release/confirmdialog.o confirmdialog.cpp
failed mips build:
g++ -c -pipe -g -O2 -g -Wall -O2 -w -D_REENTRANT -fPIC -DNBREAKPAD
-DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I.
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4
-I/src/libMoose -I/src/libUnicorn -I/src -I/build
-I../../../../Moose/release -I/build -o
../../../../Moose/release/confirmdialog.o confirmdialog.cpp
on amd64 the build is using ../lib* which is a correct relative path to
the headers on mips it is using src/lib* which is not.
Theese paths seem to come from INCPATH in src/libMoose/Makefile which
seems to be generated by qmake
What I don't know (I'm just taking flyby looks at rc bugs trying to
produce patches or at least a better description of what is going on) is
why this is happening on mips and not elsewhere (mipsel doesn't seem to
have been tried yet).
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org