maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Need help with autobuilder failure problem (https://talk.maemo.org/showthread.php?t=78064)

khuong 2011-09-29 03:42

Need help with autobuilder failure problem
 
Can Anyone help me pointing what was the problem with my debian rule, the report from autobuilder was below. Thanks in advance.TMP="/var/tmp"TEMP="/var/tmp"DEBIAN_FRONTEND="noninteractive"DEBIAN_PRIORIT Y="critical"DEB_BUILD_OPTIONS="parallel=4"TMPDIR ="/var/tmp"dpkg-buildpackage: set CFLAGS to default value: -g -O2dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2dpkg-buildpackage: set CXXFLAGS to default value: -g -O2dpkg-buildpackage: source package nvideodpkg-buildpackage: source version 0.0.3dpkg-buildpackage: host architecture armeldpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps fakeroot debian/rules cleandh_testdirdh_testrootrm -f build-stamp configure-stamp# Add here commands to clean up after the build process.dh_clean dpkg-source -b nvideo-0.0.3dpkg-source: info: using source format `1.0'dpkg-source: info: building nvideo in nvideo_0.0.3.tar.gzdpkg-source: info: building nvideo in nvideo_0.0.3.dsc debian/rules builddh_testdirqmake nvideo.promake: qmake: Command not foundmake: *** [configure-stamp] Error 127dpkg-buildpackage: error: debian/rules build gave error exit status 2

lma 2011-09-29 05:44

Re: Need help with autobuilder failure problem
 
The build breaks here:
Code:

make: qmake: Command not found
You probably need to build-depend on some libqt*-dev packages as well.

khuong 2011-09-29 12:59

Re: Need help with autobuilder failure problem
 
Now i got another complaint.....any idea?

error: X11/Xlib.h: No such file or directory

nicolai 2011-09-29 13:13

Re: Need help with autobuilder failure problem
 
It is the same error, you still missing some build-deps
libx11-dev. maybe.

nicolai

khuong 2011-09-29 13:23

Re: Need help with autobuilder failure problem
 
Quote:

Originally Posted by nicolai (Post 1098960)
It is the same error, you still missing some build-deps
libx11-dev. maybe.

nicolai

Do i have to put that in control file build depend:? since I only use
#include <X11/Xlib.h>
#include <X11/Xatom.h>

in my code.

nicolai 2011-09-29 13:35

Re: Need help with autobuilder failure problem
 
Yes,

__________


All times are GMT. The time now is 18:36.

vBulletin® Version 3.8.8