Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36558

Summary: Make instructions incorrect
Product: [OLD] Docs-developer Reporter: Brett I. Holcomb <brettholcomb>
Component: User-Mode Linux GuideAssignee: Docs Team <docs-team>
Status: RESOLVED INVALID    
Severity: major    
Priority: Highest    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Brett I. Holcomb 2003-12-26 19:28:11 UTC
The UserMode Guide says to do this.

# emerge sys-kernel/usermode-sources
# cd /usr/src/uml/linux
# make menuconfig ARCH=um
# make linux ARCH=um
# cp linux /usr/local/bin/linux

However, make linux ARCH=i386 gives a Rule not found for target.  Using 

make vmlinux ARCH=um allows the make to run.
Comment 1 Brett I. Holcomb 2003-12-26 21:15:04 UTC
Never mind.  I went back through some bug reports on uml - again! - and found that arch must be um.   I thought it was supposed to be mine arch!