Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The unstable xen-sources-2.6.16-rc fails a menuconfig with: Makefile:441: /usr/src/linux-2.6.16-rc3-xen/arch/xen/Makefile: No such file or directory make: *** No rule to make target `/usr/src/linux-2.6.16-rc3-xen/arch/xen/Makefile'. Stop. Seems to be related with arch ?
The problem seems to be the first line of the Makefile: ARCH=xen. This doesn't make sense, as Xen now is a sub-arch and not an arch any more. Building the kernel works when this line is removed.
yes, we don't need this line anymore in the ebuild echo ARCH=xen | cat - ${t}/Makefile >${t}/Makefile.0
Thanks, fixed in -r1.