1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
jcc for Debian
--------------
If you are wondering whether this package is working or not, run
the following command. It should exit silently with no errors.
$ python -m jcc
or
$ python -m jcc.__main__ # on Python 2.6
This package was built using rpath which is very unusual. The reason
is we need to link against shared libraries shipped with Java. There's
also some discussion on the upstream mailing lists, the Debian Java
lists, amongst other distributions, and with the Debian ftp master.
This seems like the best idea at the time; talk to the maintainer if
you have a better one. Here are some references:
http://wiki.debian.org/RpathIssue
https://bugzilla.redhat.com/show_bug.cgi?id=449456
http://www.mail-archive.com/pylucene-dev@osafoundation.org/msg02279.html
http://www.mail-archive.com/pkg-java-maintainers@lists.alioth.debian.org/msg10991.html
Even though building JCC in shared mode would be better [0], right now shared
mode is disabled because it requires a patch to be applied to setuptools [1].
[0] http://lists.osafoundation.org/pipermail/pylucene-dev/2008-April/002642.html
[1] http://lucene.apache.org/pylucene/jcc/documentation/install.html#shared
-- Jeff Breidenbach <jab@debian.org> Wed, 16 Apr 2008 10:57:54 -0700
-- Ludovico Cavedon <cavedon@debian.org> Wed, 7 Jul 2010 15:15:46 +0200
|