Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47982 - bootsplash-0.6-r14 compile error
Summary: bootsplash-0.6-r14 compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 16:25 UTC by Arno
Modified: 2004-04-16 09:03 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 Arno 2004-04-15 16:25:54 UTC
A compile error occurs emerging the latest bootsplash.

Reproducible: Always
Steps to Reproduce:
1. Emerge bootsplash-0.6-r14


Actual Results:  
>>> Source unpacked.
make: Entering directory
`/var/tmp/portage/bootsplash-0.6-r14/work/bootsplash-0.6-r14/utils/fbmngplay'
gcc -O2 -Wall   -c -o fbmngplay.o fbmngplay.c
gcc -O2 -Wall   -c -o messages.o messages.c
gcc -O2 -Wall   -c -o mng.o mng.c
gcc -O2 -Wall   -c -o console.o console.c
distcc[30797] ERROR: compile on localhost failed
In file included from fbmngplay.c:18:
/usr/include/linux/fb.h:345: error: syntax error before "atomic_t"
make: *** [fbmngplay.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory
`/var/tmp/portage/bootsplash-0.6-r14/work/bootsplash-0.6-r14/utils/fbmngplay'

!!! ERROR: media-gfx/bootsplash-0.6-r14 failed.
!!! Function src_compile, Line 24, Exitcode 2
!!! (no error message)


Emerge info
===========
System uname: 2.6.3-gentoo i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.4.8
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/lib/jboss /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox"
GENTOO_MIRRORS="rsync://ftp.snt.utwente.nl/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://ftp.snt.utwente.nl/gentoo-portage"
USE="apm arts avi berkdb crypt cups doc encode foomaticdb gdbm gif gpm gtk2
imlib jpeg kde libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis
opengl oss pam pdflib perl png python quicktime readline sdl slang spell ssl
svga tcpd tetex truetype x86 xml2 xmms xv zlib"
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2004-04-16 08:34:37 UTC
What version of linux-headers are you using?
Comment 2 Arno 2004-04-16 08:38:56 UTC
Calculating dependencies ...done!
[ebuild     UD] sys-kernel/linux-headers-2.4.21-r1 [2.6.1] 

It seems to want to downgrade, but I'm running 2.6.3 kernel. Not sure why that is?
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2004-04-16 08:43:12 UTC
Could you try upgrading to linux-sources-2.6.3 and see if that helps?
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2004-04-16 08:43:55 UTC
I meant: linux-headers, not linux-sources, I'm sorry :)
Comment 5 Arno 2004-04-16 08:55:21 UTC
That fixed it! Should probably have figured that out myself heh. Thanks!
Comment 6 Michal Januszewski (RETIRED) gentoo-dev 2004-04-16 09:03:17 UTC
I'm glad to hear it :) It's usually best to keep your linux-headers up to date with the currently used version of the kernel.