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

Bug 655798

Summary: media-libs/sge-030809 : sge_tt_text.cpp:39:10: fatal error: ft2build.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 654792    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-libs:sge-030809:20180515-063656.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-05-15 15:47:31 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fPIC  -c sge_tt_text.cpp
make: freetype-config: Command not found
sge_tt_text.cpp:39:10: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
          ^~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_libressl_20180512-194535

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv media-libs/sge
[ebuild  N    ] media-libs/sge-030809  USE="truetype -doc -examples -image"
Comment 1 Toralf Förster gentoo-dev 2018-05-15 15:47:35 UTC
Created attachment 531556 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-15 15:47:38 UTC
Created attachment 531558 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-15 15:47:41 UTC
Created attachment 531560 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-15 15:47:44 UTC
Created attachment 531562 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-15 15:47:47 UTC
Created attachment 531564 [details]
media-libs:sge-030809:20180515-063656.log
Comment 6 Toralf Förster gentoo-dev 2018-05-15 15:47:50 UTC
Created attachment 531566 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-07-07 19:39:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44989ce5f8f8d92a61bc4c8fa5ffd6cb1d9dcb7

commit a44989ce5f8f8d92a61bc4c8fa5ffd6cb1d9dcb7
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-07-07 19:35:22 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-07-07 19:39:40 +0000

    media-libs/sge: Use pkg-config instead of freetype-config.
    
    Closes: https://bugs.gentoo.org/655798
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/sge/files/sge-030809-build.patch        |  8 +++---
 media-libs/sge/files/sge-030809-freetype.patch     |  4 +--
 .../sge/files/sge-030809-freetype_pkgconfig.patch  | 25 +++++++++++++++++
 media-libs/sge/sge-030809.ebuild                   | 32 ++++++++++++++--------
 4 files changed, 52 insertions(+), 17 deletions(-)