Bug 29715

Summary: buildworld dies in /usr/src/share/termcap
Product: Base System Reporter: .R. <rcarn>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-PRERELEASE   
Hardware: Any   
OS: Any   

Description .R. 2001-08-14 21:40:02 UTC
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. :/

Fix: 

I'd like to know. ;)
How-To-Repeat: I can manually cause the same error by running make in the same dir.
Comment 1 ru freebsd_committer freebsd_triage 2001-08-15 10:04:55 UTC
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
Comment 2 rcarn 2001-08-15 13:55:50 UTC
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
>
Comment 3 rcarn 2001-08-16 18:24:47 UTC
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
Comment 4 Mike Heffner freebsd_committer freebsd_triage 2001-08-17 04:34:38 UTC
State Changed
From-To: open->closed

Submitter reports problem was due to not having /var/tmp directory.