[Libreoffice] missing libicui18n

Norbert Thiebaud nthiebaud at gmail.com
Sun Oct 17 09:02:32 PDT 2010


On Sun, Oct 17, 2010 at 9:37 AM, Thomas Klausner <wiz at netbsd.org> wrote:
> Hi!
>
> I hacked around a few build issues (I'm not yet sure how to handle the
> rpath issues, ignore the -Wl,-R parts below), now the build fails for
> me with:
>
> Entering /disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/i18npool/source/indexentry
>
> Making:    genindex_data
> unx
> g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-R/usr/local/lib/libreoffice/basis-link/program -Wl,-R/usr/local/lib/libreoffice@/basis-link/ure-link/lib -Wl,-R/archive/cvs/libreoffice/build/libreoffice-3.2.99.2/solver/330/unxbsdx3.pro/lib -L/disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/solver/330/unxbsdx3.pro/lib -Wl,-export-dynamic -L../../unxbsdx3.pro/lib -L../lib -L/disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/solenv/unxbsdx3/lib -L/disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/solver/330/unxbsdx3.pro/lib -L/disk/2/archive/libreoffice/build/libreoffice-3.2.99.2/solenv/unxbsdx3/lib -L/usr/pkg/java/openjdk7/lib -L/usr/pkg/java/openjdk7/jre/lib/amd64 -L/usr/pkg/java/openjdk7/jre/lib/amd64/client -L/usr/pkg/java/openjdk7/jre/lib/amd64/native_threads -L/usr/X11R7/lib -R/usr/X11R7/lib -L/usr/pkg/lib/xulrunner-sdk/sdk/lib ../../unxbsdx3.pro/obj/genindex_data.o \
> -Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive -luno_sal -licui18n -licuuc -licudata -lm -lc -lgcc_s -lstdc++ -lpthread  -o ../../unxbsdx3.pro/bin/genindex_data
> ld: cannot find -licui18n
> dmake:  Error code 1, while making '../../unxbsdx3.pro/bin/genindex_data'
>
> And it's true, there is no libicui18n* anywhere. How should it have been built?

libicui18n is part of ICU. there is an icu package that is bundled
with libreoffice, but it's use it conditioned with the
--with-system-icu flags. If you build with the later flags then you
system version of icu will be used... and if you do not have one...
you're in trouble (I'm not sure this is the reason for your specific
problem, just extrapolating a possible cause)

Norbert

>
> Thanks,
>  Thomas
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>


More information about the LibreOffice mailing list