public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
* [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

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