Re: problem to build eclipse plugin on ppc64 in rawhide

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 \




--
fedora-devel-java-list mailing list
fedora-devel-java-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-java-list

[Index of Archives]     [Red Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux