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
Description:   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 ?

------- Comment #1 From Michael Heyse 2006-02-20 11:13:09 0000 -------
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.

------- Comment #2 From Tuan Van (RETIRED) 2006-02-20 11:52:16 0000 -------
yes, we don't need this line anymore in the ebuild
echo ARCH=xen | cat - ${t}/Makefile >${t}/Makefile.0

------- Comment #3 From Chris Bainbridge (RETIRED) 2006-02-21 01:50:24 0000 -------
Thanks, fixed in -r1.