Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84510 - splashutils 0.9.1 build error
Summary: splashutils 0.9.1 build error
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-08 06:15 UTC by Max Loparev
Modified: 2005-03-08 13:15 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 Max Loparev 2005-03-08 06:15:45 UTC
I'm getting next error:
syscalls/access.S:1:24: asm/unistd.h: No such file or directory
make[2]: *** [syscalls/access.o] Ошибка 1
make[1]: *** [syscalls/static.obj] Ошибка 2
make: *** [klibc] Ошибка 2

after some investigation i found that this occurs because klibc builded twice,
one at src_compile with emake MISCFLAGS, and the second one at
src_install with make DESDIR=${D} install. So because my kernel builded in KBUILD_OUTPUT_PREFIX asm/unistd.h can't be found at the second time. But the real problem is the fact that klibc builded in install again. Now i've just copy/paste miscflags section from src_compile to src_install and successfully emerge splashutils after that.
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2005-03-08 13:15:57 UTC
I'm sorry, but KBUILD_OUTPUT_PREFIX is deprecated. You should use KBUILD_OUTPUT instead. Support for KBUILD_OUTPUT has just been merged into the splashutils ebuilds, so you shouldn't experience any problems. If you do, feel free to reopen this bug/file another one.