Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654902 - app-misc/graphlcd-base-0.1.9 : font.c:29:10: error: #include expects FILENAME or <FILENAME>
Summary: app-misc/graphlcd-base-0.1.9 : font.c:29:10: error: #include expects FILENAME...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: freetype-config
  Show dependency tree
 
Reported: 2018-05-05 08:00 UTC by Toralf Förster
Modified: 2018-07-08 06:25 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.58 KB, text/plain)
2018-05-05 08:00 UTC, Toralf Förster
Details
app-misc:graphlcd-base-0.1.9:20180505-074800.log (app-misc:graphlcd-base-0.1.9:20180505-074800.log,3.13 KB, text/plain)
2018-05-05 08:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,199.43 KB, text/plain)
2018-05-05 08:00 UTC, Toralf Förster
Details
environment (environment,85.66 KB, text/plain)
2018-05-05 08:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.09 KB, application/x-bzip)
2018-05-05 08:00 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.02 KB, application/x-bzip)
2018-05-05 08:01 UTC, Toralf Förster
Details
graphlcd-base-0.1.9-freetype_pkgconfig.patch (graphlcd-base-0.1.9-freetype_pkgconfig.patch,906 bytes, patch)
2018-05-07 08:39 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

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 08:00:42 UTC
make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9/glcdgraphics'
which: no freetype-config in (/usr/lib/portage/python3.5/ebuild-helpers/xattr:/usr/lib/portage/python3.5/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0:/usr/lib/llvm/6/bin:/opt/c3-4:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin)
font.c:29:10: error: #include expects "FILENAME" or <FILENAME>
 #include FT_FREETYPE_H
          ^
g++ -O2 -pipe -march=native -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype -I/usr/local/include/freetype bitmap.c

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20180501-234141

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv app-misc/graphlcd-base
[ebuild  N    ] app-misc/graphlcd-base-0.1.9  USE="-g15"
Comment 1 Toralf Förster gentoo-dev 2018-05-05 08:00:45 UTC
Created attachment 529934 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-05 08:00:48 UTC
Created attachment 529936 [details]
app-misc:graphlcd-base-0.1.9:20180505-074800.log
Comment 3 Toralf Förster gentoo-dev 2018-05-05 08:00:51 UTC
Created attachment 529938 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-05 08:00:54 UTC
Created attachment 529940 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-05 08:00:58 UTC
Created attachment 529942 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-05 08:01:01 UTC
Created attachment 529944 [details]
temp.tbz2
Comment 7 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-07 08:39:14 UTC
Created attachment 530302 [details, diff]
graphlcd-base-0.1.9-freetype_pkgconfig.patch

Possible fix.
Comment 8 Larry the Git Cow gentoo-dev 2018-07-08 06:25:57 UTC
The bug has been closed via the following commit(s):

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

commit e5dd966c420938f1cf5c3533fdf9ac75c98b3e64
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-07-08 06:25:47 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-07-08 06:25:47 +0000

    app-misc/graphlcd-base: Use pkg-config instead of freetype-config.
    
    Closes: https://bugs.gentoo.org/654902
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../graphlcd-base-0.1.9-freetype_pkgconfig.patch   | 30 ++++++++++++++++++++++
 app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild  | 20 ++++++++++-----
 2 files changed, 43 insertions(+), 7 deletions(-)