On Sun, Sep 06, 2015 at 04:24:08PM -0300, Fernando de Oliveira wrote: > Em 06-09-2015 16:15, Ken Moffat escreveu: > > I cannot build libreoffice-5.0.1.2 with boost_1_59 (LFS as at 1st > > September, BLFS as at 2nd September), it fails with: > > > > [build LNK] Library/libucbhelper.so > > /scratch/working/libreoffice-5.0.1.2/workdir/LinkTarget/StaticLibrary/libpdfimport_s.a(pdfparse.o): > > In function `_GLOBAL__sub_I_pdfparse.cxx': > > pdfparse.cxx:(.text.startup+0x2b): undefined reference to > > `boost::system::generic_category()'
> > Sorry, Ken. > > > Yes. That's why I replaced with-system-boost by without-system-boost in > > [http://wiki.linuxfromscratch.org/blfs/changeset/16363#file23] > > {{{ > @@ -408,5 +408,5 @@ > --enable-release-build=yes \ > --enable-python=system \ > - --with-system-boost \ > + --without-system-boost \ > --with-system-clucene \ > --with-system-cairo \ > @@ -545,4 +545,10 @@ > > <para> > + <parameter>--without-system-boost</parameter>: This switch > disables use > + of system boost, so bundled one is used, because currently, the > build is > + broken with <xref linkend="boost"/>. > + </para> > + > + <para> > <parameter>--without-system-dicts</parameter>: This switch > disables use > of dictionaries from system paths, so the ones installed by this > package > > }}} > > > Searched for fixes without success. I don't know if it has yet appeared > a fix. > Thanks! I had not noticed that part of the change - normally I try to check the specified switches, but LO has so many, some of which differ from what I use, that I missed it. I'll have to make a note to check the commit when the LO version changes. ĸen -- Il Porcupino Nil Sodomy Est! (if you will excuse my latatian) aka "The hedgehog song" -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
