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

Bug 654978

Summary: games-sports/foobillard-3.0a-r1 : font.c:24: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
games-sports:foobillard-3.0a-r1:20180505-102533.log
logs.tbz2
temp.tbz2

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(-)