From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 06:44:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3216A4CE for ; Fri, 9 Jul 2004 06:44:24 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2E043D48 for ; Fri, 9 Jul 2004 06:44:23 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i696iEj331958; Fri, 9 Jul 2004 08:44:15 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i696iDf391936; Fri, 9 Jul 2004 08:44:13 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i696iCV21782; Fri, 9 Jul 2004 08:44:12 +0200 (MET DST) Date: Fri, 9 Jul 2004 08:44:12 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Steve Kargl In-Reply-To: <20040708234643.GA3560@troutmask.apl.washington.edu> Message-ID: <20040709084230.B41767@beagle.kn.op.dlr.de> References: <20040708234643.GA3560@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: lib/libngatm and gnu/usr.bin/binutils/as break installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 06:44:24 -0000 On Thu, 8 Jul 2004, Steve Kargl wrote: SK>===> lib/libngatm SK>install -o root -g wheel -m 444 unimsg.3.gz /usr/share/man/man3 SK>install -o root -g wheel -m 444 unisap.3.gz /usr/share/man/man3 SK>install: unisap.3.gz: No such file or directory SK>*** Error code 71 (continuing) SK>`install' not remade because of errors. Works here. How could the buildworld go through successful, yet not produce unisap.3.gz so that the installworld fails? Did you probably cvs update between building and installing? harti