Need help for a java app

Hello everyone !

I’m trying to get building Sphinxsearch (home:posophe:speech/sphinx) but I have an issue with the java api. Here is the complete output : http://paste.opensuse.org/92248633
And here is a link to the Sphinx project http://sphinxsearch.com/ ; github : https://github.com/sphinxsearch/sphinx .
I don’t speak Java at all so… Thanks for any further help !

Regards.
Benjamin

You realize this is an openSUSE forum, not a Sphinx forum, right? I think
you’ll have better luck starting from the Sphinx side.

In the meantime, what did you do to cause these errors? If this requires
Java, which one, and which version, did you use when making this call?
How could we potentially reproduce this? What are you going to be
indexing with sphinxsearch, and how will you be querying that index? Have
you ever used sphinxsearch before, and in what situation?


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

On Thu 17 Sep 2015 04:56:01 PM CDT, posophe wrote:

Hello everyone !

I’m trying to get building Sphinxsearch (home:posophe:speech/sphinx) but
I have an issue with the java api. Here is the complete output :
SUSE Paste
And here is a link to the Sphinx project http://sphinxsearch.com/ ;
github : GitHub - sphinxsearch/sphinx: Sphinx search server .
I don’t speak Java at all so… Thanks for any further help !

Regards.
Benjamin

Hi
If you look at the previous version built in server:search, there is a
comment in the spec file;


# Comment
# we don't package api language java,ruby,php,python
# upstream don't recommend their usage.

Why not branch to that version and update, push you
changes, then link it back…


Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel
3.12.44-52.10-default If you find this post helpful and are logged into
the web interface, please show your appreciation and click on the star
below… Thanks!

Well, I have based my package on Fedora’s one. And they successfully get build Sphinx with the java API. I’ll disable it.
@malcolmlewis : I have created an issue on their bugstracker and tried to contact upstream, with no success.

Thanks for your answers, guys.