Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953975 - [Tracker] Breakage with media-libs/fontconfig-2.16.2 (missing -lfreetype)
Summary: [Tracker] Breakage with media-libs/fontconfig-2.16.2 (missing -lfreetype)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 953553 953773 953864
Blocks:
  Show dependency tree
 
Reported: 2025-04-18 03:48 UTC by Sam James
Modified: 2025-04-18 03:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-18 03:48:32 UTC
fontconfig-2.16.2 contains the following change:

From 208584bd006bd586e442307ca4a3e2888f08d4df Mon Sep 17 00:00:00 2001
From: Akira TAGOH <akira@tagoh.org>
Date: Thu, 10 Apr 2025 16:32:02 +0900
Subject: [PATCH] meson: Use Requires.private instead of Requires

We use FreeType internally though, nothing exposed to applications.
Requires.private should works enough in this case.

Changelog: changed

(https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/208584bd006bd586e442307ca4a3e2888f08d4df)

This means that packages that weren't linking correctly with freetype and picking it up via fontconfig will now fail.