Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 950274

Summary: media-libs/harfbuzz-10.3.0: USE="-truetype" non functional and its automagic
Product: Gentoo Linux Reporter: Alfred Wingate <parona>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/harfbuzz/harfbuzz/pull/5090
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: media-libs/harfbuzz-10.3.0 build.log (xz compressed)
emerge --info
The users build.log where they hit the header mismatch.

Description Alfred Wingate 2025-02-25 14:44:06 UTC
Created attachment 919893 [details]
media-libs/harfbuzz-10.3.0 build.log (xz compressed)

A user on #gentoo was negatively impacted by this when they had freetype available for abi_x86_64 but not abi_x86_32, leading to a multilib header mismatch.

Potential culprit: https://github.com/harfbuzz/harfbuzz/commit/1ad48fddd08654052da4f8a93609e7f4380d5c42

lddtree /usr/lib64/libharfbuzz.so
libharfbuzz.so => /usr/lib64/libharfbuzz.so (interpreter => none)
    libm.so.6 => /lib64/libm.so.6
        ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
    libfreetype.so.6 => /usr/lib64/libfreetype.so.6
        libz.so.1 => /usr/lib64/libz.so.1
        libbz2.so.1 => /usr/lib64/libbz2.so.1
        libpng16.so.16 => /usr/lib64/libpng16.so.16
    libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0
        libpcre2-8.so.0 => /usr/lib64/libpcre2-8.so.0
    libgraphite2.so.3 => /usr/lib64/libgraphite2.so.3
    libc.so.6 => /lib64/libc.so.6
Comment 1 Alfred Wingate 2025-02-25 14:44:20 UTC
Created attachment 919894 [details]
emerge --info
Comment 2 Alfred Wingate 2025-02-25 14:46:55 UTC
Created attachment 919895 [details]
The users build.log where they hit the header mismatch.