| Summary: | Kernel config section: advise partition schemes | ||
|---|---|---|---|
| Product: | [OLD] Docs on www.gentoo.org | Reporter: | Thomas Stratmann <strattbo> |
| Component: | Installation Handbook | Assignee: | Docs Team <docs-team> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | josejx |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| URL: | http://www.gentoo.org/doc/en/handbook/2006.0/handbook-ppc.xml?part=1&chap=7 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Thomas Stratmann
2006-03-24 05:12:31 UTC
PPC users are expected to have run `make defconfig` as documented. If it worked, the partition options and other required stuff would be selected. josejx: just tried gentoo-sources & vanilla-sources, both 2.6.16, both fail: tibbs linux # make defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf COPYING CREDITS Documentation Kbuild MAINTAINERS MAINTAINERS.orig Makefile README REPORTING-BUGS arch block crypto drivers fs include init ipc kernel lib mm net patches.txt scripts security sound usr Default configuration is based on ppc_defconfig *** *** Can't find default configuration "arch/powerpc/configs/ppc_defconfig"! *** make[1]: *** [defconfig] Error 1 make: *** [defconfig] Error 2 tibbs linux # Available ppc def configs are ./arch/powerpc/configs/pmac32_defconfig ./arch/powerpc/configs/cell_defconfig ./arch/powerpc/configs/maple_defconfig ./arch/powerpc/configs/ppc64_defconfig ./arch/powerpc/configs/iseries_defconfig ./arch/powerpc/configs/mpc834x_sys_defconfig ./arch/powerpc/configs/pseries_defconfig ./arch/powerpc/configs/g5_defconfig You had to run `make defconfig`, now it's `make pmac32_defconfig`. This has been fixed in the handbook a few days ago. |