Subject: Re: current build problem on pmax, sources from 11/1
To: maximum entropy <entropy@zippy.bernstein.com>
From: Simon Burge <simonb@telstra.com.au>
List: current-users
Date: 11/06/1997 09:14:45
On Tue, 4 Nov 1997 20:26:30 -0500 (EST) maximum entropy wrote:
> >From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
> >> From: maximum entropy <entropy@zippy.bernstein.com>
> >> While running a "make build" on pmax:
> >> ===> readline
> >> [tputs and other warning errors]]
> >
> >I have never seen these, and I'm unable to reproduce them. I tried
> >again just now and I still don't see these. I don't see the warnings
> >at all, and I triple-checked I'm compiling with -Werror.
> >
> >My first guess is that maximum entropy hadn't done a `make includes'
> >before recompiling, and was maybe compiling against an out-of-date
> >termcap.h.
>
> `make build' performs a `make includes' as its second step. Since, as
> I stated in my message, I was running `make build' when I received the
> error, I don't think this is the problem.
>
> >Could Mr. entropy check that the termcap.h in his build tree
> >is
> >/* $NetBSD: termcap.h,v 1.3 1997/10/13 16:11:50 lukem Exp $ */
> >which should be dated oct 14 04:16 PST, if it was supped, and retry this
> >again?
>
> ubik# ident /usr/include/termcap.h
> /usr/include/termcap.h:
$NetBSD: termcap.h,v 1.3 1997/10/13 16:11:50 lukem Exp $
> ubik# setenv TZ PST8PDT
> ubik# ls -l /usr/include/termcap.h
> -r--r--r-- 1 bin bin 2360 Oct 24 03:03 /usr/include/termcap.h
> ubik# ls -l /usr/src/lib/libterm/termcap.h
> -rw-r--r-- 1 root wheel 2360 Oct 14 04:16
> /usr/src/lib/libterm/termcap.h
> ubik# cmp /usr/include/termcap.h /usr/src/lib/libterm/termcap.h
> ubik#
>
> It's possible that some other file on my system didn't sup properly.
> I will sup today's sources and try again.
For what it's worth, I did a successful "make build" from sources from
October 29 (remembering I'm pretty much a day ahead of you guys). I'll
start another "make build" today and report how that goes.
Simon.