Active Topics

 


Reply
Thread Tools
Posts: 155 | Thanked: 82 times | Joined on Mar 2012 @ Australia
#711
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?
__________________
1. N900 + CSSU Thumb
2. N900 + KP51, CSSU Thumb, Meecolay
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#712
Originally Posted by Cozzbie View Post
I swear @sifo I hate you sometimes...*sigh*...could you please post what steps you took to getting this far?...

Thanks @sifo...*teacher*

Hehehehe...
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.
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#713
Originally Posted by n900d-i-y View Post
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.

Originally Posted by Cozzbie View Post
@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
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#714
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.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-12-29 at 15:23.
 

The Following 8 Users Say Thank You to marmistrz For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#715
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 #
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#716
Originally Posted by marmistrz View Post
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.
 

The Following User Says Thank You to szopin For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#717
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.

Originally Posted by szopin View Post
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.


Originally Posted by seanmcken View Post
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.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-12-29 at 15:35.
 

The Following 4 Users Say Thank You to marmistrz For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#718
Originally Posted by marmistrz View Post
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.
You the man. Please make meecolay with nokia public transport working That would definitely deserve a donation.
 

The Following 3 Users Say Thank You to szopin For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#719
Originally Posted by szopin View Post
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
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post:
Posts: 115 | Thanked: 49 times | Joined on Sep 2012
#720
--- 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

?
__________________
need mods for a dead F O R U Mpm me if you can help
¢яαzяу ค๒๏ยt ʎɹzɐɹɔ ƬΣXƬ
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


All times are GMT. The time now is 11:39.