Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562260 (freetype-2.6.1) - [tracker] Packages that fail to compile against >=media-libs/freetype-2.6.1
Summary: [tracker] Packages that fail to compile against >=media-libs/freetype-2.6.1
Status: RESOLVED FIXED
Alias: freetype-2.6.1
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL: http://sourceforge.net/projects/freet...
Whiteboard:
Keywords: Tracker
Depends on: 562280 562302 562342 562398 562430 562494 562536
Blocks:
  Show dependency tree
 
Reported: 2015-10-04 21:14 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2017-01-19 18:48 UTC (History)
1 user (show)

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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-10-04 21:14:59 UTC
Once again (*sigh*) freetype upstream changed header location with freetype-2.6.1
Packages that don't use either freetype-config/freetype2.pc or directly use ft2build.h (which didn't change its location) will most likely fail to find freetype's header files.

No comments here please.
Comment 1 Daniel Robbins 2015-10-10 18:03:47 UTC
Peforming the equivalent location fix-ups in src_install() a new rev of media-libs/freetype-2.6.1 should allow both new and old ebuilds to find headers in both locations and thus compile cleanly:

# cd /usr/include
# mv freetype2 freetype2.bak
# mv freetype2.bak/freetype freetype2
# mv freetype2.bak/ft2build.h freetype2
# cd freetype2
# ln -s . freetype

This allowed libgnomeprint to compile just fine. Some testing for freetype-config ebuilds should be done as well.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-12-27 21:20:54 UTC
Nearly three months without any new bugs... closing.