Attached is the zipped log output. I'm working on running the last command in gdb as suggested by Noel. Here is the command in case it helps with debugging.
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
On Fri, Jul 12, 2024 at 1:53 AM Hossein Nourikhah <[email protected]>
wrote:
> Hello Adam,
>
> To diagnose the problem, more detailed output is needed. You can invoke:
>
> $ make -n Gallery > log.txt
> $ bzip2 log.txt
>
> Then, could you please send the compressed log.txt.bz2? Then it may be
> possible to find out what is causing the issue. Please add me as cc.
>
> Regards,
> Hossein
>
> On 11.07.2024 21:53, Adam Seskunas wrote:
> > 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
>
> --
> Hossein Nourikhah, Ph.D., Developer Community Architect
> Tel: +49 30 5557992-65 | Email: [email protected]
> The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE
> Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
> Legal details: https://www.documentfoundation.org/imprint
>
log.txt.bz2
Description: BZip2 compressed data
