Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61960 - Unable to build splashutils when using kbuild
Summary: Unable to build splashutils when using kbuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 11:22 UTC by Petr Kopecky
Modified: 2004-09-06 11:52 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 Petr Kopecky 2004-08-27 11:22:20 UTC
I'm have kernel configured with koutput enabled so the build outpus are in /vat/kernel-output/_KERNEL_VERSION_  dir (I'm using for that config-kernel utility upon this documentation http://www.gentoo.org/doc/en/2.6-koutput-user.xml) This is necessary for LIRC compilation. When trying to emerge splashutils it crashes.

Reproducible: Always
Steps to Reproduce:
1. emerge gentoo-dev-sources
2. config-kernel --make-koutput=/usr/src/KERNEL_VERSION
3. make config
4. make
5. change /usr/src/linx symlink to /usr/src/KERNEL_VERSION
6. ACCEPT_KEYWORDS="~x86" emerge -v splashutils
Actual Results:  
kejpi src $ ACCEPT_KEYWORDS="~x86" emerge -v splashutils
Calculating dependencies ...done!
>>> emerge (1 of 1) media-gfx/splashutils-0.9_pre07 to /
>>> md5 src_uri ;-) splashutils-0.9-pre07.tar.bz2
>>> md5 src_uri ;-) miscsplashutils-0.1.1.tar.bz2
>>> md5 src_uri ;-) splashutils-gentoo-0.1.tar.bz2
>>> md5 src_uri ;-) fbsplash-theme-emergence.tar.bz2
>>> Unpacking source...
>>> Unpacking splashutils-0.9-pre07.tar.bz2 to
/var/tmp/portage/splashutils-0.9_pre07/work
>>> Unpacking miscsplashutils-0.1.1.tar.bz2 to
/var/tmp/portage/splashutils-0.9_pre07/work
>>> Unpacking splashutils-gentoo-0.1.tar.bz2 to
/var/tmp/portage/splashutils-0.9_pre07/work
>>> Unpacking fbsplash-theme-emergence.tar.bz2 to
/var/tmp/portage/splashutils-0.9_pre07/work
 * It appears that your kernel has not been configured. Please run at least
make: *** No rule to make target `prepare'.  Stop.
 *  before merging splashutils.

!!! ERROR: media-gfx/splashutils-0.9_pre07 failed.
!!! Function src_unpack, Line 41, Exitcode 0
!!! Kernel not configured
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2004-09-05 02:48:54 UTC
Please check if it works for you with 0.9-pre08.
Comment 2 Petr Kopecky 2004-09-06 11:52:58 UTC
Yes, 0.9-pre08 works pretty good :-)
...but I have a suggestion. I think you should take in account a possibility that /usr/src/linux is not a relative symlink "-> linux-VERSION" but an absolute one "--> /usr/src/linux-VERSION"