Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 15:15:14 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        Ron Klinkien <ron@zappa.demon.nl>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Broken Pipes with make world 4.2-STABLE
Message-ID:  <20010121151514.W10761@rfx-216-196-73-168.users.reflex>
In-Reply-To: <008101c083af$6d8bd550$0404a8c0@sonic>; from ron@zappa.demon.nl on Sun, Jan 21, 2001 at 02:38:24PM %2B0100
References:  <008101c083af$6d8bd550$0404a8c0@sonic>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 21, 2001 at 02:38:24PM +0100, Ron Klinkien wrote:
> Since yesterday building my man pages db fails when
> doing an make world:
> --------snip---------
> ===> etc
> ===> etc/sendmail
> --------------------------------------------------------------
> >>> Rebuilding man page indices
> --------------------------------------------------------------
> cd /usr/src/share/man; make makedb
> makewhatis /usr/share/man
> gzcat: stdout: Broken pipe
> gzcat: stdout: Broken pipe
> gzcat: stdout: Broken pipe
> gzcat: stdout: Broken pipe
> gzcat: stdout: Broken pipe
> gzcat: stdout: Broken pipe
> ...
> ...
> gzcat: stdout: Broken pipe
> rm -rf /tmp/install.93065
> --------------------------------------------------------------
> >>> elf make world completed on Sun Jan 21 14:33:59 CET 2001
>                        (started Sun Jan 21 12:24:04 CET 2001)
> --------------------------------------------------------------
> 
> I did an cvsup and a new make -j 3 world, to no avail...
> 
> There is enough diskspace...and gzcat is working fine...
> uname -a
> FreeBSD bsdserver.smalweer.nl 4.2-STABLE FreeBSD 4.2-STABLE #3: Sat Jan 20
> 01:32:36 CET 2001
> root@bsdserver.smalweer.nl:/usr/src/sys/compile/BSDSERVER  i386

Are you ssh'ing into this machine to do the installworld? It looks
like this is some really weird OpenSSH problem. I got around it by
running the install as a batch job,

  # batch
  cd /usr/src &&
  make installworld
  ^D

And it ran fine. Look in the -stable list archive for a few mails on
this earlier this week for more information.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010121151514.W10761>