[fedora-java] problem to build eclipse plugin on ppc64 in rawhide

Ben Konrath bkonrath at redhat.com
Thu Aug 2 21:38:12 UTC 2007


On Thu, 2007-08-02 at 23:23 +0200, Alphonse Van Assche wrote:
> Hi,
> 
> I have just try to build my first package using koji, yeah :-)
> Like expect ;-) the package don't will build in rawhide on the ppc64 
> arch because of a segmentation fault, the same package build like a 
> charm on F-7 so is there some problem in rawhide to build eclipse 
> plugins at this time?
> 
> You can take a look on the mock build.log file there -> 
> http://koji.fedoraproject.org/koji/getfile?taskID=86511&name=build.log

You should try replacing this line:

eclipse \
     -nosplash                                         \

with this line:

java -cp $SDK/startup.jar \
     -Dosgi.sharedConfiguration.area={_libdir}/eclipse/configuration  \
     org.eclipse.core.launcher.Main             \


Cheers, Ben




More information about the fedora-devel-java-list mailing list