View previous topic :: View next topic |
Author |
Message |
Moriah Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/5229545064dad0ea85f50b.gif)
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Tue Mar 24, 2009 4:09 pm Post subject: linux-2.6.27-gentoo-r8 build fails -- SOLVED! |
|
|
When building a new kernel, linux-2.6.27-gentoo-r8, I get: Code: | gentoovm0 linux # make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
dnsdomainname: Host name lookup failure
make[1]: *** No rule to make target `firmware/n', needed by `firmware/n.gen.o'. Stop.
make: *** [firmware] Error 2
gentoovm0 linux # |
What gives
Why is a kernel build trying to resolve a domain name anyway
And why should it be trying to build firmware
This build is being done under vmware running on an XP-pro laptop, with the vm network in NAT mode, if that might make a difference.
Oh yes, most importantly, how can I get it to work. _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character.
Last edited by Moriah on Tue Mar 24, 2009 6:08 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54845 Location: 56N 3W
|
Posted: Tue Mar 24, 2009 4:57 pm Post subject: |
|
|
Moriah,
You have put n in place of a pathname for the kernel to find firmware.
Code: | │ │ [*] Prevent firmware from being built │ │
│ │ {M} Userspace firmware loading support │ │
│ │ [ ] Include in-kernel firmware blobs in kernel binary │ │
│ │ () External firmware blobs to build into the kernel binary |
You will have (n) in that last option.
I did that with make oldconfig too. On two boxes. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Moriah Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/5229545064dad0ea85f50b.gif)
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Tue Mar 24, 2009 5:23 pm Post subject: |
|
|
OK, so it is an expected mistake, but how do I fix it? Where in make menuconfig do I go to undo this deadly sin? I can't find it. ![Crying or Very sad :cry:](images/smiles/icon_cry.gif) _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54845 Location: 56N 3W
|
Posted: Tue Mar 24, 2009 5:32 pm Post subject: |
|
|
Moriah,
Code: | Device Drivers -->
Generic Driver Options |
_________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Moriah Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/5229545064dad0ea85f50b.gif)
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Tue Mar 24, 2009 6:07 pm Post subject: |
|
|
Thanks, that did it. I got a clean build. ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|