From owner-freebsd-current Thu May 1 06:27:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA23744 for current-outgoing; Thu, 1 May 1997 06:27:14 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA23739; Thu, 1 May 1997 06:27:06 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id XAA09791; Thu, 1 May 1997 23:10:22 +1000 Date: Thu, 1 May 1997 23:10:22 +1000 From: Bruce Evans Message-Id: <199705011310.XAA09791@godzilla.zeta.org.au> To: bde@freebsd.org, jkh@time.cdrom.com Subject: Re: -current build is now broken.. Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >===> lib/libcom_err/doc >install-info --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /R/stage/trees/bin/usr/share/info/dir >install -c -o bin -g bin -m 444 com_err.info.gz /R/stage/trees/bin/usr/share/info >===> lib/libcom_err/doc >cd /usr/src/lib/libcom_err/doc ; make install DESTDIR=/R/stage/trees/info SHARED=copies >make: don't know how to make /R/stage/trees/info/usr/share/info/dir. Stop >*** Error code 2 > >Stop. >*** Error code 1 > >I think you were last in bsd.info.mk? > >Sheesh, I'm never going to get this SNAPshot out at this rate. ;-) Apparently your src/Makefile is out of date, or your /usr/share/sys/*.mk are inconsistent with the src tree. Current versions of *.mk can't be used to build old releases. Bruce