maemo.org - Talk

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

khuong 2011-08-25 22:04

Need help with autobuild problem!
 
I recently upload a package callerxui to build, the build succeeded but, when install it from N900, it installed fine by fam, but app doesn't seem to install anywhere on the opt folder. Can anyone steer me to the righ direction. This autobuilder thing gave me more headache than building the app itself. Didn't know it's that painful to share the app with others.

nicolai 2011-08-25 22:10

Re: Need help with autobuild problem!
 
There is something wrong with your package:

dpkg --contents callerxui_0.0.4_armel.deb
drwxr-xr-x root/root 0 2011-08-25 22:45 ./
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-08-25 22:45 ./usr/share/doc/callerxui/
-rw-r--r-- root/root 151 2011-08-25 22:40 ./usr/share/doc/callerxui/changelog.gz
-rw-r--r-- root/root 1371 2011-08-12 15:56 ./usr/share/doc/callerxui/copyright

check your debian/rules file (especially the install target)

Nicolai

khuong 2011-08-25 22:16

Re: Need help with autobuild problem!
 
Thanks for quick reply, I've been playing with this damn rule file to try to fix it but, couldn't quite figure out the exact problem is. If you can help I'll be much appreciated. Thanks

nicolai 2011-08-25 22:41

Re: Need help with autobuild problem!
 
_____$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/callerxui install
^^^^^
Don't use spaces here, this must be a TAB.

khuong 2011-08-25 22:53

Re: Need help with autobuild problem!
 
Quote:

Originally Posted by nicolai (Post 1076751)
_____$(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/callerxui install
^^^^^
Don't use spaces here, this must be a TAB.

I just found that out myself, stupid windows thing whenever I edited the file in windows, it always gave me problem like that... thanks alots Nicolas.


All times are GMT. The time now is 02:35.

vBulletin® Version 3.8.8