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)

n900d-i-y 2012-12-25 13:17

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Will Bejeweled 2 HD ever work? I looked on the Compatibility page and it has this error, error while loading shared libraries: libcontactswidgets.so.0: cannot open shared object file: No such file or directory. Will this error be resolved somehow?

sifo 2012-12-25 13:35

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

Originally Posted by Cozzbie (Post 1307558)
I swear @sifo I hate you sometimes...*sigh*...could you please post what steps you took to getting this far?...

Thanks @sifo...*teacher*

Hehehehe...:D

The steps are pretty clear, i just extracted the wazzap.deb in /opt/meecolay/bin/apps/ ( i created the apps dir )
and please find the command to run the binary in my previous post.

marmistrz 2012-12-25 14:55

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

Originally Posted by n900d-i-y (Post 1307560)
Will Bejeweled 2 HD ever work? I looked on the Compatibility page and it has this error, error while loading shared libraries: libcontactswidgets.so.0: cannot open shared object file: No such file or directory. Will this error be resolved somehow?

Please report it to the bugzilla. I have no time to work on that lib, I'm polishing up an alpha version of the GUI with the basic features, and if I don't have it in the bugzilla, I'll simply forget it. You can look at the package in Harmattan SDK or the SSU repos, but installing will be at your own risk. But generally it won't work: libmeegotouch in extras is buggy. Look at the next post for more info.

Quote:

Originally Posted by Cozzbie (Post 1307555)
@marmistrz: I really have absolutely no idea how to get that python package anyway...just found a post where they said maemo python version has stopped at 2.6..*bummer*...thanks anyway...you are the man...

http://talk.maemo.org/showthread.php?t=86900

marmistrz 2012-12-25 15:01

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I found out the presumable cause of many segfaults of apps using MeeGo Touch. The build that we have in extras-devel is buggy and crashes even with the demo application. My Qt clone builds the MeeGo specific Qt libs and puts them into the packages (such as libqt4-meegographicssystemhelper). These are required to build newer MeeGo Touch. I'm waiting for CSSU guys to include this and then I'll proceed with building newer MeeGo Touch

Why do I think so? Every app with a strange segfault is either linked against some advanced MeeGo libs (e.g. qmsystem2) or MeeGo Touch. In the second case, the segfault is instantaneous. When camdrive_qml was built in the OBS, it was not being linked against MeeGo Touch and didn't segfault. The same is with AccuWeather aka wxapp, FileBox & etc.

Update: libmeegotouch requires a couple of other libs. These cannot be built for the time being due to out of date libtool.

seanmcken 2012-12-29 13:24

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
hello guys i tried molome and i got this

/home/user/MyDocs # dpkg -i molome-2.1.9-854x480-1.2-Harmatta
n.deb
Selecting previously deselected package molome.
(Reading database ... 46634 files and directories currently installed.)
Unpacking molome (from molome-2.1.9-854x480-1.2-Harmattan.deb) ...
dpkg: dependency problems prevent configuration of molome:
molome depends on libqtsparql0 (>= 0.0.30+0m6); however:
Package libqtsparql0 is not installed.
molome depends on libquill1; however:
Package libquill1 is not installed.
molome depends on libquillimagefilter1; however:
Package libquillimagefilter1 is not installed.
molome depends on libquillmetadata1; however:
Package libquillmetadata1 is not installed.
dpkg: error processing molome (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
molome
/home/user/MyDocs #

szopin 2012-12-29 13:47

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

Originally Posted by marmistrz (Post 1307601)
Update: libmeegotouch requires a couple of other libs. These cannot be built due to out of date libtool.

Cannot? Ask Aapo, I'm sure there is no such thing as cannot.

marmistrz 2012-12-29 15:30

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
signon part of the Accounts & SSO framework ported. http://talk.maemo.org/showthread.php...84#post1275884

Developer attention is required though, read the OP of the link above for more info.

Quote:

Originally Posted by szopin (Post 1308817)
Cannot? Ask Aapo, I'm sure there is no such thing as cannot.

Do you think I haven't asked Aapo yet? :)
He's been trying to backport libtool, but doesn't build cleanly yet. So it cannot be built but for the time being :)
Updated the post you quoted.


Quote:

Originally Posted by seanmcken (Post 1308812)
hello guys i tried molome and i got this

/home/user/MyDocs # dpkg -i molome-2.1.9-854x480-1.2-Harmatta
n.deb
Selecting previously deselected package molome.
(Reading database ... 46634 files and directories currently installed.)
Unpacking molome (from molome-2.1.9-854x480-1.2-Harmattan.deb) ...
dpkg: dependency problems prevent configuration of molome:
molome depends on libqtsparql0 (>= 0.0.30+0m6); however:
Package libqtsparql0 is not installed.
molome depends on libquill1; however:
Package libquill1 is not installed.
molome depends on libquillimagefilter1; however:
Package libquillimagefilter1 is not installed.
molome depends on libquillmetadata1; however:
Package libquillmetadata1 is not installed.
dpkg: error processing molome (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
molome
/home/user/MyDocs #

libquiill* can't be built for the time being, but I hope it'll become possible soon.

szopin 2012-12-29 15:38

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

Originally Posted by marmistrz (Post 1308853)
signon part of the Accounts & SSO framework ported. http://talk.maemo.org/showthread.php...84#post1275884

Developer attention is required though, read the OP of the link above for more info.



Do you think I haven't asked Aapo yet? :)
He's been trying to backport libtool, but doesn't build cleanly yet. So it cannot be built but for the time being :)
Updated the post you quoted.

:D You the man. Please make meecolay with nokia public transport working That would definitely deserve a donation.

marmistrz 2012-12-29 18:09

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

Originally Posted by szopin (Post 1308856)
:D You the man. Please make meecolay with nokia public transport working That would definitely deserve a donation.

NokiaPt works (at least starts up and looks for location)

you need to run it with
Code:

LD_PRELOAD=/opt/qtm12/lib/libQtLocation.so meecolay /opt/NokiaPt/bin/NokiaPt

sunyakram 2012-12-29 18:38

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
--- 2012-12-28 23:40:04 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install meecolay
--- 2012-12-28 23:40:08 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
meecolay: Depends: libqtcore4 but it is not going to be installed
Depends: libqtgui4 but it is not going to be installed
Depends: libqtwebkit4 but it is not going to be installed
Depends: maemo-meegotouch-interfaces but it is not going to be installed
Depends: libqt4 but it is not going to be installed
E: Broken packages

?


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

vBulletin® Version 3.8.8