| Summary: | gentoo-sources-2.6.19-r2 fails to build vesa framebuffer | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Eduard Bachmakov <e.bachmakov> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | major | CC: | spock |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | .config | ||
|
Description
Eduard Bachmakov
2006-12-23 02:56:50 UTC
Could you please attach your complete .config? Created attachment 104678 [details]
.config
I've just successfully compiled two kernels using this config: gentoo-sources-2.6.19-r2 and suspend2-sources-2.6.19-r1. I see that you have some SUSPEND2 settings in your config and suspend2 is not included in gentoo-sources. Have you patched your kernel manually with any patches? If so, please make sure that you can reproduce the problem using a clean gentoo-sources-2.6.19-r2 kernel installed by Portage. No I didn't patch the kernel. After "make oldconfig" the script showed me that there is a new suspend config. I thought you guys did merge the suspend patches into the gentoo-sources kernel and so I activated them. Please try running `make clean` on this kernel tree. Then copy your .config file into it, run `make` and see if you get anything like: .config:214:warning: trying to assign nonexistent symbol SUSPEND2_CRYPTO .config:215:warning: trying to assign nonexistent symbol SUSPEND2 .config:220:warning: trying to assign nonexistent symbol SUSPEND2_FILE .config:221:warning: trying to assign nonexistent symbol SUSPEND2_SWAP .config:226:warning: trying to assign nonexistent symbol SUSPEND2_DEFAULT_RESUME2 .config:227:warning: trying to assign nonexistent symbol SUSPEND2_KEEP_IMAGE .config:228:warning: trying to assign nonexistent symbol SUSPEND2_REPLACE_SWSUSP .config:229:warning: trying to assign nonexistent symbol SUSPEND_SHARED .config:1736:warning: trying to assign nonexistent symbol CRYPTO_LZF .config:1753:warning: trying to assign nonexistent symbol DYN_PAGEFLAGS see comment #5 |