From owner-freebsd-current Thu Aug 14 21:37:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06372 for current-outgoing; Thu, 14 Aug 1997 21:37:45 -0700 (PDT) Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06367 for ; Thu, 14 Aug 1997 21:37:43 -0700 (PDT) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id XAA22535 for ; Thu, 14 Aug 1997 23:37:12 -0500 (CDT) Received: from sil-wa2-25.ix.netcom.com(206.214.137.57) by dfw-ix2.ix.netcom.com via smap (V1.3) id sma022522; Thu Aug 14 23:36:51 1997 Message-ID: <33F3DCDF.167EB0E7@ix.netcom.com> Date: Thu, 14 Aug 1997 21:36:47 -0700 From: "Thomas D. Dean" X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: FreeBSDCurrent Subject: Make fails After Update Source Tree. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I fetched the CVS tree, last week. make world completed OK. I updated the CVS tree with -current. The src-all part of the update completed OK make failed when building lib/libncurses/libncurses.a, complaining about a missing version.h. I did 'touch lib/libncurses/version.h' and the build completed. Is there a missing file? make terminated with a fatal error: ===> bin/chmod ===> bin/cp ===> bin/csh ===> bin/date cc -O -Wall -c /usr/src/bin/date/date.c /usr/src/bin/date/date.c: In function `setthetime': /usr/src/bin/date/date.c:183: warning: implicit declaration of function `strptime' /usr/src/bin/date/date.c:183: warning: assignment makes pointer from integer without a cast cc -O -Wall -c /usr/src/bin/date/vary.c cc -O -Wall -static -o date date.o netdate.o vary.o -lutil date.o: Undefined symbol `_strptime' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 1 error Where is strptime? No man, No apropos, Not in /usr/lib/*