| Summary: | dev-libs/soprano-2.3.1-r1 fails to build: Make failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Kratzsch <lecker-toast> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log of dev-libs/soprano-2.3.1-r1 | ||
|
Description
Alexander Kratzsch
2010-01-12 21:09:11 UTC
please paste the complete build.log as the message say. Created attachment 216370 [details]
build.log of dev-libs/soprano-2.3.1-r1
[0m[ 81%] /opt/icedtea6-bin-1.6.2/jre/lib/amd64/server/libjvm.so: file not recognized: File format not recognized collect2: ld returned 1 exit status [32mBuilding CXX object server/CMakeFiles/sopranoclient.dir/sparql/sparqlmodel.cpp.o [0mmake[2]: *** [backends/sesame2/libsoprano_sesame2backend.so] Error 1 make[1]: *** [backends/sesame2/CMakeFiles/soprano_sesame2backend.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Thats something quite javoidish issue :] So does it work with the sun java instead of the icedtea? i am a newbie to gentoo :P so can you explain me how to change to sun java? I would love to but i have this skin conditions when i install java on my computer so i awoid it :D Anyway lets wait if another team members know how to work around this issue or switch the jvm :] mhh i switched to sun-jdk-1.6 via eselect as system-vm ;) but soprano still uses the icedtea6-bin
> * Using: icedtea6-bin
any ideas?
problem solved ;) i had to write *=sun-jdk in /etc/java-config-2/build/jdk.conf installing soprano works also now thanks for your help ;) (In reply to comment #8) > problem solved ;) > > i had to write *=sun-jdk in /etc/java-config-2/build/jdk.conf > > installing soprano works also now > > thanks for your help ;) That means you've override the eselect config for user (if I read the comment in the file correctly). You should get the same by using the following: eselect java-vm set user sun-jdk I read the Java documentation[1] again and I was wrong. [1] - http://www.gentoo.org/doc/en/java.xml#doc_chap4 |