[Libreoffice] Windows build breakage

Michael Stahl mstahl at redhat.com
Wed Nov 23 01:58:34 PST 2011


On 23/11/11 05:41, Kohei Yoshida wrote:
> Hi there,
> 
> So, not having been able to build master on Windows for almost 2
> months, I've decided to give it another go.  But it fails in scripting
> this time, and I have no clue.
> 
> The build log is attached.  Hopefully this will ring a bell for someone...

you have exactly the same problem as Noel Grandin:

the makefile adds ScriptingFramework.jar to the classpath:

> $(eval $(call gb_Jar_add_jars,ScriptProviderForBeanShell,\
> 	$(OUTDIR)/bin/juh.jar \
> 	$(OUTDIR)/bin/jurt.jar \
> 	$(OUTDIR)/bin/ridl.jar \
> 	$(OUTDIR)/bin/unoil.jar \
> 	$(OUTDIR)/bin/ScriptFramework.jar \
> ))

but it does not appear in the command:

> R=c:/libo && O=$R/core-master/solver/wntmsci12.pro && W=$R/core-master/workdir/wntmsci12.pro && S=$R/core-master &&  mkdir -p $W/JavaClassSet/Jar/ScriptProviderForBeanShell/ && RESPONSEFILE=C:/cygwin/tmp/gbuild.VIrScQ && C:/PROGRA~1/Java/JDK16~1.0_1/bin/javac.exe  -cp "C:/PROGRA~1/Java/JDK16~1.0_1/jre/lib/rt.jar;.;$O/bin/juh.jar;$O/bin/jurt.jar;$O/bin/ridl.jar;$O/bin/unoil.jar;$O/bin/bsh.jar;$W/JavaClassSet/Jar/ScriptProviderForBeanShell" -d $W/JavaClassSet/Jar/ScriptProviderForBeanShell @$RESPONSEFILE && rm -f $RESPONSEFILE && touch $W/JavaClassSet/Jar/ScriptProviderForBeanShell/done

i still have no idea what causes this, but it seems to happen only on
windows; if i understood Noel correctly it does not happen every time,
and when he added some debug output it seemed to work always...

regards,
 michael



More information about the LibreOffice mailing list