[Bug 41758] wine can' t load freetype if the latter is built with harfbuzz support

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 22 05:39:30 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=41758

--- Comment #2 from Bernhard Rosenkränzer <bero at lindev.ch> ---
No, the 32bit version of harfbuzz is there and where it belongs, and freetype
is linked to it too

[bero at desktop ~]$ ldd /usr/lib/libfreetype.so.6
        linux-gate.so.1 (0xf775f000)
        libz.so.1 => /lib/libz.so.1 (0xf769c000)
        libbz2.so.1 => /lib/libbz2.so.1 (0xf768b000)
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0xf7654000)
        libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0xf75da000)
        libc.so.6 => /lib/libc.so.6 (0xf74a3000)
        libm.so.6 => /lib/libm.so.6 (0xf7459000)
        libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0xf7353000)
        libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0xf732b000)
        /lib/ld-linux.so.2 (0x56645000)
        libpcre.so.1 => /lib/libpcre.so.1 (0xf72bc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf72a3000)
[bero at desktop ~]$ file /usr/lib/libharfbuzz.so.0
/usr/lib/libharfbuzz.so.0: symbolic link to libharfbuzz.so.0.10303.0
[bero at desktop ~]$ file /usr/lib/libharfbuzz.so.0.10303.0 
/usr/lib/libharfbuzz.so.0.10303.0: ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), dynamically linked,
BuildID[sha1]=e2ad3308523143411340a5b7534172da3651c4b9, stripped

I haven't figured out why hb_ft_font_create remains unresolved despite this so
far (weird load order issue?).
I do know that dlerror() says hb_ft_font_create is the issue. (Btw, the use of
dlerror in wine is rather odd, will file another bug report for that)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list