* [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
@ 2001-10-06 22:57 Cliff Crawford
2001-10-06 23:52 ` Daniel Robbins
0 siblings, 1 reply; 13+ messages in thread
From: Cliff Crawford @ 2001-10-06 22:57 UTC (permalink / raw
To: gentoo-dev
> > !!! emerge aborting on
> > /usr/portage/sys-kernel/linux-headers/linux-headers-2.4.10-r1.ebuild .
> >
> > Not sure where to go from here..what am I doing wrong?
>
> Our mistake. I'm fixing this on CVS right now, and rsync will be updated
> by the time you read this.
Thanks, that got me a little bit farther :) Now I'm having trouble
building the base system. It gets stuck compiling perl (in the `make
test' part, I think). Here's the output I see:
...
lib/io_linenum.......ok
lib/io_multihomed....ok
lib/io_pipe..........ok
lib/io_poll..........ok
lib/io_sel...........ok
lib/io_sock..........
The cursor is just sitting at the end of that last line, and it doesn't
seem to be doing anything. It never times out either. I know my
network connection is ok, because I was able to rsync before.
Any ideas? Or, is there some way I can tell emerge to skip the `make test'
step for perl?
--
Cliff Crawford :: cjc26 at cornell dot edu
"Along the way of life, someone must have sense enough and morality enough
to cut off the chain of hate. This can only be done by projecting the ethic
of love to the center of our lives." -- Martin Luther King, Jr.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-06 22:57 [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers) Cliff Crawford
@ 2001-10-06 23:52 ` Daniel Robbins
2001-10-07 0:37 ` jano
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Daniel Robbins @ 2001-10-06 23:52 UTC (permalink / raw
To: gentoo-dev
On Sun, Oct 07, 2001 at 12:56:46AM -0400, Cliff Crawford wrote:
> > > !!! emerge aborting on
> > > /usr/portage/sys-kernel/linux-headers/linux-headers-2.4.10-r1.ebuild .
> > >
> > > Not sure where to go from here..what am I doing wrong?
> >
> > Our mistake. I'm fixing this on CVS right now, and rsync will be updated
> > by the time you read this.
>
> Thanks, that got me a little bit farther :) Now I'm having trouble
> building the base system. It gets stuck compiling perl (in the `make
> test' part, I think). Here's the output I see:
>
> ...
> lib/io_linenum.......ok
> lib/io_multihomed....ok
> lib/io_pipe..........ok
> lib/io_poll..........ok
> lib/io_sel...........ok
> lib/io_sock..........
>
> The cursor is just sitting at the end of that last line, and it doesn't
> seem to be doing anything. It never times out either. I know my
> network connection is ok, because I was able to rsync before.
> Any ideas? Or, is there some way I can tell emerge to skip the `make test'
> step for perl?
Try setting up the lo interface and making sure that "localhost" has an
entry in /etc/hosts. That should solve it, I think. Let me know if it
does (or doesn't) so I can update the install docs.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-06 23:52 ` Daniel Robbins
@ 2001-10-07 0:37 ` jano
2001-10-07 17:04 ` Aron Griffis
2001-10-07 17:45 ` Chad Huneycutt
2 siblings, 0 replies; 13+ messages in thread
From: jano @ 2001-10-07 0:37 UTC (permalink / raw
To: gentoo-dev
Somewhat OT...
Shouldn't localhost be in the /etc/hosts file in the first place? This
then begs the question, under what circumstances would you not use the
localhost entry in /etc/hosts?
jano
<snip>
> Daniel Robbins wrote:
> Try setting up the lo interface and making sure that "localhost" has an
> entry in /etc/hosts. That should solve it, I think. Let me know if it
> does (or doesn't) so I can update the install docs.
>
> Best Regards,
>
> --
> Daniel Robbins <drobbins@gentoo.org>
> Chief Architect/President http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-06 23:52 ` Daniel Robbins
2001-10-07 0:37 ` jano
@ 2001-10-07 17:04 ` Aron Griffis
2001-10-07 17:45 ` Chad Huneycutt
2 siblings, 0 replies; 13+ messages in thread
From: Aron Griffis @ 2001-10-07 17:04 UTC (permalink / raw
To: gentoo-dev
Daniel Robbins wrote: [Sun Oct 07 2001, 12:51:52AM EST]
> Try setting up the lo interface and making sure that "localhost" has
> an entry in /etc/hosts. That should solve it, I think. Let me know
> if it does (or doesn't) so I can update the install docs.
I was going to mention this, but it got lost in my list of
things-to-mention. Setting up the lo interface and adding localhost to
/etc/hosts did the trick for me. I think this should be added as
a standard step in the install docs.
Aron
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-06 23:52 ` Daniel Robbins
2001-10-07 0:37 ` jano
2001-10-07 17:04 ` Aron Griffis
@ 2001-10-07 17:45 ` Chad Huneycutt
2001-10-07 18:23 ` Collins Richey
2001-10-07 19:01 ` Aron Griffis
2 siblings, 2 replies; 13+ messages in thread
From: Chad Huneycutt @ 2001-10-07 17:45 UTC (permalink / raw
To: gentoo-dev
Daniel Robbins wrote:
>Try setting up the lo interface and making sure that "localhost" has an
>entry in /etc/hosts. That should solve it, I think. Let me know if it
>does (or doesn't) so I can update the install docs.
>
I have the entry
127.0.0.1 localhost localhost.localdomain
in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure
that syntax is correct. Anyone see the problem.
Chad
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-07 17:45 ` Chad Huneycutt
@ 2001-10-07 18:23 ` Collins Richey
2001-10-07 19:01 ` Aron Griffis
1 sibling, 0 replies; 13+ messages in thread
From: Collins Richey @ 2001-10-07 18:23 UTC (permalink / raw
To: gentoo-dev
On Sun, 07 Oct 2001 19:46:30 -0400 Chad Huneycutt
<chad.huneycutt@acm.org> wrote:
> Daniel Robbins wrote:
>
> >Try setting up the lo interface and making sure that "localhost"
> has an
> >entry in /etc/hosts. That should solve it, I think. Let me know
> if it
> >does (or doesn't) so I can update the install docs.
> >
> I have the entry
> 127.0.0.1 localhost localhost.localdomain
>
> in my /etc/hosts files, and a 'ping localhost' fails. I am pretty
> sure
> that syntax is correct. Anyone see the problem.
>
Here is my /etc/hosts file
127.0.0.1 localhost
192.168.0.2 g2r61.home.com
--
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-07 17:45 ` Chad Huneycutt
2001-10-07 18:23 ` Collins Richey
@ 2001-10-07 19:01 ` Aron Griffis
2001-10-08 3:15 ` Holger Brueckner
1 sibling, 1 reply; 13+ messages in thread
From: Aron Griffis @ 2001-10-07 19:01 UTC (permalink / raw
To: gentoo-dev
Chad Huneycutt wrote: [Sun Oct 07 2001, 06:46:30PM EST]
> I have the entry
> 127.0.0.1 localhost localhost.localdomain
>
> in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure
> that syntax is correct. Anyone see the problem.
Do you have the lo interface up? I think all you need to do is
ifconfig lo up
Aron
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-07 19:01 ` Aron Griffis
@ 2001-10-08 3:15 ` Holger Brueckner
2001-10-08 6:35 ` Aron Griffis
0 siblings, 1 reply; 13+ messages in thread
From: Holger Brueckner @ 2001-10-08 3:15 UTC (permalink / raw
To: gentoo-dev
> Chad Huneycutt wrote: [Sun Oct 07 2001, 06:46:30PM EST]
> > I have the entry
> > 127.0.0.1 localhost localhost.localdomain
> >
> > in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure
> > that syntax is correct. Anyone see the problem.
>
> Do you have the lo interface up? I think all you need to do is
>
> ifconfig lo up
maybe your .localdomain is your problem ... do you have a nameserver
for localdomain ?!? and it is not common to define localhost.localdomain.
cya
Holger
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-08 3:15 ` Holger Brueckner
@ 2001-10-08 6:35 ` Aron Griffis
2001-10-13 14:20 ` damaen
0 siblings, 1 reply; 13+ messages in thread
From: Aron Griffis @ 2001-10-08 6:35 UTC (permalink / raw
To: gentoo-dev
Holger Brueckner wrote: [Mon Oct 08 2001, 04:14:13AM EST]
> > Chad Huneycutt wrote: [Sun Oct 07 2001, 06:46:30PM EST]
> > > I have the entry
> > > 127.0.0.1 localhost localhost.localdomain
> > >
> > > in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure
> > > that syntax is correct. Anyone see the problem.
> >
> > Do you have the lo interface up? I think all you need to do is
> >
> > ifconfig lo up
>
> maybe your .localdomain is your problem ... do you have a nameserver
> for localdomain ?!? and it is not common to define localhost.localdomain.
This shouldn't matter in this case since localhost.localdomain is only
being defined as an alias for localhost.
Aron
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-08 6:35 ` Aron Griffis
@ 2001-10-13 14:20 ` damaen
0 siblings, 0 replies; 13+ messages in thread
From: damaen @ 2001-10-13 14:20 UTC (permalink / raw
To: gentoo-dev
> > maybe your .localdomain is your problem ... do you have a nameserver
> > for localdomain ?!? and it is not common to define
> localhost.localdomain.
>
> This shouldn't matter in this case since localhost.localdomain is only
> being defined as an alias for localhost.
>
> Aron
>
All the entries should just be aliases to the IP. For example, mine is:
127.0.0.1 localhost.localmachine localhost
Order shouldn't matter, as in one being aliased to the other. I personally
didn't run into this problem with perl. But I had /etc/hosts modified and
the lo interface up before that.
Tim
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
@ 2001-10-08 4:26 Donny Davies
2001-10-08 6:35 ` Aron Griffis
0 siblings, 1 reply; 13+ messages in thread
From: Donny Davies @ 2001-10-08 4:26 UTC (permalink / raw
To: gentoo-dev
> > Chad Huneycutt wrote: [Sun Oct 07 2001, 06:46:30PM EST]
> > > I have the entry
> > > 127.0.0.1 localhost localhost.localdomain
> > >
> > > in my /etc/hosts files, and a 'ping localhost' fails. I am pretty sure
> > > that syntax is correct. Anyone see the problem.
> >
> > Do you have the lo interface up? I think all you need to do is
> >
> > ifconfig lo up
>
> maybe your .localdomain is your problem ... do you have a nameserver
> for localdomain ?!? and it is not common to define localhost.localdomain.
>
> cya
>
> Holger
Note, it is *incorrect* to list localhost before localhost.localdomain. The
FQDN needs to be first, followed by any aliases you want to use.
Ie., this is wrong:
127.0.0.1 localhost localhost.localdomain
It must be done thusly:
127.0.0.1 localhost.localdomain localhost
Another common mistake is to list your real hostname in the 127.0.0.1
record. Ie, if your hostname is 'pluto', then dont do this!:
127.0.0.1 ..... pluto
Theres nothing wrong with defining localhost.localdomain though. In fact
its done a lot, mostly out of tradition, to serve as a placeholder. But the
order issue is important.
Cheers
--
Donny
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-08 4:26 Donny Davies
@ 2001-10-08 6:35 ` Aron Griffis
2001-10-13 14:51 ` damaen
0 siblings, 1 reply; 13+ messages in thread
From: Aron Griffis @ 2001-10-08 6:35 UTC (permalink / raw
To: gentoo-dev
Hi Woodchip,
Woodchip wrote: [Mon Oct 08 2001, 05:24:12AM EST]
> Note, it is *incorrect* to list localhost before
> localhost.localdomain. The FQDN needs to be first, followed by any
> aliases you want to use.
Actually, I think you may be wrong in this case. You are correct about
putting FQDN first, but in this case, "localhost" may be the
fully-qualified domain, and "localhost.localdomain" may be the alias,
since there is no actualy domain called "localdomain".
If you list "localhost" first, then programs that resolve IP->name using
/etc/hosts via the gethostby*() functions will resolve
127.0.0.1->localhost, which in my experience is desirable over
127.0.0.1->localhost.localdomain.
Aron
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers)
2001-10-08 6:35 ` Aron Griffis
@ 2001-10-13 14:51 ` damaen
0 siblings, 0 replies; 13+ messages in thread
From: damaen @ 2001-10-13 14:51 UTC (permalink / raw
To: gentoo-dev
On 2001.10.08 12:34 Aron Griffis wrote:
> Hi Woodchip,
>
> Woodchip wrote: [Mon Oct 08 2001, 05:24:12AM EST]
> > Note, it is *incorrect* to list localhost before
> > localhost.localdomain. The FQDN needs to be first, followed by any
> > aliases you want to use.
>
> Actually, I think you may be wrong in this case. You are correct about
> putting FQDN first, but in this case, "localhost" may be the
> fully-qualified domain, and "localhost.localdomain" may be the alias,
> since there is no actualy domain called "localdomain".
>
> If you list "localhost" first, then programs that resolve IP->name using
> /etc/hosts via the gethostby*() functions will resolve
> 127.0.0.1->localhost, which in my experience is desirable over
> 127.0.0.1->localhost.localdomain.
>
> Aron
I stand corrected from my previous post... :) Personally, I haven't really
found any issues with using localhost after localhost.localdomain. That's
just the way I've always done it.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2001-10-13 20:50 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-06 22:57 [gentoo-dev] perl compile stuck on lib/io_sock (was: emerge aborting on linux-headers) Cliff Crawford
2001-10-06 23:52 ` Daniel Robbins
2001-10-07 0:37 ` jano
2001-10-07 17:04 ` Aron Griffis
2001-10-07 17:45 ` Chad Huneycutt
2001-10-07 18:23 ` Collins Richey
2001-10-07 19:01 ` Aron Griffis
2001-10-08 3:15 ` Holger Brueckner
2001-10-08 6:35 ` Aron Griffis
2001-10-13 14:20 ` damaen
-- strict thread matches above, loose matches on Subject: below --
2001-10-08 4:26 Donny Davies
2001-10-08 6:35 ` Aron Griffis
2001-10-13 14:51 ` damaen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox