Bug 123494 - xen-sources fails make (menu)config
|
Bug#:
123494
|
Product: Gentoo Linux
|
Version: 2005.1
|
Platform: All
|
|
OS/Version: Other
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: chrb@gentoo.org
|
Reported By: frido.ferdinand@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: xen-sources fails make (menu)config
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-02-20 06:24 0000
|
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