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

Ben Konrath bkonrath at redhat.com
Fri Aug 3 04:36:20 UTC 2007


On Fri, 2007-08-03 at 00:37 +0200, Alphonse Van Assche wrote:
> Ben Konrath a écrit :
> > 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             \
> > 
> > 
> Thanks Ben that work! :), there was just a little syntax error in the 
> above %_libdir macro (maybe that can be useful for others).
> 
> -     -Dosgi.sharedConfiguration.area={_libdir}/eclipse/configuration \
> +     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \

Sorry about that, I'm not sure how that happened. I'm glad hear things
are now working for you.

Cheers, Ben




More information about the java-devel mailing list