Reply
Thread Tools
Posts: 3,328 | Thanked: 4,476 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
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 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, 111 views)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#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: 3,328 | Thanked: 4,476 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?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
panjgoori's Avatar
Posts: 1,236 | Thanked: 1,278 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: 115 | Thanked: 98 times | Joined on Aug 2011
#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; 2012-05-25 at 08:24.
 
Posts: 1,163 | Thanked: 1,873 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,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 
Posts: 3,328 | Thanked: 4,476 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
__________________
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-05-25 at 13:10.
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 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?
__________________
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
#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
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Reply

Tags
fremantle, harmattan, meego, optify, porting

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:03.