Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179332 - PPC64 2007.0 guide has kernel building miscommand
Summary: PPC64 2007.0 guide has kernel building miscommand
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-21 16:29 UTC by Darren Kirby
Modified: 2007-05-21 19:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Kirby 2007-05-21 16:29:12 UTC
Code listing 9 of the PPC64 2007.0 hanbook (URL above) states:

# make vmlinux && make modules_install

This command will build vmlinux but not the modules. The command should be:

# make && make modules_install

for 2.6.* kernels, which includes the 'gentoo-sources' kernel for PPC64.

Thanks. 

Reproducible: Always

Steps to Reproduce:
1. make vmlinux && make modules_install
2.
3.

Actual Results:  
The 'make modules_install' step does nothing but run depmod, but there are no modules!
Comment 1 nm (RETIRED) gentoo-dev 2007-05-21 19:09:33 UTC
CCing JoseJX for some feedback.

Joe, is this report correct?
Comment 2 nm (RETIRED) gentoo-dev 2007-05-21 19:19:07 UTC
Oops. Shoulda checked bugzilla mail first. :)

JoseJX fixed it in CVS.