[Fontconfig-bugs] [Bug 105366] New: 2.13.0 erroneously requires libuuid on macOS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 6 12:03:47 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105366

            Bug ID: 105366
           Summary: 2.13.0 erroneously requires libuuid on macOS
           Product: fontconfig
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: library
          Assignee: fontconfig-bugs at lists.freedesktop.org
          Reporter: ilovezfs at icloud.com
        QA Contact: freedesktop at behdad.org

The uuid headers and functions are provided by macOS via

/usr/include/uuid/uuid.h
/usr/lib/libSystem.B.dylib
/usr/lib/system/libsystem_c.dylib

not via libuuid. So requiring libuuid on macOS, as is now what's happening with
2.13.0, is unnecessary.

I can work around it by setting

UUID_CFLAGS = " "
UUID_LIBS = " "

and removing uuid from PKGCONFIG_REQUIRES_PRIVATELY.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20180306/dd629820/attachment.html>


More information about the Fontconfig-bugs mailing list