Hello, I've run into the following error when running make
warn:vcl:924651:924651:vcl/source/app/svapp.cxx:249: 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 at /home/adam/libreoffice3/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/ucb/UniversalContentBroker.hpp:52' warn:vcl:924655:924655:vcl/source/app/svapp.cxx:249: 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 at /home/adam/libreoffice3/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/ucb/UniversalContentBroker.hpp:52' make[1]: *** [/home/adam/libreoffice3/solenv/gbuild/Gallery.mk:57: /home/adam/libreoffice3/workdir/Gallery/backgrounds.done] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/home/adam/libreoffice3/solenv/gbuild/Gallery.mk:57: /home/adam/libreoffice3/workdir/Gallery/sounds.done] Error 1 make: *** [Makefile:295: build] Error 2 This is from a brand new repo, downloaded this morning from https://gerrit.libreoffice.org/core. I started getting the same error yesterday, in my main repo used for development, while writing a test. I've also tried a make clean, and make distclean on my main repo and get the same error when running make on the cleaned repo. Seems like it might be a configuration problem, so here's my system information via uname -a Linux xxxx 6.9.7-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 27 18:11:45 UTC 2024 x86_64 GNU/Linux Any help would be greatly appreciated, Adam Seskunas