Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
splashutils compile failure
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
[Mad]Masenko
n00b
n00b


Joined: 23 Jul 2004
Posts: 40

PostPosted: Sun Mar 27, 2005 1:30 am    Post subject: splashutils compile failure Reply with quote

I was wondering if anyone has had this problem, or knows how to fix it?
(Already patched kernel and built it)
emerge splashutils

Code:

  LD      splash_helper
  CC      splash.o
splash.c: In function `main':
splash.c:218: error: `FBIOSPLASH_SETMODE' undeclared (first use in this function)
splash.c:218: error: (Each undeclared identifier is reported only once
splash.c:218: error: for each function it appears in.)
splash.c:218: error: `FB_SPLASH_MODE_SILENT' undeclared (first use in this function)
splash.c:218: error: `FB_SPLASH_MODE_VERBOSE' undeclared (first use in this function)
splash.c:239: error: `FBIOSPLASH_GETMODE' undeclared (first use in this function)
make: *** [splash.o] Error 1
cc -O2 fbres.c -o fbres
strip fbres
make[1]: Entering directory `/var/tmp/portage/splashutils-0.9.1/work/miscsplashutils-0.1.2/fbtruetype'
gcc -O2 -Wall -I/usr/include/freetype2   -c -o fbtruetype.o fbtruetype.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o messages.o messages.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o console.o console.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o ttf.o ttf.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o luxisri.o luxisri.c
gcc -O2 -Wall -I/usr/include/freetype2 -L/usr/lib -o fbtruetype -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype -lm
gcc -O2 -Wall -I/usr/include/freetype2 -L/usr/lib -static -o fbtruetype.static -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o /usr/lib/libfreetype.a /usr/lib/libz.a -lm
strip -s fbtruetype fbtruetype.static
make[1]: Leaving directory `/var/tmp/portage/splashutils-0.9.1/work/miscsplashutils-0.1.2/fbtruetype'
>>> Test phase [not enabled]: media-gfx/splashutils-0.9.1

>>> Install splashutils-0.9.1 into /var/tmp/portage/splashutils-0.9.1/image/ category media-gfx
install -D fbres /var/tmp/portage/splashutils-0.9.1/image//sbin/fbres
make[1]: Entering directory `/var/tmp/portage/splashutils-0.9.1/work/miscsplashutils-0.1.2/fbtruetype'
install -D fbtruetype /var/tmp/portage/splashutils-0.9.1/image//sbin/fbtruetype
install -D fbtruetype.static /var/tmp/portage/splashutils-0.9.1/image//sbin/fbtruetype.static
make[1]: Leaving directory `/var/tmp/portage/splashutils-0.9.1/work/miscsplashutils-0.1.2/fbtruetype'
  CC      splash.o
splash.c: In function `main':
splash.c:218: error: `FBIOSPLASH_SETMODE' undeclared (first use in this function)
splash.c:218: error: (Each undeclared identifier is reported only once
splash.c:218: error: for each function it appears in.)
splash.c:218: error: `FB_SPLASH_MODE_SILENT' undeclared (first use in this function)
splash.c:218: error: `FB_SPLASH_MODE_VERBOSE' undeclared (first use in this function)
splash.c:239: error: `FBIOSPLASH_GETMODE' undeclared (first use in this function)
make: *** [splash.o] Error 1

!!! ERROR: media-gfx/splashutils-0.9.1 failed.
!!! Function src_install, Line 91, Exitcode 2
!!! (no error message)


Using latest patched development-sources kernel 2.6.12-rc1
USE="-X -gnome -kde -gtk -alsa -qt x86 mmx apm 3dnow"

It will be running on a router/server box with no X.
Back to top
View user's profile Send private message
[Mad]Masenko
n00b
n00b


Joined: 23 Jul 2004
Posts: 40

PostPosted: Sun Mar 27, 2005 2:15 am    Post subject: Reply with quote

Never mind... i just moved to gentoo-dev-sources kernel and it works fine... must be some changes in development-sources 2.6.12-rc1
Back to top
View user's profile Send private message
monkey89
Guru
Guru


Joined: 08 Mar 2004
Posts: 596

PostPosted: Sun Mar 27, 2005 2:38 am    Post subject: Reply with quote

The hardmasked splashutils fixes this (had the same issue with any kernel other than gentoo-dev-sources), but it also introduces other issues like having the splash randomly disappear during the middle of the boot process.

-Monkey
Back to top
View user's profile Send private message
rshadow
Apprentice
Apprentice


Joined: 28 Nov 2003
Posts: 176

PostPosted: Sun Mar 27, 2005 6:56 am    Post subject: Reply with quote

Is there a real fix for this yet?
Back to top
View user's profile Send private message
Gentist
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 247

PostPosted: Sun Mar 27, 2005 12:10 pm    Post subject: Reply with quote

I've got the same problems using the latest ck-sources (2.6.11-ck2). Is there anything I can do about it without switching kernel sources? Would pointing /usr/src/linux to my old kernel configuration (2.6.10-ck5), reboot into that kernel, compile splashutils there, and if it compiles properly, move over to 2.6.11-ck2 again work?
Back to top
View user's profile Send private message
[Mad]Masenko
n00b
n00b


Joined: 23 Jul 2004
Posts: 40

PostPosted: Mon Mar 28, 2005 5:12 am    Post subject: Reply with quote

You'll prob have to move to a supported kernel... like gentoo-dev-sources...

however, mine compiles clean but spits out garbage on the console after a restart...
Back to top
View user's profile Send private message
puggy
Bodhisattva
Bodhisattva


Joined: 28 Feb 2003
Posts: 1992
Location: Oxford, UK

PostPosted: Sun May 01, 2005 7:17 pm    Post subject: Reply with quote

monkey89 wrote:
The hardmasked splashutils fixes this (had the same issue with any kernel other than gentoo-dev-sources), but it also introduces other issues like having the splash randomly disappear during the middle of the boot process.

-Monkey


This is the solution as 0.9.2 and 0.9.1 are incompatible. if you want to use fbsplash 0.9.2, you need splashutils-1.1.9.x.

Puggy
_________________
Where there's open source , there's a way.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum