Re: Soft and hard float

2012-09-10 Thread Ивайло Димитров
You may want to capture some meaningful backtrace to help us find what is segfaulting. In order to do that you should install as many related -dbg packages as possible. > Оригинално писмо >От: Marcin Mielniczuk >Относно: Re: Soft and hard float >До: Javier S. Pedro ,

Re: Soft and hard float

2012-09-10 Thread Javier S. Pedro
2012/9/10 Marcin Mielniczuk : > Hardfp seems to not be the problem. I checked two apps segfaulting on > 0x and 2 apps running ok. > readelf -A gives the same output (attatched) for all of them > > The apps were: segfaulting MeegoQQ and AccuWeather (wxapp), > working allegro and QToDo. > > W

Re: OpenCV problem

2012-09-10 Thread Abubakar
Hi Shamsul, are you sure your repo is added properly? I have extras-devel link added to fapman (faster application manager) as follows: Name: extras-devel URL: http://repository.maemo.org/extras-devel/ Distribution: fremantle-1.3 Components: free non-free I do a: ~ $ root and then: orb:~# apt-

cancelar inscrição

2012-09-10 Thread Acacio Brito
Gostaria de não mais receber estas mensagens. Acácio. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: OpenCV problem

2012-09-10 Thread Eyal Erez
Hello Shamsul, Thanks for the resposns. I enable the Extras-devel repository. when i write the apt-get update i get a list of update and then(i started from the last line that is good.. ) Hit http://repository.maemo.org fremantle/non-free packages W: Failed to fetch http://repository.maemo.org/di

Re: OpenCV problem

2012-09-10 Thread shamsul hassan
Hi Eyal, below link will help .. http://maemo.org/packages/view/libcv4/ you need to enable Extras-devel or Extras-testing in the repository manager and then apt-get update Thanks Shamsul On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez wrote: > Hello all, > > I'm trying to use OpenCV on my Nokia N9

OpenCV problem

2012-09-10 Thread Eyal Erez
Hello all, I'm trying to use OpenCV on my Nokia N900, my first goal was to install the libcv4. I tried to use X-Terminal sudo gainroot and then apt-get install libcv4, then i got: Some packages could not be installed. THis may mean that you have requested an impossible situation or if you are usi

Re: Soft and hard float

2012-09-10 Thread Marcin Mielniczuk
Hardfp seems to not be the problem. I checked two apps segfaulting on 0x and 2 apps running ok. readelf -A gives the same output (attatched) for all of them The apps were: segfaulting MeegoQQ and AccuWeather (wxapp), working allegro and QToDo. What may cause the segfaults? filebox for N

Re: Soft and hard float

2012-09-10 Thread Marcin Mielniczuk
Thanks! -- Marcin 2012/9/10 Javier S. Pedro > On Sat, 08 Sep 2012 17:48:01 +0200, Marcin Mielniczuk wrote: > > Thanks, > > Is the lib Adobe-written or is it something public? > > You cannot really write a "generic" soft<->hardfp (without PLT trickery) > bridge unless you plan to pre-specify th

Re: Soft and hard float

2012-09-10 Thread Javier S. Pedro
On Sat, 08 Sep 2012 17:48:01 +0200, Marcin Mielniczuk wrote: > Thanks, > Is the lib Adobe-written or is it something public? You cannot really write a "generic" soft<->hardfp (without PLT trickery) bridge unless you plan to pre-specify the set of functions your hardfp binaries will call. Perso