Notices


Reply
Thread Tools
Posts: 46 | Thanked: 7 times | Joined on Jan 2011 @ AU/MY
#41
Originally Posted by lardman View Post
I'm not so sure that building the packages ourselves on the device is the best way to go. It would be preferable in terms of installation space (no need for GCC and all the other Octave deps) as well as speed to be able to compile and then package these up using scratchbox.

Has anyone looked at whether this is possible/how awkward it would be?
I didn't thought of using your packages, as I am unfamiliar with using Linux (I dont have a linux os install in any of my computers yet)..so doing everything on the N900 seems like the only option for me..

and saying that, would you know why it is returning the GINAC error while trying to install the package?
 
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#42
mdziaf. Usually you can find if some package description mentions pkg-config by using "apt-cache search pkg-config" (after activating extras-devel if you usually have it inactive).

Lardman, I agree with you, however I am new here, and I haven't still not installed the SDK on my computer, so no idea of how to do that, but i guess, it will be similar and removing any risk/needing of installing devel libraries on the device...
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#43
Originally Posted by mdziaf View Post
I didn't thought of using your packages, as I am unfamiliar with using Linux (I dont have a linux os install in any of my computers yet)..so doing everything on the N900 seems like the only option for me..

and saying that, would you know why it is returning the GINAC error while trying to install the package?
It tried to build the package from source on your N900, the GINAC error is probably because that header (and library) is missing. Also it looks like it does need pkg-config so install that as antviro says.
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#44
Originally Posted by antviro View Post
Lardman, I agree with you, however I am new here, and I haven't still not installed the SDK on my computer, so no idea of how to do that, but i guess, it will be similar and removing any risk/needing of installing devel libraries on the device...
It's not risk, just that compiling on-device is slower and requires more space for all the build tools. It would be better to just pre-compile whichever packages people want. Now whether one can easily package them up as debs once compiled I don't know.
 
Posts: 74 | Thanked: 45 times | Joined on Dec 2010
#45
Originally Posted by mdziaf View Post
I didn't thought of using your packages, as I am unfamiliar with using Linux (I dont have a linux os install in any of my computers yet)..so doing everything on the N900 seems like the only option for me..

and saying that, would you know why it is returning the GINAC error while trying to install the package?
Sorry I didn't realised the error was on GINAC library, I though it was the pkg-config when using it with GINAC.

Anyway, I see you are trying to install the "symbolic toolbox", in Debian it has some libraries requirements. One of them is the GINAC library that is called libginac (in fact, libginac1.5)

At my computer:
apt-cache show octave-symbolic
[...]
Depends: libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.1.3), libcln6, libfftw3-3, libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.3), libginac1.5 (>= 1.5.0), libhdf5-serial-1.8.4 | libhdf5-1.8.4, liblapack3gf | liblapack.so.3gf | libatlas3gf-base, libncurses5 (>= 5.6+20071006-3), libreadline6 (>= 6.0), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4), octave3.2 (>= 3.2.0-1)
Description: symbolic package for Octave
[...]

So, I suggest you to look for libginac on extras-devel.
By the way, if you consider interesting lardman advice (that i think it would make things easier) you could install a virtual system on your desktop using, for instance, virtualbox...

Last edited by antviro; 2011-01-12 at 14:30.
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#46
If someone reminds me next week I'll have a look at how difficult it will be to package them up (bit busy for the rest of this week.)
 
Posts: 46 | Thanked: 7 times | Joined on Jan 2011 @ AU/MY
#47
I had a go at trying to find libginac and pkg-config from extra devels..i'm assuming that to get these two, i would have to do the apt-get install inside the xterminal, but i got unable to find libginac (i also tried libginac1.5)?

are pkg-config and libginac additional library files for the system i.e. are they the files that are used to allow additional software that depend on them to run? im still getting into terms about what they are and what they do..

it does seem like a better idea to compile it in a computer and package them as deb..
 
Posts: 1,994 | Thanked: 3,342 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#48
Originally Posted by lardman View Post
I'm not so sure that building the packages ourselves on the device is the best way to go. It would be preferable in terms of installation space (no need for GCC and all the other Octave deps) as well as speed to be able to compile and then package these up using scratchbox.

Has anyone looked at whether this is possible/how awkward it would be?
When I need to use dpkg-buildpackage, I do it in MADDE Terminal (part of Nokia Qt SDK).
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#49
pkg-config will already be installed from the sdk repo I imagine, ginac may exist but I'm not sure. Quite often the package names are subtly different from the name we use for a package, and you have to be precise.

Try "apt-cache search ginac" to search for packages that contain the characters "ginac".
 

The Following User Says Thank You to lardman For This Useful Post:
Posts: 5 | Thanked: 2 times | Joined on Nov 2010
#50
Hi!

I am trying to install octave on my n900 (pr 1.3), following the instructions steps in this post, however -although i have extras devel repo enabled-, it cannot find the octave package (it does not go past apt-get...). I also attempted a manual installation by downloading the .deb file and executing dpkg -i ***.deb, but it stops, complaining about missing dependencies...

Any help would be greatly appreciated, please consider me to be a relatively novice user though...
 
Reply


 
Forum Jump


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