You are not logged in.
Pages: 1
I tried editing the official PKGBUILD for openoffice to include the SDK (enabled in the configuration, added it to sources array...). But when building odk i get this error:
/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/bin/javadoc -J-Xmx120m -use -splitindex -windowtitle "Java UNO Runtime Reference" -header "UDK 3.2.0 Java API Reference" -d ../../unxlngx6.pro/bin/odkcommon/docs/java/ref -sourcepath /var/abs/local/openoffice-base/src/OOF680_m18/odk/unxlngx6.pro/misc/java_src -classpath /var/abs/local/openoffice-base/src/OOF680_m18/solver/680/unxlngx6.pro/bin/ridl.jar -linkoffline ../../common/ref ./uno -linkoffline http://java.sun.com/j2se/1.4.1/docs/api ./java com.sun.star.comp.helper com.sun.star.lib.uno.helper com.sun.star.lib.unoloader com.sun.star.tools.uno com.sun.star.uno com.sun.star.beans > ../../unxlngx6.pro/misc/javadoc_log.txt
java.lang.RuntimeException: The source path /var/abs/local/openoffice-base/src/OOF680_m18/odk/unxlngx6.pro/misc/java_src does not exist.
at gnu.classpath.tools.gjdoc.Main$11.process(lib-gnu-classpath-tools-gjdoc.so.0)
at gnu.classpath.tools.gjdoc.Main.readOptions(lib-gnu-classpath-tools-gjdoc.so.0)
at gnu.classpath.tools.gjdoc.Main.start(lib-gnu-classpath-tools-gjdoc.so.0)
at gnu.classpath.tools.gjdoc.Main.main(lib-gnu-classpath-tools-gjdoc.so.0)
dmake: Error code 1, while making '../../unxlngx6.pro/bin/odkcommon/docs/java/ref/index.html'
'---* RULES.MK *---'
ERROR: Error 65280 occurred while making /var/abs/local/openoffice-base/src/OOF680_m18/odk/pack/gendocu
I don't have clue what's wrong. I checked that directory actually exists.
archlinux x86_64 user || My PKGBUILDs
Offline
Got it working with a very hacky solution: Removing the java part from the gendocu makefile
Well, it works fine enough for me because I only need the SDK for compiling openoffice-voikko.
archlinux x86_64 user || My PKGBUILDs
Offline
Check these: http://www.kotikone.fi/purch
They are for OO-2.1. So if you want to take over the packages and upgrade them to 2.2 it is fine for me. I can host the binaries if needed.
Offline
Well, building it wasn't my favorite thing to do because the time it takes, errors and ran out of disk space too But finally got it installed.
Here's the PKGBUILD in case you need it (includes the crude gendocu patch):
archlinux x86_64 user || My PKGBUILDs
Offline
I updated the other PKGBUILDs available from your repository. Here they are if you want them:
libvoikko:
http://www.nullcore.org/~bane/pkg/libvoikko.tar.gz
malaga:
http://www.nullcore.org/~bane/pkg/malaga.tar.gz
malaga-suomi:
http://www.nullcore.org/~bane/pkg/malaga-suomi.tar.gz
openoffice-fi:
http://www.nullcore.org/~bane/pkg/openoffice-fi.tar.gz
openoffice-voikko:
http://www.nullcore.org/~bane/pkg/openo … kko.tar.gz
tmispell-voikko:
archlinux x86_64 user || My PKGBUILDs
Offline
Pages: 1