[tlbuild] XeTeX on amd64-freebsd: two freetype?

Mojca Miklavec mojca.miklavec.lists at gmail.com
Mon Mar 11 21:00:03 CET 2019


Hi,

On Mon, 11 Mar 2019 at 15:43, Hironobu Yamashita wrote:
>
> Hi,
>
> I'm not a FreeBSD user, but received a report on xetex.amd64-freebsd:
> The binary is strangely linked to two freetype libraries, and cannot
> execute it at all. He says he is using the official TL binary.
>
> TL18 frozen:
>
> $ ldd /usr/local/texlive/2018/bin/amd64-freebsd/xetex
> ...
>         libfreetype.so.9 => not found (0)
> ...
>         libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x802159000)
>
> TL2019 pretest:
>
> > ldd xetex
> ...
>         libfreetype.so.9 => not found (0)
> ...
>         libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x802159000)
>
> Can someone reproduce this on FreeBSD?

I can confirm this (binaries from svn):

$ ldd xetex
xetex:
libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0x801ec6000)
libfreetype.so.9 => not found (0)
libm.so.5 => /lib/libm.so.5 (0x80210e000)
libc.so.7 => /lib/libc.so.7 (0x80233b000)
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x8026f7000)
libexpat.so.1 => /usr/local/lib/libexpat.so.1 (0x8029ae000)
libthr.so.3 => /lib/libthr.so.3 (0x802bd8000)
libz.so.6 => /lib/libz.so.6 (0x802e00000)
libbz2.so.4 => /usr/lib/libbz2.so.4 (0x803018000)
$ ./xetex --version
Shared object "libfreetype.so.9" not found, required by "xetex"

Mojca


More information about the tlbuild mailing list