Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655798 - media-libs/sge-030809 : sge_tt_text.cpp:39:10: fatal error: ft2build.h: No such file or directory
Summary: media-libs/sge-030809 : sge_tt_text.cpp:39:10: fatal error: ft2build.h: No su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: freetype-config
  Show dependency tree
 
Reported: 2018-05-15 15:47 UTC by Toralf Förster
Modified: 2018-07-07 19:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.01 KB, text/plain)
2018-05-15 15:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,110.82 KB, text/plain)
2018-05-15 15:47 UTC, Toralf Förster
Details
environment (environment,72.70 KB, text/plain)
2018-05-15 15:47 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.50 KB, application/x-bzip)
2018-05-15 15:47 UTC, Toralf Förster
Details
media-libs:sge-030809:20180515-063656.log (media-libs:sge-030809:20180515-063656.log,2.57 KB, text/plain)
2018-05-15 15:47 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.06 KB, application/x-bzip)
2018-05-15 15:47 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)