Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114240 - media-gfx/fbida-2.03-r1 fails to compile without freetype
Summary: media-gfx/fbida-2.03-r1 fails to compile without freetype
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 01:51 UTC by Jaco Kroon
Modified: 2005-12-03 05:35 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2005-12-02 01:51:01 UTC
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
  CC      fbi.o
In file included from fbi.c:40:
fb-gui.h:1:22: ft2build.h: No such file or directory
fb-gui.h:2:10: #include expects "FILENAME" or <FILENAME>
fb-gui.h:3:10: #include expects "FILENAME" or <FILENAME>
In file included from fbi.c:40:
fb-gui.h:21: error: syntax error before "face"
fb-gui.h:21: warning: function declaration isn't a prototype
fb-gui.h:22: error: syntax error before "face"
fb-gui.h:22: warning: function declaration isn't a prototype
fb-gui.h:23: error: syntax error before "face"
fb-gui.h:24: warning: function declaration isn't a prototype
fb-gui.h:27: error: syntax error before "font_open"
fb-gui.h:27: warning: type defaults to `int' in declaration of `font_open'
fb-gui.h:27: warning: data definition has no type or storage class
fbi.c:128: error: syntax error before "face"
fbi.c:128: warning: type defaults to `int' in declaration of `face'
fbi.c:128: warning: data definition has no type or storage class
fbi.c: In function `status_prepare':
fbi.c:344: error: invalid type argument of `->'
fbi.c: In function `status_update':
fbi.c:358: error: invalid type argument of `->'
fbi.c:365: warning: implicit declaration of function `swprintf'
fbi.c: In function `status_error':
fbi.c:379: error: invalid type argument of `->'
fbi.c: In function `status_edit':
fbi.c:393: error: invalid type argument of `->'
fbi.c: In function `main':
fbi.c:1221: warning: comparison between pointer and integer
make: *** [fbi.o] Error 1

!!! ERROR: media-gfx/fbida-2.03-r1 failed.
!!! Function src_compile, Line 52, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.  emerge -av fbida




Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.14 i686)
=================================================================
System uname: 2.6.14 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 ncurses nptl nptlonly readline userlocales userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

and /etc/portage/package.use:

media-gfx/fbida fbcon gif jpeg png tiff
media-libs/giflib rle
media-libs/urt gif gs tiff

(Note, this is for a LiveCD environment, so I'm stripping down the USE flags as
far as possible).
Comment 1 Jaco Kroon 2005-12-02 01:56:03 UTC
The same applies for media-libs/fontconfig.

Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontconfig' found
  CC      fbi.o
In file included from fb-gui.h:1,
                 from fbi.c:40:
/usr/include/ft2build.h:56:38: freetype/config/ftheader.h: No such file or directory
In file included from fbi.c:40:
fb-gui.h:2:10: #include expects "FILENAME" or <FILENAME>
fb-gui.h:3:10: #include expects "FILENAME" or <FILENAME>
In file included from fbi.c:40:
fb-gui.h:21: error: syntax error before "face"
fb-gui.h:21: warning: function declaration isn't a prototype
fb-gui.h:22: error: syntax error before "face"
fb-gui.h:22: warning: function declaration isn't a prototype
fb-gui.h:23: error: syntax error before "face"
fb-gui.h:24: warning: function declaration isn't a prototype
fb-gui.h:27: error: syntax error before "font_open"
fb-gui.h:27: warning: type defaults to `int' in declaration of `font_open'
fb-gui.h:27: warning: data definition has no type or storage class
fbi.c:128: error: syntax error before "face"
fbi.c:128: warning: type defaults to `int' in declaration of `face'
fbi.c:128: warning: data definition has no type or storage class
fbi.c: In function `status_prepare':
fbi.c:344: error: invalid type argument of `->'
fbi.c: In function `status_update':
fbi.c:358: error: invalid type argument of `->'
fbi.c:365: warning: implicit declaration of function `swprintf'
fbi.c: In function `status_error':
fbi.c:379: error: invalid type argument of `->'
fbi.c: In function `status_edit':
fbi.c:393: error: invalid type argument of `->'
fbi.c: In function `main':
fbi.c:1221: warning: comparison between pointer and integer
make: *** [fbi.o] Error 1

!!! ERROR: media-gfx/fbida-2.03-r1 failed.
!!! Function src_compile, Line 52, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2005-12-03 05:35:25 UTC
Fixed in CVS, thanks.