Active Topics

 


Reply
Thread Tools
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#1
im not success build deb from project C++ Maemo Project > QT For Maemo > QT helloworld. im using ESBOX from VMWare image. this my Debian Package Build output :

Code:
dpkg-buildpackage: source package is qthelloworld
dpkg-buildpackage: source version is 0.1
dpkg-buildpackage: source changed by nir <>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 0.1
 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
make[1]: Entering directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
rm -f src/.tmp/moc_window.cpp
rm -f build/main.o build/window.o build/moc_window.o
rm -f build/qthelloworld
rm -f *~ core *.core
make[1]: Leaving directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
dh_clean 
 dpkg-source -b qthelloworld
dpkg-source: warning: source directory `./qthelloworld' is not <sourcepackage>-<upstreamversion> `qthelloworld-0.1' <<< what this err mean?solutions?
dpkg-source: building qthelloworld in qthelloworld_0.1.tar.gz
dpkg-source: building qthelloworld in qthelloworld_0.1.dsc
 debian/rules build
# Add here commands to configure the package.
dh_testdir
test -e Makefile || qmake -o Makefile 
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/scratchbox/tools/bin/make
make[1]: Entering directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include -Isrc/.tmp -o build/main.o src/main.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include -Isrc/.tmp -o build/window.o src/window.cpp
/usr/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include -Isrc/.tmp src/window.h -o src/.tmp/moc_window.cpp
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++ -I. -I/targets/FREMANTLE_X86/usr/include/QtCore -I/targets/FREMANTLE_X86/usr/include/QtGui -I/targets/FREMANTLE_X86/usr/include -Isrc/.tmp -o build/moc_window.o src/.tmp/moc_window.cpp
g++ -Wl,-O1 -o build/qthelloworld build/main.o build/window.o build/moc_window.o    -L/usr/lib -lQtGui -L/usr/lib -L/usr/X11R6/lib -lQtDBus -lQtXml -lQtCore -lpthread 
make[1]: Leaving directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
#docbook-to-man debian/qthelloworld.sgml > qthelloworld.1
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs
# Add here commands to install the package into debian/qthelloworld.
/scratchbox/tools/bin/make INSTALL_ROOT=/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld/debian/qthelloworld install
make[1]: Entering directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
install -m 755 -p "build/qthelloworld" "/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld/debian/qthelloworld/usr/bin/qthelloworld"
strip "/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld/debian/qthelloworld/usr/bin/qthelloworld"
make[1]: Leaving directory `/home/maemo/.mica/.dpkg-buildpackage-tmp/qthelloworld'
dh_testdir
dh_testroot
dh_installchangelogs 
dh_installdocs
dh_installexamples
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `qthelloworld' in `../qthelloworld_0.1_i386.deb'.
 dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload; Debian-native package (full source is included)
drwxr-xr-x root/root         0 2011-03-13 08:56:51 ./
drwxr-xr-x root/root         0 2011-03-13 08:56:50 ./usr/
drwxr-xr-x root/root         0 2011-03-13 08:56:50 ./usr/bin/
-rwxr-xr-x root/root     12972 2011-03-13 08:56:50 ./usr/bin/qthelloworld
drwxr-xr-x root/root         0 2011-03-13 08:56:50 ./usr/share/
drwxr-xr-x root/root         0 2011-03-13 08:56:50 ./usr/share/doc/
drwxr-xr-x root/root         0 2011-03-13 08:56:51 ./usr/share/doc/qthelloworld/
-rw-r--r-- root/root       163 2011-03-13 08:44:24 ./usr/share/doc/qthelloworld/changelog.gz
-rw-r--r-- root/root       150 2011-03-13 08:44:24 ./usr/share/doc/qthelloworld/copyright
if i try run from Deb file on Maemo 5 SDK, say like this :
Attached Images
   
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:04.