Active Topics

 



Notices


Reply
Thread Tools
Posts: 62 | Thanked: 18 times | Joined on Dec 2009 @ Missouri, USA
#1
Hello,
I compiled Octave and gnuplot on the SDK according to the instructions on the wiki http://wiki.maemo.org/How_to_Install_Octave.
I changed the configure options to install everything to /opt.
Then I created a tar.gz file and moved it to the N900, unpacked it (to /opt) and both gnuplot and octave work fine.
I only had to add the paths to /home/user/.profile and create a couple of symlinks for the gnuplot executables. I also had to install "less" from fremantle/tools to access the help files. (Help does not work too well , because it also seems to need "makeinfo".)

Anyway, now how do I go about creating .deb packages?

Some screenshots below:
Name:  Screenshot-20100116-141218.jpg
Views: 4170
Size:  18.9 KB

Name:  Screenshot-20100116-141315.jpg
Views: 4342
Size:  24.3 KB

Name:  Screenshot-20100116-141420.jpg
Views: 4084
Size:  26.1 KB
 

The Following 9 Users Say Thank You to DojwqIO For This Useful Post:
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#2
Ah, I just uploaded Octave to extras-devel actually.

Not sure if it will work (I've manually optified by targetting /opt/octave/ as the installation dir, then symlinked the binaries and libs back to /usr/*/
 

The Following 5 Users Say Thank You to lardman For This Useful Post:
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#3
Well I tried to upload it, but forgot it has a dep on blas (which I'd yet to upload) and that has just failed in the x86 build. Feel free to take a look, otherwise I'll see what's wrong with it this evening. Links here:

https://garage.maemo.org/builder/fremantle/blas_1.2-2/
https://garage.maemo.org/builder/fre..._3.2.3-maemo0/
 

The Following User Says Thank You to lardman For This Useful Post:
vitaly_repin's Avatar
Posts: 320 | Thanked: 763 times | Joined on Oct 2009 @ Espoo, FInland
#4
Originally Posted by lardman View Post
Well I tried to upload it, but forgot it has a dep on blas (which I'd yet to upload) and that has just failed in the x86 build. Feel free to take a look, otherwise I'll see what's wrong with it this evening. Links here:
Gnuplot is already there: http://talk.maemo.org/showthread.php?p=480875

Eager to see octave there.
 
Posts: 62 | Thanked: 18 times | Joined on Dec 2009 @ Missouri, USA
#5
Originally Posted by lardman View Post
Ah, I just uploaded Octave to extras-devel actually.
That sounds great, thanks.

Where should I start in order to learn how to create .deb packages from source code? I couldn't find any step-by-step guides in the wiki. All I found were references to the Ubuntu Packaging Guide.

I'm also interested in porting aspell (http://aspell.net/) to use as my spell-checker for vim.
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#6
Best bet is to download the debian package (i.e. .tar.gz + .dsc + .diff.gz) which contains the debian directory, then patch as appropriate and try to build with "dpkg-buildpackage -rfakeroot"
 

The Following User Says Thank You to lardman For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#7
Originally Posted by DojwqIO View Post
Where should I start in order to learn how to create .deb packages from source code? I couldn't find any step-by-step guides in the wiki. All I found were references to the Ubuntu Packaging Guide.
If you don't have a normal ./configure, make && make install source then you can do it by hand by creating the structure yourself.

There is a very detailed guide here that will walk step by very long step on package creation from source. Including how to check for dependencies and such with a autoconf-like source.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 62 | Thanked: 18 times | Joined on Dec 2009 @ Missouri, USA
#8
Originally Posted by lardman View Post
Best bet is to download the debian package (i.e. .tar.gz + .dsc + .diff.gz) which contains the debian directory, then patch as appropriate and try to build with "dpkg-buildpackage -rfakeroot"
That's the thing. I thought the debian packages had to be compiled for the target architecture from the source tarball.

Looking for the stable debian package for aspell, I found the .tar.gz, .dsc, and diff.gz.
files you mentioned here: http://packages.debian.org/source/stable/aspell .

Will running "dpkg-buildpackage -rfakeroot" build a .deb file that will install on the N900. How do I make sure that the files get installed to /opt ?

Forgive my ignorance, but what do you mean by "patch
as appropriate"? Can you point me to some documentation that explains all the steps to build the package?

Thanks,
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#9
Originally Posted by DojwqIO View Post
That's the thing. I thought the debian packages had to be compiled for the target architecture from the source tarball.
No. The debian package is a debian package.. you can grab an i386 debian package and install it. The program won't run - because the binary (not the debian package itself, the actual program executable) was compiled for x86. So to combat this, inside a control file in the debian file it specifies the architecture - and then dpkg will fail out telling you that that package was designed for i386.. not armel. All ".deb" is, is a zip file (more or less) with some failsafes built-in.

Looking for the stable debian package for aspell, I found the .tar.gz, .dsc, and diff.gz.
files you mentioned here: http://packages.debian.org/source/stable/aspell .

Will running "dpkg-buildpackage -rfakeroot" build a .deb file that will install on the N900.
Yes.. because dpkg-buildpackage goes through dozens of steps, described in the links I showed above, which include compiling the software for whatever architecture you are running it on. (That is why this must be done with either MADDE or scratchbox).

Can you point me to some documentation that explains all the steps to build the package?

Thanks,
I did that.. right above you. Full documentation that explains everything.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 4 | Thanked: 2 times | Joined on Apr 2010
#10
Hi, I just thought I'd let you know how I got aspell installed and
working in my N900. I got aspell_0.60.6-1_armel.deb from
http://danielsz.freeshell.org/code/mine/emacs-for-maemo and did

dpkg -i aspell_0.60.6-1_armel.deb

Then, to install the dictionaries I needed, I copied over all the
/usr/lib/aspell-0.60/en* files from a Fedora-12 installation to
/usr/lib/aspell-0.60/. on the phone.

That's it, easy. And now flyspell works in emacs too, which is great!
 
Reply


 
Forum Jump


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