Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60249 - DirectFB-0.9.20-r1 compile failed
Summary: DirectFB-0.9.20-r1 compile failed
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 10:58 UTC by Cagnulein
Modified: 2004-08-14 02:43 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 Cagnulein 2004-08-13 10:58:07 UTC
matrox_maven.c:34:27: linux/i2c-dev.h: No such file or directory
matrox_maven.c: In function `maven_write_byte':
matrox_maven.c:68: error: implicit declaration of function `i2c_smbus_write_byte_data'
matrox_maven.c: In function `maven_write_word':
matrox_maven.c:85: error: implicit declaration of function `i2c_smbus_write_word_data'
matrox_maven.c: In function `maven_open':
matrox_maven.c:316: error: `I2C_SLAVE' undeclared (first use in this function)

but it's necessary i2c?

Reproducible: Always
Steps to Reproduce:
1. emerge directfb
2.
3.
Comment 1 SpanKY gentoo-dev 2004-08-13 14:09:17 UTC
you neglected to provide `emerge info`

also, what version of linux headers do you have ?
Comment 2 Cagnulein 2004-08-13 17:31:05 UTC
sorry :(

Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r12)
=================================================================
System uname: 2.6.7-gentoo-r12 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -fprefetch-loop-arrays"
CHOST="i386-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -fprefetch-loop-arrays"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"          
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://cagnulein.no-ip.info/gentoo-portage"
USE="X aalib acpi alsa apm arts avi berkdb cdr crypt cups debug directfb divx4linux doc dvd encode esd foomaticdb gdbm gif gpm gtk gtk2 gtkhtml imlib java jpeg libg++ libwww mad mikmod motif mozilla mpeg mysql ncurses nls offensive oggvorbis opengl oss pam pdflib perl png python qt quicktime readline ruby sdl slang spell ssl svga tcpd truetype x86 xml2 xorg-x11 xv xvid zlib"

*  sys-kernel/linux-headers
      Latest version available: 2.4.22
      Latest version installed: 2.4.22
      Size of downloaded files: 28,836 kB
      Homepage:    http://www.kernel.org/ http://www.gentoo.org/
      Description: Linux 2.4.22 headers from kernel.org
      License:     GPL-2
Comment 3 SpanKY gentoo-dev 2004-08-13 19:23:34 UTC
re-emerge linux-headers and then try to build DirectFB and see if things work
Comment 4 Cagnulein 2004-08-14 02:43:08 UTC
perfect! thanks!