Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The ebuild is buggy. 1) While building it stops saying kernel2.4/Makefile is empty, which is true. Also Makefile.in is empty but Makefile.in.orig is not so I used that. 2) The next stop is on a sandbox violation in the same Makefile. It uses "depmod -aq" which open modules.dep for writing.
Well, what I described was the symptom of the bug. The bug is actually really easy to fix. You have "sed -s" (or something like that) instead of "sed -e" in the ebuild on one of the rows. There is another bugg though. On the end of the install it says "id: lufs: no such user".
*** This bug has been marked as a duplicate of 10291 ***