Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
can you try this, to be sure the binary is not corrupt somehow:

$ md5sum /var/lib/install/usr/bin/maemopadplus

what you should get is:

977c7fa27e8364d9509f7efd4c6c545f  /var/lib/install/usr/bin/maemopadplus

if not, uninstall the .deb and try installing again :)
if it is, then i still don't have a clue on how to solve this.

On 4/13/06, Kemal Hadimli [EMAIL PROTECTED] wrote:
   any other details on the error message?
  Yes, actually--right before it terminates with Illegal
  Instruction (AFAIK, this is a fatal signal--like Segmentation
  Fault--so something is seriously wrong) it prints this:
 
  osso_initialize() WARNING: if the system bus activated this program,
  Libosso does not connect to the session bus!

 this part is normal, afaik everybody gets this.


  I'm not sure what the proper command-line invocation for Maemo
  applications is--I know it's not the usual. I ran it like this:
 
  run-standalone.sh /var/lib/install/usr/bin/maemopadplus

 this one and the usual /var/lib/install/usr/bin/maemopadplus
 (without the run-standalone.sh part) works for me. and honestly I
 don't know what's going on with the illegal instruction (SIGILL, value
 4) thing. asked in #maemo just about now.


  It looks like a great application, by the way, I'd like to try taking
  notes with it. It struck me the other day my 770 might just work
  perfectly for computerized notes.

 thanks, I hope we can find a solution.

 --
 Kemal



--
Kemal
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
also try this one:

$ ldd /var/lib/install/usr/bin/maemopadplus |grep sql

if you get something like:
libsqlite3.so.0 = /var/lib/install/usr/lib/libsqlite3.so.0 (0x4000b000)

then it's ok. if you get
libsqlite3.so.0 = not found
or such, then you either have a LD_LIBRARY_PATH problem or the sqlite3
installation didn't go well.

On 4/13/06, Kemal Hadimli [EMAIL PROTECTED] wrote:
 can you try this, to be sure the binary is not corrupt somehow:

 $ md5sum /var/lib/install/usr/bin/maemopadplus

 what you should get is:

 977c7fa27e8364d9509f7efd4c6c545f  /var/lib/install/usr/bin/maemopadplus

 if not, uninstall the .deb and try installing again :)
 if it is, then i still don't have a clue on how to solve this.

 On 4/13/06, Kemal Hadimli [EMAIL PROTECTED] wrote:
any other details on the error message?
   Yes, actually--right before it terminates with Illegal
   Instruction (AFAIK, this is a fatal signal--like Segmentation
   Fault--so something is seriously wrong) it prints this:
  
   osso_initialize() WARNING: if the system bus activated this program,
   Libosso does not connect to the session bus!
 
  this part is normal, afaik everybody gets this.
 
 
   I'm not sure what the proper command-line invocation for Maemo
   applications is--I know it's not the usual. I ran it like this:
  
   run-standalone.sh /var/lib/install/usr/bin/maemopadplus
 
  this one and the usual /var/lib/install/usr/bin/maemopadplus
  (without the run-standalone.sh part) works for me. and honestly I
  don't know what's going on with the illegal instruction (SIGILL, value
  4) thing. asked in #maemo just about now.
 
 
   It looks like a great application, by the way, I'd like to try taking
   notes with it. It struck me the other day my 770 might just work
   perfectly for computerized notes.
 
  thanks, I hope we can find a solution.
 
  --
  Kemal
 


 --
 Kemal



--
Kemal
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Andrew Barr
On Thursday 13 April 2006 10:26, Kemal Hadimli wrote:
 also try this one:

 $ ldd /var/lib/install/usr/bin/maemopadplus |grep sql

 if you get something like:
 libsqlite3.so.0 = /var/lib/install/usr/lib/libsqlite3.so.0
 (0x4000b000)

 then it's ok. if you get
 libsqlite3.so.0 = not found
 or such, then you either have a LD_LIBRARY_PATH problem or the sqlite3
 installation didn't go well.

Unfortunately this checks out fine, as well as the MD5 digest of the 
maemopadplus binary--do you have a hash value for the libsqlite3.so.0.8.6 
binary I could check against?

-- 
Andrew Barr | 1024D/AD9AE76A
[EMAIL PROTECTED]   | http://www.oakcourt.dyndns.org/~andrew

And now for something completely different.
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Andrew Barr
On Thursday 13 April 2006 11:10, Andrew Barr wrote:
 Unfortunately this checks out fine, as well as the MD5 digest of the
 maemopadplus binary--do you have a hash value for the libsqlite3.so.0.8.6
 binary I could check against?

Also what's the version of the libsqlite3 .so supposed to be? It appears 
maemopadplus links to .so.0 but the actual binary is .so.0.8.6 in the version 
I have.

-- 
Andrew Barr | 1024D/AD9AE76A
[EMAIL PROTECTED]   | http://www.oakcourt.dyndns.org/~andrew

And now for something completely different.
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-13 Thread Kemal Hadimli
my md5sum for the /var/lib/install/usr/lib/libsqlite3.so.0.8.6 is
d81d83d92d0f9ea4f798bebe70224bfe

(so i also have the 0.8.6)

On 4/13/06, Andrew Barr [EMAIL PROTECTED] wrote:
 On Thursday 13 April 2006 11:10, Andrew Barr wrote:
  Unfortunately this checks out fine, as well as the MD5 digest of the
  maemopadplus binary--do you have a hash value for the libsqlite3.so.0.8.6
  binary I could check against?

 Also what's the version of the libsqlite3 .so supposed to be? It appears
 maemopadplus links to .so.0 but the actual binary is .so.0.8.6 in the version
 I have.

 --
 Andrew Barr | 1024D/AD9AE76A
 [EMAIL PROTECTED] | http://www.oakcourt.dyndns.org/~andrew

 And now for something completely different.



--
Kemal
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-12 Thread Kemal Hadimli
yours is the very first report on this subject, so it might just be you(tm)

any other details on the error message?


On 4/12/06, Andrew Barr [EMAIL PROTECTED] wrote:
 Hi, I installed the sqlite3 3.2.7 and maemopadplus 0.18a debs available
 on the Maemo wiki to my Nokia 770. Maemopad+ does not start, and if I
 run:

 run-standalone.sh /var/lib/install/usr/bin/maemopadplus

 in an X terminal I get an Illegal Instruction error. Is anyone
 successfully running this program or is there a problem with the .deb?

 Thanks,
 Andrew

--
Kemal
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: [maemo-users] Maemopad+: Illegal Instruction

2006-04-12 Thread Kemal Hadimli
  any other details on the error message?
 Yes, actually--right before it terminates with Illegal
 Instruction (AFAIK, this is a fatal signal--like Segmentation
 Fault--so something is seriously wrong) it prints this:

 osso_initialize() WARNING: if the system bus activated this program,
 Libosso does not connect to the session bus!

this part is normal, afaik everybody gets this.


 I'm not sure what the proper command-line invocation for Maemo
 applications is--I know it's not the usual. I ran it like this:

 run-standalone.sh /var/lib/install/usr/bin/maemopadplus

this one and the usual /var/lib/install/usr/bin/maemopadplus
(without the run-standalone.sh part) works for me. and honestly I
don't know what's going on with the illegal instruction (SIGILL, value
4) thing. asked in #maemo just about now.


 It looks like a great application, by the way, I'd like to try taking
 notes with it. It struck me the other day my 770 might just work
 perfectly for computerized notes.

thanks, I hope we can find a solution.

--
Kemal
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users