|
2011-02-15
, 21:00
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#2
|
|
2011-02-15
, 22:14
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#3
|
|
2011-02-15
, 22:49
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#4
|
Hi kojacker,
I don't know what exactly is the cause of this problem.
But this should help:
1. remove the "$(MAKE) clean" line from the debian/rules file,
because at this point the Makefile isn't recreated, instead,
it uses your Makefile which only works in your windows environment.
2. add a "qmake" in your debian/rules file after the line
# Add here commands to compile the package.
qmake
So, the Makefile will be recreated.
Hope this helps
Nicolai
c:\QtProjects\mfakecaller\debian\rules:30: *** missing separator. Stop. dpkg-buildpackage: failure: debian/rules clean gave error exit status 2 The process "C:\NokiaQtSDK\Maemo\4.6.2\madbin\mad.cmd" exited with code 11. Error while building project mfakecaller (target: Maemo) When executing build step 'Custom Process Step'
|
2011-02-15
, 22:53
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#5
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
|
2011-02-16
, 01:05
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#6
|
The Following User Says Thank You to kojacker For This Useful Post: | ||
|
2011-04-26
, 20:25
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#7
|
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 easylist dpkg-buildpackage: source version 0.3.21 dpkg-buildpackage: host architecture armel dpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps dpkg-checkbuilddeps: Dependency provided by Scratchbox: autotools-dev fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. # /scratchbox/tools/bin/make clean dh_clean dpkg-source -b easylist-0.3.21 dpkg-source: info: using source format `1.0' dpkg-source: info: building easylist in easylist_0.3.21.tar.gz dpkg-source: info: building easylist in easylist_0.3.21.dsc debian/rules build dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. qmake /scratchbox/tools/bin/make make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/easylist-0.3.21' cd src/ && /scratchbox/tools/bin/make -f Makefile make[2]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/easylist-0.3.21/src' Makefile:130: *** multiple target patterns. Stop. make[2]: Leaving directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/easylist-0.3.21/src' make[1]: *** [sub-src-make_default] Error 2 make[1]: Leaving directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/easylist-0.3.21' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
|
2011-04-26
, 21:13
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#8
|
|
2011-04-26
, 21:40
|
Posts: 239 |
Thanked: 194 times |
Joined on Jul 2010
@ Amsterdam
|
#9
|
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 easylist dpkg-buildpackage: source version 0.3.22 dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps dpkg-checkbuilddeps: Dependency provided by Scratchbox: autotools-dev fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. dh_clean debian/rules build dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. qmake /scratchbox/tools/bin/make make[1]: Entering directory `/home/builder1/maemo-fremantle-i386-extras-devel/work/easylist-0.3.22' g++ -Wl,-O1 -o ../easylist main.o mycheckbox.o mainform.o mycheckboxcontainer.o systemsettings.o listform.o editform.o slidewidget.o chooselistform.o moc_mycheckbox.o moc_mainform.o moc_mycheckboxcontainer.o moc_systemsettings.o moc_listform.o moc_editform.o moc_slidewidget.o moc_chooselistform.o -L/usr/lib -lQtMaemo5 -L/usr/lib -L/usr/X11R6/lib -lQtGui -lQtDBus -lQtXml -lQtCore -lpthread /scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: main.o: Relocations in generic ELF (EM: 40) /scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: main.o: Relocations in generic ELF (EM: 40) /scratchbox/compilers/cs2007q3-glibc2.5-i486/bin/../lib/gcc/i486-pc-linux-gnu/4.2.1/../../../../i486-pc-linux-gnu/bin/ld: main.o: Relocations in generic ELF (EM: 40) main.o: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[1]: *** [../easylist] Error 1 make[1]: Leaving directory `/home/builder1/maemo-fremantle-i386-extras-devel/work/easylist-0.3.22' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Thanks for your help
Follow me on my neglected twitter @kojacker
Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun