Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654978 - games-sports/foobillard-3.0a-r1 : font.c:24:10: fatal error: ft2build.h: No such file or directory
Summary: games-sports/foobillard-3.0a-r1 : font.c:24:10: fatal error: ft2build.h: No s...
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-05 15:34 UTC by Toralf Förster
Modified: 2018-05-07 08:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.74 KB, text/plain)
2018-05-05 15:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,197.66 KB, text/plain)
2018-05-05 15:35 UTC, Toralf Förster
Details
environment (environment,97.85 KB, text/plain)
2018-05-05 15:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.88 KB, application/x-bzip)
2018-05-05 15:35 UTC, Toralf Förster
Details
games-sports:foobillard-3.0a-r1:20180505-102533.log (games-sports:foobillard-3.0a-r1:20180505-102533.log,31.01 KB, text/plain)
2018-05-05 15:35 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.05 KB, application/x-bzip)
2018-05-05 15:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.17 KB, application/x-bzip)
2018-05-05 15:35 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-05 15:34:58 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/share/foobillard/"'   -Wall `freetype-config --cflags`  -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -O2 -pipe -march=native -c -o font.o font.c
/bin/sh: freetype-config: command not found
font.c:24: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-systemd_20180501-115151

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

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:


emerge -qpv games-sports/foobillard
[ebuild  N    ] games-sports/foobillard-3.0a-r1  USE="-sdl" VIDEO_CARDS="-nvidia"
Comment 1 Toralf Förster gentoo-dev 2018-05-05 15:35:02 UTC
Created attachment 529958 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-05 15:35:05 UTC
Created attachment 529960 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-05 15:35:08 UTC
Created attachment 529962 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-05 15:35:11 UTC
Created attachment 529964 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-05 15:35:14 UTC
Created attachment 529966 [details]
games-sports:foobillard-3.0a-r1:20180505-102533.log
Comment 6 Toralf Förster gentoo-dev 2018-05-05 15:35:18 UTC
Created attachment 529968 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-05 15:35:22 UTC
Created attachment 529970 [details]
temp.tbz2
Comment 8 James Le Cuirot gentoo-dev 2018-05-05 16:20:37 UTC
I suggest we focus effort on foobillardplus in bug #604512 and last-rite this. It also appears unmaintained now but Debian have kept it in favour of the old foobillard.
Comment 9 Larry the Git Cow gentoo-dev 2018-05-07 08:55:03 UTC
The bug has been closed via the following commit(s):

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

commit dd9e2f8cdfd87946c1a373357e4aaaa5c5375aed
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-05-07 08:54:17 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-05-07 08:54:57 +0000

    games-sports/foobillard: Use pkg-config to find freetype
    
    Closes: https://bugs.gentoo.org/654978
    Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../files/foobillard-3.0a-as-needed.patch          |  4 +--
 .../foobillard/files/foobillard-3.0a-fbsd.patch    |  4 +--
 .../files/foobillard-3.0a-freetype_pkgconfig.patch | 35 ++++++++++++++++++++++
 games-sports/foobillard/foobillard-3.0a-r1.ebuild  |  8 +++--
 4 files changed, 44 insertions(+), 7 deletions(-)