build failure: AppFileName should be set to something after SVMain!
Stephan Bergmann
sbergman at redhat.com
Thu Oct 4 07:16:46 UTC 2018
On 03/10/2018 16:27, Terrence Enger wrote:
> [GAL] education
> warn:vcl:23225:23225:vcl/source/app/svapp.cxx:237: AppFileName should be set to something after
> SVMain!
> Bootstrap exception 'component context fails to supply service
> com.sun.star.ucb.UniversalContentBroker of type com.sun.star.ucb.XUniversalContentBroker'
That "Bootstrap exception" line looks more related to the failure than
the AppFileName warning. For some reason, the process cannot create
that UCB service, either because it's missing from the services.rdb
passed to the process, or because there's some issue loading the
relevant library. First thing, did you try `make clean`?
> make[1]: *** [/home/terry/lo_hacking/git/libo6/solenv/gbuild/Gallery.mk:58:
> /home/terry/lo_hacking/git/libo6/workdir/Gallery/diagrams.done] Error 1
(and from the "[GAL] education" vs. "workdir/Gallery/diagrams.done"
mismatch it smells that you're making with parallelism, but without -O,
which garbles the output from parallel build jobs, and can make it
unnecessarily hard to decipher build failures)
More information about the LibreOffice
mailing list