public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* gen_initramfs_list.sh: Cannot open 'y'
@ 2005-11-12 20:22 Henrik Christian Grove
  2005-11-12 20:35 ` Martin Schlemmer
  2005-11-12 22:24 ` Sam Ravnborg
  0 siblings, 2 replies; 4+ messages in thread
From: Henrik Christian Grove @ 2005-11-12 20:22 UTC (permalink / raw)
  To: linux-kernel


When I try to compile a 2.6.14 kernel on my new laptop, I get the
following error:
x40:~/kerne/linux-2.6.14# make
  CHK     include/linux/version.h
  CHK     include/linux/compile.h
dnsdomainname: Host name lookup failure
  CHK     usr/initramfs_list
  /root/kerne/linux-2.6.14/scripts/gen_initramfs_list.sh: Cannot open 'y'
make[1]: *** [usr/initramfs_list] Error 1
make: *** [usr] Error 2

I simply don't understand what it's trying to do, and google doesn't
seem to know that error. Can anyone here help?

.Henrik

-- 
"Det er fundamentalt noget humanistisk vås, at der er noget, 
 der hedder blød matematik."
   --- citat Henrik Jeppesen, dekan for det naturvidenskabelige fakultet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gen_initramfs_list.sh: Cannot open 'y'
  2005-11-12 20:22 gen_initramfs_list.sh: Cannot open 'y' Henrik Christian Grove
@ 2005-11-12 20:35 ` Martin Schlemmer
  2005-11-12 22:24 ` Sam Ravnborg
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Schlemmer @ 2005-11-12 20:35 UTC (permalink / raw)
  To: Henrik Christian Grove; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 770 bytes --]

On Sat, 2005-11-12 at 21:22 +0100, Henrik Christian Grove wrote:
> When I try to compile a 2.6.14 kernel on my new laptop, I get the
> following error:
> x40:~/kerne/linux-2.6.14# make
>   CHK     include/linux/version.h
>   CHK     include/linux/compile.h
> dnsdomainname: Host name lookup failure
>   CHK     usr/initramfs_list
>   /root/kerne/linux-2.6.14/scripts/gen_initramfs_list.sh: Cannot open 'y'
> make[1]: *** [usr/initramfs_list] Error 1
> make: *** [usr] Error 2
> 
> I simply don't understand what it's trying to do, and google doesn't
> seem to know that error. Can anyone here help?
> 

I am going to guess the help text is unclear or something, and you have
in your .config:

CONFIG_INITRAMFS_SOURCE="y"


-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gen_initramfs_list.sh: Cannot open 'y'
  2005-11-12 20:22 gen_initramfs_list.sh: Cannot open 'y' Henrik Christian Grove
  2005-11-12 20:35 ` Martin Schlemmer
@ 2005-11-12 22:24 ` Sam Ravnborg
  1 sibling, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2005-11-12 22:24 UTC (permalink / raw)
  To: Henrik Christian Grove; +Cc: linux-kernel

On Sat, Nov 12, 2005 at 09:22:42PM +0100, Henrik Christian Grove wrote:
> 
> When I try to compile a 2.6.14 kernel on my new laptop, I get the
> following error:
> x40:~/kerne/linux-2.6.14# make
>   CHK     include/linux/version.h
>   CHK     include/linux/compile.h
> dnsdomainname: Host name lookup failure
>   CHK     usr/initramfs_list
>   /root/kerne/linux-2.6.14/scripts/gen_initramfs_list.sh: Cannot open 'y'
> make[1]: *** [usr/initramfs_list] Error 1
> make: *** [usr] Error 2
> 
> I simply don't understand what it's trying to do, and google doesn't
> seem to know that error. Can anyone here help?

Root cause is dnsdomainname that fails.
Try to do:
echo domain.com > /etc/dnsdomainname

or similar - depending on distribution.
That should fix the dnsdomainname issue.

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gen_initramfs_list.sh: Cannot open 'y'
       [not found] ` <58ako-5Lz-11@gated-at.bofh.it>
@ 2005-11-12 22:29   ` Henrik Christian Grove
  0 siblings, 0 replies; 4+ messages in thread
From: Henrik Christian Grove @ 2005-11-12 22:29 UTC (permalink / raw)
  To: linux-kernel

Martin Schlemmer <azarah@nosferatu.za.org> writes:

> On Sat, 2005-11-12 at 21:22 +0100, Henrik Christian Grove wrote:
>> When I try to compile a 2.6.14 kernel on my new laptop, I get the
>> following error:
>> x40:~/kerne/linux-2.6.14# make
>>   CHK     include/linux/version.h
>>   CHK     include/linux/compile.h
>> dnsdomainname: Host name lookup failure
>>   CHK     usr/initramfs_list
>>   /root/kerne/linux-2.6.14/scripts/gen_initramfs_list.sh: Cannot open 'y'
>> make[1]: *** [usr/initramfs_list] Error 1
>> make: *** [usr] Error 2
>> 
>> I simply don't understand what it's trying to do, and google doesn't
>> seem to know that error. Can anyone here help?
>> 
>
> I am going to guess the help text is unclear or something, and you have
> in your .config:
>
> CONFIG_INITRAMFS_SOURCE="y"

Correct, the help text doesn't seem all that unclear, don't know what I
was thinking when I enter y.

Thanks.

.Henrik

-- 
"Det er fundamentalt noget humanistisk vås, at der er noget, 
 der hedder blød matematik."
   --- citat Henrik Jeppesen, dekan for det naturvidenskabelige fakultet

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-12 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 20:22 gen_initramfs_list.sh: Cannot open 'y' Henrik Christian Grove
2005-11-12 20:35 ` Martin Schlemmer
2005-11-12 22:24 ` Sam Ravnborg
     [not found] <58aaG-5AP-1@gated-at.bofh.it>
     [not found] ` <58ako-5Lz-11@gated-at.bofh.it>
2005-11-12 22:29   ` Henrik Christian Grove

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox