View Single Post
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#47
I am finally ready to release this app to Extras-Devel, but...

When I try to submit it to the autobuilder it always fails.
Here is the error log:
Code:
TMP="/var/tmp"
TEMP="/var/tmp"
DEBIAN_FRONTEND="noninteractive"
DEBIAN_PRIORITY="critical"
DEB_BUILD_OPTIONS="parallel=4"
TMPDIR="/var/tmp"
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package maemostash
dpkg-buildpackage: source version 0.1-1
dpkg-buildpackage: host architecture armel
dpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
rm -rf builddir
dh_clean 
 dpkg-source -b maemostash-0.1
dpkg-source: info: using source format `1.0'
dpkg-source: info: building maemostash using existing maemostash_0.1.orig.tar.gz
dpkg-source: info: building maemostash in maemostash_0.1-1.diff.gz
dpkg-source: warning: the diff modifies the following upstream files: 
 Makefile
dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1)
dpkg-source: info: building maemostash in maemostash_0.1-1.dsc
 debian/rules build
mkdir -p builddir
cd builddir && qmake-qt4 PREFIX=/usr ../MaemoStash.pro
/scratchbox/tools/bin/sh: line 1: qmake-qt4: command not found
make: *** [builddir/Makefile] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I tried to fix the qmake error from instructions in several threads discussing similar problem with QT packages.

If anyone could help me out with this, I'd really appreciate it.