| Summary: | x11-drivers/ati-drivers-9.6 & sys-kernel/gentoo-sources- 2.6.30-r3 #error unknown or undefined architecture configured | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vladimir Berezhnoy <non7top> |
| Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vladimir Berezhnoy
2009-07-22 12:28:47 UTC
EE, wontfix, ebuild itself state that you should use kernel up to .28 everything newer than this is just experimental stuff. Write patch if you want it working. Okey after second thinking the config option might be checked. So if anyone else with the new kernel confirms i will add the check to the ebuild. This is originally coming from this post http://bugs.gentoo.org/show_bug.cgi?id=266819#c57 Well for me the driver find correct arch even without bigsmp, and by looking on the list of what the option does i think it is not correct approach. Prior to 2.6.30 kernel there was a generic kernel config option CONFIG_X86_PC. But it is gone int 2.6.30. The code in the driver obviously just checks the presence of some options (see my original report) and if none of these options is found, then compilation will simply fail. In my case CONFIG_X86_BIGSMP was the easiest one to set in kernel config, but it will work for any of those 11 options. I tried to adjust 9.7 build to compile for you without this configure option. Please try. Thanks, kernel compiles fine now without BIGSMP |