maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Anyone willing to compile my package and make it into a .deb (https://talk.maemo.org/showthread.php?t=57151)

2slik4u 2010-06-25 22:09

Anyone willing to compile my package and make it into a .deb
 
Anyone willing to compile my package and make it into a .deb?
My project can be found here: https://garage.maemo.org/projects/mxit4u/

mmurfin87 2010-06-26 03:54

Re: Anyone willing to compile my package and make it into a .deb
 
Lol, I feel your pain. I don't know how to make a .deb either. Seems like a lot of work for something that should be more straightforward. Then again, maybe all the people that write the guides just suck as teachers.

crash16 2010-06-26 04:51

Re: Anyone willing to compile my package and make it into a .deb
 
dpkg-buildpackage -rfakeroot -sa -S in scratchbox or madde. You don't need the .deb file cuz if you upload it to extras the autobuilder will do it for you...

2slik4u 2010-06-26 18:28

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by mmurfin87 (Post 729813)
Lol, I feel your pain. I don't know how to make a .deb either. Seems like a lot of work for something that should be more straightforward. Then again, maybe all the people that write the guides just suck as teachers.

lol im glad im not alone.
Im been reading and reading pages and pages.
Everytime i read something i find something else i dont know.
Im a .net dev by profession, but damn am i lost in the linux world.
I dont even have a linux os on my pc , im strictly windows due to my programming enviroment.

Guys what is Scratchbox!!

Please can some just compile my package.
I just want to use the compiled package.

crash16 2010-06-26 18:37

Re: Anyone willing to compile my package and make it into a .deb
 
i tried to compile your package but i get this error:

Quote:

[sbox-FREMANTLE_ARMEL: ~/MyDocs/pidgin-2.6.6] > dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is pidgin
dpkg-buildpackage: source version is 2.6.6-1nix0
dpkg-buildpackage: source changed by Gabriel Schulhof <nix@go-nix.ca>
dpkg-buildpackage: host architecture armel
dpkg-buildpackage: source version without epoch 2.6.6-1nix0
: Using Scratchbox tools to satisfy builddeps
: Dependency provided by Scratchbox: doxygen
: Dependency provided by Scratchbox: intltool
: Dependency provided by Scratchbox: libxml-parser-perl
: Dependency provided by Scratchbox: xsltproc
dpkg-checkbuilddeps: Unmet build dependencies: debhelper-maemo-package-icons (>= 0.0.2) libnss3-dev libavahi-core-dev | maemo-version (<= 2.2) libavahi-glib-dev | maemo-version (<= 2.2) libavahi-client-dev | maemo-version (<= 2.2) libmeanwhile-dev python2.5
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
you have to fix dependencies errors...

2slik4u 2010-06-26 18:46

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by crash16 (Post 729836)
dpkg-buildpackage -rfakeroot -sa -S in scratchbox or madde. You don't need the .deb file cuz if you upload it to extras the autobuilder will do it for you...

Crash i have an Invitation to the maemo extras repository but it asks me for my public SSH key. What is this??? And how do i get one?

Do you have a garage?

efekt 2010-06-26 18:51

Re: Anyone willing to compile my package and make it into a .deb
 
As far as I remember, Nokia's new QT SDK can make .DEB files easily and even submit them immediately to Ovi-store...

2slik4u 2010-06-26 18:55

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by crash16 (Post 730481)
i tried to compile your package but i get this error:

you have to fix dependencies errors...

Hi crash, are these errors due to there being no dependencies installed on your device?

The dependencies can be found here:
http://maemo.org/packages/source/vie...n/2.6.6-1nix0/

I basically downloaded this package and have gotten the problematic chat protocol to be fixed by the chat company. I have their corrected code and just need to add it to the guys above package. The chat company have not being able to get hold of the nix guy(Gabriel) for months now, so i have decided to take things into my own hands as many are waiting for this fix.

I had the updated code, maybe you could update his package if its not to complex. I managed to do this myself with ease, but just the compile part is complex.

crash16 2010-06-26 18:56

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by 2slik4u (Post 730489)
Crash i have an Invitation to the maemo extras repository but it asks me for my public SSH key. What is this??? And how do i get one?

Do you have a garage?

ok...the ssh key is generated in linux...just type on google generate ssh key:P...fairly easy. But if you want to upload to extras just use the extras assistant https://garage.maemo.org/extras-assistant/
Folllow the steps there to get your app compiled by the autobuilder...

2slik4u 2010-06-26 19:02

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by efekt (Post 730490)
As far as I remember, Nokia's new QT SDK can make .DEB files easily and even submit them immediately to Ovi-store...

Efekt wont my package have to be written in QT for me to use the QT SDK.

I think long run QT would def be the way to go. But i also think nokia should just do away with Maemo and give us MeeGo and support us till we die.

2slik4u 2010-06-26 21:53

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by crash16 (Post 730496)
ok...the ssh key is generated in linux...just type on google generate ssh key:P...fairly easy. But if you want to upload to extras just use the extras assistant https://garage.maemo.org/extras-assistant/
Folllow the steps there to get your app compiled by the autobuilder...

OK i have manged to get to Step 2.
It wants me to use scratchbox. Im a windows user so this doesnt mean anything to me. google doesnt help me either.

Where do i get this and does it install on the n900?
If not i got a windows pc, so what can i do?

dannym 2010-07-12 16:17

Re: Anyone willing to compile my package and make it into a .deb
 
What is step 2? I already did that a long time ago and don't want to clobber my existing setup there.
Scratchbox is the development environment for the N900 installed on your PC.
If you are on windows, install a Linux VM and scratchbox on it.
There's a finished VM on <http://maemovmware.garage.maemo.org/2nd_edition/>, just use that.

lostinmirkwood 2010-07-12 16:30

Re: Anyone willing to compile my package and make it into a .deb
 
Start here for the SDK and Scratchbox.

inidrog 2010-07-12 16:30

Re: Anyone willing to compile my package and make it into a .deb
 
thanks for a useful post

2slik4u 2010-08-09 16:25

Re: Anyone willing to compile my package and make it into a .deb
 
Quote:

Originally Posted by crash16 (Post 730481)
i tried to compile your package but i get this error:



you have to fix dependencies errors...

Hey Crash I finally got the Maemo SDK on my windows using VMware and i got into terminal and tried compiling the original source and i could not even get the same output as you, it says that: unable to determine source package? How did you get passed that, i noticed you get dependencies problems, i dont even get that?

Surely this untouched source should be able to compile?
Can someone else try compile it themselves, here is the link to the orignal source: http://maemo.org/packages/source/vie...n/2.6.6-1nix0/


All times are GMT. The time now is 12:16.

vBulletin® Version 3.8.8