From owner-freebsd-stable Thu Dec 11 10:17:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01928 for stable-outgoing; Thu, 11 Dec 1997 10:17:12 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01920 for ; Thu, 11 Dec 1997 10:17:07 -0800 (PST) (envelope-from deischen@iworks.InterWorks.org) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id MAA21642 for freebsd-stable@FreeBSD.org; Thu, 11 Dec 1997 12:20:46 -0600 (CST) Message-Id: <199712111820.MAA21642@iworks.InterWorks.org> Date: Thu, 11 Dec 1997 12:20:46 -0600 (CST) From: "Daniel M. Eischen" To: freebsd-stable@FreeBSD.org Subject: Build world fails. Sender: owner-freebsd-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Has anyone else been able to get -stable through a build world recently? I've failed the last 3 days, with errors from yesterday and today being: ===> gnu/usr.bin/texinfo/install-info --- .depend --- rm -f .depend mkdep -f .depend -a -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -I/opt/b/src/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/libtxi -I/usr/obj/opt/b/src/src/tmp/usr/include /opt/b/src/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c ===> gnu/usr.bin/texinfo/doc --- depend --- ===> gnu/usr.sbin --- depend --- 1 error *** Error code 2 1 error Using "make -j4 buildworld", and CFLAGS= -O -pipe and COPTFLAGS= -O -pipe set in /etc/make.conf. This is from a fresh CTM install from src-2.2.0500xEmpty.gz and currently through src-2.2.0535.gz. Dan Eischen deischen@iworks.InterWorks.org