maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle! (https://talk.maemo.org/showthread.php?t=84482)

Narukay 2013-05-23 15:01

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1346225)
Code:

gdb /opt/Vkontakte/bin/Vkontakte
run

это должно работать

work :3

Code:

(gdb) run meecolay
Starting program: /opt/Vkontakte/bin/Vkontakte meecolay
(no debugging symbols found)
/opt/Vkontakte/bin/Vkontakte: symbol lookup error: /opt/Vkontakte/bin/Vkontakte: undefined symbol: _ZN7QCamera16staticMetaObjectE

Program exited with code 0177.
(gdb)

but, how to add meecolay command LD_PRELOAD in gdb?

marmistrz 2013-05-23 15:41

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Narukay (Post 1346254)
work :3

Code:

(gdb) run meecolay
Starting program: /opt/Vkontakte/bin/Vkontakte meecolay
(no debugging symbols found)
/opt/Vkontakte/bin/Vkontakte: symbol lookup error: /opt/Vkontakte/bin/Vkontakte: undefined symbol: _ZN7QCamera16staticMetaObjectE

Program exited with code 0177.
(gdb)

but, how to add meecolay command LD_PRELOAD in gdb?

LD_PRELOAD=(add the stuff here) gdb /opt/(the rest of the path)
run

Narukay 2013-05-23 15:50

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1346262)
LD_PRELOAD=(add the stuff here) gdb /opt/(the rest of the path)
run

thanks

Code:

LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so gdb /opt/Vkontakte/bin/Vkontakte
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(no debugging symbols found)
(gdb) run
Starting program: /opt/Vkontakte/bin/Vkontakte
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin
loaded the N900 plugin
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:        (gdb)


Narukay 2013-05-27 05:46

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
installed app "org.formeego.apps"
don't removed
Code:

(Reading database ... 47819 files and directories currently installed.)
Removing org.formeego.apps ...
rm: cannot remove '/etc/apt/sources.list.d/appsformeego.list': No such file or directory
dpkg: error processing org.formeego.apps (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 org.formeego.apps
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#

how to remove?(((

marmistrz 2013-05-27 14:57

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Narukay (Post 1347104)
installed app "org.formeego.apps"
don't removed
Code:

(Reading database ... 47819 files and directories currently installed.)
Removing org.formeego.apps ...
rm: cannot remove '/etc/apt/sources.list.d/appsformeego.list': No such file or directory
dpkg: error processing org.formeego.apps (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 org.formeego.apps
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#

how to remove?(((


Replace /path/to/apps/for/meego.deb with what you need

Code:

sudo gainroot
dpkg -i --force-depends /path/to/apps/for/meego.deb
dpkg -r org.formeego.apps


Narukay 2013-05-29 03:40

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
thx, all good :)

Quote:

Originally Posted by marmistrz (Post 1347185)
Replace /path/to/apps/for/meego.deb with what you need

Code:

sudo gainroot
dpkg -i --force-depends /path/to/apps/for/meego.deb
dpkg -r org.formeego.apps



Narukay 2013-05-31 17:41

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Code:

$ LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so:/opt/qtm12/lib/libQtSensors.so meecolay /opt/Vkontakte/bin/Vkontakte 
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered!
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered!
Segmentation fault


marmistrz 2013-06-03 18:25

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Narukay (Post 1348394)
Code:

$ LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so:/opt/qtm12/lib/libQtMultimediaKit.so:/opt/qtm12/lib/libQtSensors.so meecolay /opt/Vkontakte/bin/Vkontakte 
Running non-meego graphics system enabled  MeeGo touch, forcing native graphicssystem

loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered!
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered!
Segmentation fault


gdb log please like before. guess that u re using updated meegotouch right?
i'll reply to pm within a week, dont worry

Narukay 2013-06-04 15:28

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1349291)
gdb log please like before. guess that u re using updated meegotouch right?
i'll reply to pm within a week, dont worry

hello :3
Code:

no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered!
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered!
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:        (gdb)

yes right
latest meegotouch

Try to run itself, you can get:)

marmistrz 2013-06-06 12:55

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Narukay (Post 1349518)
hello :3
Code:

no debugging symbols found)
(no debugging symbols found)
loaded the Generic plugin
loaded the N900 plugin
loaded the Generic plugin
loaded the N900 plugin
A backend with type "QAccelerometer" and identifier "n900.accelerometer" has already been registered!
A backend with type "QProximitySensor" and identifier "n900.proximity" has already been registered!
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0x00000000:        (gdb)

yes right
latest meegotouch

Try to run itself, you can get:)

cannot fix it. Well known bug, but with unknown cause


All times are GMT. The time now is 10:05.

vBulletin® Version 3.8.8