From rcarn@cerebus.novagate.net  Tue Aug 14 13:36:51 2001
Return-Path: <rcarn@cerebus.novagate.net>
Received: from cerebus.novagate.net (cerebus.novagate.net [205.138.135.7])
	by hub.freebsd.org (Postfix) with ESMTP id 3C91337B405
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Aug 2001 13:36:51 -0700 (PDT)
	(envelope-from rcarn@cerebus.novagate.net)
Received: (from root@localhost)
	by cerebus.novagate.net (8.11.5/8.11.5) id f7EKacS47066;
	Tue, 14 Aug 2001 16:36:38 -0400 (EDT)
	(envelope-from rcarn)
Message-Id: <200108142036.f7EKacS47066@cerebus.novagate.net>
Date: Tue, 14 Aug 2001 16:36:38 -0400 (EDT)
From: ".R." <rcarn@novagate.net>
Reply-To: ".R." <rcarn@novagate.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: buildworld dies in /usr/src/share/termcap
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29715
>Category:       i386
>Synopsis:       buildworld dies in /usr/src/share/termcap
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 14 13:40:02 PDT 2001
>Closed-Date:    Thu Aug 16 20:34:38 PDT 2001
>Last-Modified:  Thu Aug 16 20:35:45 PDT 2001
>Originator:     .R.
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
>Environment:
>Description:
After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs
fine until it gets to the /usr/src/share/termcap directory, where it dies with the
following error-message:
TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null
*** Error code 1

...thinking maybe my Makefile was that dir was messed up, I compared to the ftp
mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure
what is causing it. :/

>How-To-Repeat:
I can manually cause the same error by running make in the same dir.

>Fix:
I'd like to know. ;)
>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.org>
To: ".R." <rcarn@novagate.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap
Date: Wed, 15 Aug 2001 12:04:55 +0300

 On Tue, Aug 14, 2001 at 04:36:38PM -0400, .R. wrote:
 > 
 > After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs
 > fine until it gets to the /usr/src/share/termcap directory, where it dies with the
 > following error-message:
 > TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null
 > *** Error code 1
 > 
 > ...thinking maybe my Makefile was that dir was messed up, I compared to the ftp
 > mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure
 > what is causing it. :/
 > 
 Make sure that ``reorder'' and ``termcap.src'' files are not corrupt:
 
 MD5 (reorder) = 57a07a2aea2ded6e39fc99acfb3281e3
 MD5 (termcap.src) = 0b42b7ad52519f6ea591ceaeb2235bdd
 
 
 Cheers,
 -- 
 Ruslan Ermilov		Oracle Developer/DBA,
 ru@sunbay.com		Sunbay Software AG,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.512.251	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age

From: "R.R.E.C." <rcarn@sulaco.novagate.net>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: <bug-followup@FreeBSD.org>
Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap
Date: Wed, 15 Aug 2001 08:55:50 -0400 (EDT)

 On Wed, 15 Aug 2001, Ruslan Ermilov wrote:
 
 Both show the same MD5 tag as you gave below. I'm now just going
 to rm the termcap directory and re-cvsup and see if that helps,
 but I'm not overly hopeful. ;)
 
 Thanks.
 
 Randy
 
 >On Tue, Aug 14, 2001 at 04:36:38PM -0400, .R. wrote:
 >>
 >> After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs
 >> fine until it gets to the /usr/src/share/termcap directory, where it dies with the
 >> following error-message:
 >> TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null
 >> *** Error code 1
 >>
 >> ...thinking maybe my Makefile was that dir was messed up, I compared to the ftp
 >> mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure
 >> what is causing it. :/
 >>
 >Make sure that ``reorder'' and ``termcap.src'' files are not corrupt:
 >
 >MD5 (reorder) = 57a07a2aea2ded6e39fc99acfb3281e3
 >MD5 (termcap.src) = 0b42b7ad52519f6ea591ceaeb2235bdd
 >
 

From: "R.R.E.C." <rcarn@sulaco.novagate.net>
To: <freebsd-gnats-submit@FreeBSD.org>, <rcarn@novagate.net>
Cc:  
Subject: Re: i386/29715: buildworld dies in /Fusr/src/share/termcap
Date: Thu, 16 Aug 2001 13:24:47 -0400 (EDT)

 Figured this one out. And it's slap-yourself-stupid easy. ;)
 
 I did not have a /var/tmp directory. I moved my */tmp dirs to a
 partition that had more room and forgot to repoint the symlinks.
 
 D'oh.
 
 Everything works just fine now.
 
 Randy
 
State-Changed-From-To: open->closed 
State-Changed-By: mikeh 
State-Changed-When: Thu Aug 16 20:34:38 PDT 2001 
State-Changed-Why:  
Submitter reports problem was due to not having /var/tmp directory. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29715 
>Unformatted:
 >System: FreeBSD cerebus.novagate.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Fri Aug 10 12:21:01 EDT 2001 rcarn@cerebus.novagate.net:/usr/obj/usr/src/sys/CEREBUS i386
 
