<div dir="ltr"><div>Attached is the zipped log output. </div><div><br></div><div>I'm working on running the last command in gdb as suggested by Noel. Here is the command</div><div>in case it helps with debugging. <br></div><div><br></div><div>S=/home/adam/libreoffice3 && I=$S/instdir && W=$S/workdir && rm -f $W/Gallery/backgrounds/* && RESPONSEFILE=/tmp/gbuild.ldBiE8 && ( ( LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program" $I/program/gengal.bin --build-tree --destdir file://$S/extras/source/gallery --name "backgrounds" --path $W/Gallery/backgrounds --filenames file://$RESPONSEFILE -env:UserInstallation=file://$W/Gallery/backgrounds/user ) > $W/Gallery/backgrounds.done.log 2>&1 || ( cat $W/Gallery/backgrounds.done.log && false ) ) && rm $RESPONSEFILE && touch $W/Gallery/backgrounds.done</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 12, 2024 at 1:53 AM Hossein Nourikhah <<a href="mailto:hossein@libreoffice.org">hossein@libreoffice.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Adam,<br>
<br>
To diagnose the problem, more detailed output is needed. You can invoke:<br>
<br>
$ make -n Gallery > log.txt<br>
$ bzip2 log.txt<br>
<br>
Then, could you please send the compressed log.txt.bz2? Then it may be <br>
possible to find out what is causing the issue. Please add me as cc.<br>
<br>
Regards,<br>
Hossein<br>
<br>
On 11.07.2024 21:53, Adam Seskunas wrote:<br>
> Hello,<br>
> <br>
> I've run into the following error when running make<br>
> <br>
> warn:vcl:924651:924651:vcl/source/app/svapp.cxx:249: AppFileName<br>
> should be set to something after SVMain!<br>
> Bootstrap exception 'component context fails to supply service<br>
> com.sun.star.ucb.UniversalContentBroker of type<br>
> com.sun.star.ucb.XUniversalContentBroker at<br>
> /home/adam/libreoffice3/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/ucb/UniversalContentBroker.hpp:52'<br>
> warn:vcl:924655:924655:vcl/source/app/svapp.cxx:249: AppFileName<br>
> should be set to something after SVMain!<br>
> Bootstrap exception 'component context fails to supply service<br>
> com.sun.star.ucb.UniversalContentBroker of type<br>
> com.sun.star.ucb.XUniversalContentBroker at<br>
> /home/adam/libreoffice3/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/ucb/UniversalContentBroker.hpp:52'<br>
> make[1]: *** [/home/adam/libreoffice3/solenv/gbuild/Gallery.mk:57:<br>
> /home/adam/libreoffice3/workdir/Gallery/backgrounds.done] Error 1<br>
> make[1]: *** Waiting for unfinished jobs....<br>
> make[1]: *** [/home/adam/libreoffice3/solenv/gbuild/Gallery.mk:57:<br>
> /home/adam/libreoffice3/workdir/Gallery/sounds.done] Error 1<br>
> make: *** [Makefile:295: build] Error 2<br>
> <br>
> This is from a brand new repo, downloaded this morning from<br>
> <a href="https://gerrit.libreoffice.org/core" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/core</a>.<br>
> I started getting the same error yesterday, in my main repo used for<br>
> development, while<br>
> writing a test. I've also tried a make clean, and make distclean on<br>
> my main repo and get the same error when running make on the cleaned<br>
> repo.<br>
> <br>
> Seems like it might be a configuration problem, so here's my system<br>
> information via uname -a<br>
> <br>
> Linux xxxx 6.9.7-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 27<br>
> 18:11:45 UTC 2024 x86_64 GNU/Linux<br>
> <br>
> Any help would be greatly appreciated,<br>
> Adam Seskunas<br>
<br>
-- <br>
Hossein Nourikhah, Ph.D., Developer Community Architect<br>
Tel: +49 30 5557992-65 | Email: <a href="mailto:hossein@libreoffice.org" target="_blank">hossein@libreoffice.org</a><br>
The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE<br>
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts<br>
Legal details: <a href="https://www.documentfoundation.org/imprint" rel="noreferrer" target="_blank">https://www.documentfoundation.org/imprint</a><br>
</blockquote></div>