Reply
Thread Tools Search this Thread
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#31
Originally Posted by MartinK View Post
My N900 with CSSU has Python 2.5.4. As IIRC CSSU didn't update Python, also vanilla PR 1.3 should have the same version.
I know what's the problem. I was overwriting the SBOX_REDIRECT_IGNORE
It should've been (without dh7)
Code:
export SBOX_REDIRECT_IGNORE = /usr/bin/python
with dh7:
Code:
export SBOX_REDIRECT_IGNORE = /usr/bin/perl:/usr/bin/python
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#32
Hmmm, I tried compiling aegis-crypto, which is a dependency for applauncher
The first error (IN_NONBLOCK not declared) I was able to fix myself but there's another one I've got no idea what to do with.
The error is:

Code:
aegis_storage.cpp: In member function 'bool aegis::storage::inotify_set_watch()':
aegis_storage.cpp:1088: error: 'inotify_init1' was not declared in this scope
The patch for the first error is attached.

Does anybody know how this error can be fixed?

libbb5-dev shouldn't be required, as libmaemosec-something shhould have the needed files.
Attached Files
File Type: txt aegis_storage.patch.txt (339 Bytes, 30 views)
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Posts: 1,330 | Thanked: 1,981 times | Joined on Nov 2009 @ Madrid, Spain
#33
Why the hell would you like to port AEGIS to N900?
 

The Following 2 Users Say Thank You to ivgalvez For This Useful Post:
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#34
Originally Posted by ivgalvez View Post
Why the hell would you like to port AEGIS to N900?
I read a bit more about it, and it's for sure not a good idea

So one more question,
is aegis required to run some apps (as if it was a .so) or is it a install-only framework?
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
panjgoori's Avatar
Posts: 752 | Thanked: 532 times | Joined on Aug 2011 @ Balochistan
#35
checked repos today and found a app for running MeeGo apps uploaded by you. How to use it and run MeeGo apps ? HERE is the link for repo.
 
Posts: 112 | Thanked: 77 times | Joined on Aug 2011 @ Jakarta, Indonesia
#36
Code:
~ $ meecolay
ERROR: ld.so: object '/opt/meecolay/lib/libstdc++.so.6' from LD_PRELOAD cannot be preloaded: ignored.


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $
I realized that /opt/meecolay/lib/ is still empty.

Last edited by AWasisto; 05-25-2012 at 04:24 AM.
 
Posts: 822 | Thanked: 1,045 times | Joined on Feb 2011 @ The Netherlands
#37
Let me guess, it's still in extras-devel?
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording
--
Second N900 (Thanks to GreatGonzo) loaded with:
CSSU Thumb
720p recording
Kernel-power 52
--
[TCPdump & libpcap | ngrep]
--
2D-Artist needed for game developer
--
donate
 
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#38
Originally Posted by panjgoori View Post
checked repos today and found a app for running MeeGo apps uploaded by you. How to use it and run MeeGo apps ? HERE is the link for repo.
Alright!
I wanted to keep it silent 'til I the library downloading client is ready.

But seems it's impossible )

So I'll unveil what's to be done. Check out the MeeCoLay announce thread, I'll start it very soon!

EDIT: It's there http://talk.maemo.org/showthread.php?p=1212356
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.

Last edited by marmistrz; 05-25-2012 at 09:10 AM.
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#39
Originally Posted by marmistrz View Post
Hmmm, I tried compiling aegis-crypto, which is a dependency for applauncher
The first error (IN_NONBLOCK not declared) I was able to fix myself but there's another one I've got no idea what to do with.
The error is:

Code:
aegis_storage.cpp: In member function 'bool aegis::storage::inotify_set_watch()':
aegis_storage.cpp:1088: error: 'inotify_init1' was not declared in this scope
The patch for the first error is attached.

Does anybody know how this error can be fixed?

libbb5-dev shouldn't be required, as libmaemosec-something shhould have the needed files.
libaegis-crypto1 has to be ported, even if N900 is not using Aegis. For example, forum-tmo is linked with it and libaegis-crypto1 requires newer libc6, so it can't be used as a binary.

Any ideas how to fix it?
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Posts: 1,765 | Thanked: 1,876 times | Joined on May 2011 @ Poland
#40
Originally Posted by marmistrz View Post
libaegis-crypto1 has to be ported, even if N900 is not using Aegis. For example, forum-tmo is linked with it and libaegis-crypto1 requires newer libc6, so it can't be used as a binary.

Any ideas how to fix it?
In newer aegis-crypto there's no such problem.
I'm trying to compile applauncherd anyway (it may be useful with limited resources N900 has)

What's wrong with that line:
Code:
    const uint32_t ARG_MAX = 1024;
The error is:
Code:
/home/marcin/applauncher/meegotouch-meegotouch-applauncherd/src/launcherlib/connection.cpp:356: error: expected unqualified-id before numeric constant
Thanks in advance
__________________
MeeCoLay: run MeeGo Harmattan apps on Fremantle
PowEdit: manage power key menu entries
User Agent Tool - change Maemo Browser's user agent
MaeLyrica - lyrics download client

If you want to support my work, you can DONATE

You're encouraged to donate at least a couple of euros - otherwise PayPal takes almost everything as a fee.

If you would like to donate in other currency or can't donate but would like to support me, please contact me.
 
Reply

Tags
fremantle, harmattan, meego, optify, porting

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 06:44 PM.