Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Chandler
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
PaV
Apprentice
Apprentice


Joined: 28 Jan 2004
Posts: 176
Location: Poland

PostPosted: Tue May 05, 2009 4:55 am    Post subject: Chandler Reply with quote

Has anybody managed to install/run Chandler http://chandlerproject.org/? Looks like a great PIM/Todo application, but I can't get it to run on Gentoo.
Tried downloading the .tar.gz from http://downloads.osafoundation.org/chandler/releases/1.0.3/#enduserlinux but it fails to run saying it can't find libjava.so. I even added that *.so it to LD_PRELOAD, but it fails with a relocation error. Has anybody have any more luck with Chandler?
Back to top
View user's profile Send private message
barbar
Guru
Guru


Joined: 16 Apr 2003
Posts: 397
Location: Austria

PostPosted: Wed Jun 03, 2009 4:44 am    Post subject: Reply with quote

Running Chandler with the tarball works for me.
Have you installed Java? Check with
Code:
eselect java-vm list
and set your vm (I use sun-jdk-1.5)
Back to top
View user's profile Send private message
PaV
Apprentice
Apprentice


Joined: 28 Jan 2004
Posts: 176
Location: Poland

PostPosted: Wed Jun 03, 2009 8:19 am    Post subject: Reply with quote

Thank you for the response.
It looks like this:

Code:
 $ eselect java-vm list
Available Java Virtual Machines:
  [1]   blackdown-jdk-1.4.2
  [2]   sun-jdk-1.6  system-vm user-vm


Code:

$ locate libjava.so
/home/pav/download/Chandler_linux_1.0.3/release/j2re-image/lib/i386/libjava.so
/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64/libjava.so
/opt/sun-jdk-1.6.0.13/jre/lib/amd64/libjava.so


Code:

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/qt/3/bin:/usr/games/bin:/opt/vmware/player/bin:/opt/blackdown-jdk-1.4.2.03/jre/lib/amd64


Chandler error:
Code:

Seconds since last error: 0
Chandler Version: 1.0.3
OS: posix
Platform Type: linux2
Platform Details: Linux-2.6.29-hh2-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8500_@_3.16GHz-with-glibc2.3
Architecture: x86_64
Python Version: 2.5.1 (r251:54863, Feb  6 2009, 11:46:42)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)]
Traceback (most recent call last):
  File "Chandler.py", line 101, in main
    return realMain()
  File "Chandler.py", line 80, in realMain
    app = wxApplication(redirect=redirect, useBestVisual=useBestVisual)
  File "/home/pav/download/Chandler_linux_1.0.3/release/lib/python2.5/site-packages/wx/_core.py", line 7901, in __init__
    self._BootstrapApp()
  File "/home/pav/download/Chandler_linux_1.0.3/release/lib/python2.5/site-packages/wx/_core.py", line 7498, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/home/pav/download/Chandler_linux_1.0.3/application/Application.py", line 377, in OnInit
    options)
  File "/home/pav/download/Chandler_linux_1.0.3/application/Utility.py", line 1102, in openRepositoryOrBackup
    view = openRepository(options, repoDir)
  File "/home/pav/download/Chandler_linux_1.0.3/application/Utility.py", line 1071, in openRepository
    view = initRepository(repoDir, options)
  File "/home/pav/download/Chandler_linux_1.0.3/application/Utility.py", line 639, in initRepository
    from chandlerdb.persistence.DBRepository import DBRepository
  File "/home/pav/download/Chandler_linux_1.0.3/release/lib/python2.5/site-packages/chandlerdb-0.7_37-py2.5-linux-i686.egg/chandlerdb/persistence/DBRepository.py", line 41, in <module>
  File "/home/pav/download/Chandler_linux_1.0.3/release/lib/python2.5/site-packages/chandlerdb-0.7_37-py2.5-linux-i686.egg/chandlerdb/persistence/LuceneContainer.py", line 18, in <module>
  File "/home/pav/download/Chandler_linux_1.0.3/release/lib/python2.5/site-packages/lucene-2.3.1-py2.5-linux-i686.egg/lucene/__init__.py", line 2, in <module>
    import os, _lucene
ImportError: libjava.so: cannot open shared object file: No such file or directory
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum