Re: editors/libreoffice fails to build on STABLE-13/amd64
- In reply to: Michael Butler : "Re: editors/libreoffice fails to build on STABLE-13/amd64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 22:02:01 UTC
On Mon, 28 Feb 2022 13:06:54 -0500 Michael Butler <imb@protected-networks.net> wrote: > On 2/28/22 12:46, Jonathan Chen wrote: > > Hi, > > > > On a recent STABLE-13 (24-Feb-2022), I seem to be getting failures on > > building libreoffice-7.3.0.3. All the code compiles, but the link > > stage fails: > > [biuld GAL] sounds > > S=/construction/xports/editors/libreoffice/work/libreoffice-7.3.0.3 && > > I=$S/instdir && W=$S/workdir && rm -f $W/Gallery/sounds/* && > > RESPONSEFILE=/co > > nstruction/xports/editors/libreoffice/work/gbuild.XXXXXX.pQbwoxi7 && > > ( 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 "sounds" --path > > $W/Gallery/sounds --filenames file://$RESPONSE > > FILE -env:UserInstallation=file://$W/Gallery/sounds/user ) && rm > > $RESPONSEFILE && touch $W/Gallery/sounds.done > > Segmentation fault (core dumped) > > gmake[2]: *** [/construction/xports/editors/libreoffice/work/libreoffice-7.3.0.3/solenv/gbuild/Gallery.mk:57: > > /construction/xports/editors/libreoffic > > e/work/libreoffice-7.3.0.3/workdir/Gallery/sounds.done] Error 139 > > > > syslog reports: > > Feb 27 19:35:36 jade kernel: pid 46740 (gengal.bin), jid 0, uid 0: > > exited on signal 11 (core dumped) > > > > Is anyone else seeing this? > > It's logged in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 :-( > > Michael As I already reported at Comment 15 [1] on Bug 262008 [2], built fine on stable/13, amd64 at git e1465e2e1e06, with LTO option unset. And the failure mode Jonathan encountered is the same as on main. So if Jonathan can build editors/libreoffice with src went back to e1465e2e1e06, the problem should be in commits within e1465e2e1e06 and the revision which Jonathan failed. Jonathan, can you pop in to Bug 262008 and report the src revision there? [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008#c15 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>