From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 07:20:06 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 6A9AB16A4CE for ; Tue, 10 Aug 2004 07:20:06 +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 8B6A743D45 for ; Tue, 10 Aug 2004 07:20:05 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i7A7K3X213614; Tue, 10 Aug 2004 09:20:03 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i7A7K2f85814; Tue, 10 Aug 2004 09:20:02 +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 i7A7K1e07297; Tue, 10 Aug 2004 09:20:02 +0200 (MET DST) Date: Tue, 10 Aug 2004 09:20:10 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Kris Kennaway In-Reply-To: <20040809212544.GA86157@xor.obsecurity.org> Message-ID: <20040810091743.X42422@beagle.kn.op.dlr.de> References: <20040809212544.GA86157@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: world broken (libbsnmp broken, and "+for: not found") 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: Tue, 10 Aug 2004 07:20:06 -0000 On Mon, 9 Aug 2004, Kris Kennaway wrote: KK>World seems to be broken in two ways (updating from -current from KK>about a month ago): KK> KK>1) KK> KK>> ===> lib/libbsnmp/modules KK>> ===> lib/libbsnmp/modules/snmp_atm KK>> make: don't know how to make snmp_atm.h. Stop KK>> *** Error code 2 Ups. That should work. I'll have a look into this. KK>After reverting these commits, it gets a bit further before dying with KK> KK>2) KK> KK>echo routed: /usr/obj/a/portbuild/i386/src-client/i386/usr/lib/libc.a /usr/obj/a/portbuild/i386/src-client/i386/usr/lib/libmd.a >> .depend KK>+for: not found KK>*** Error code 127 KK> KK>Stop in /a/portbuild/i386/src-client/sbin/routed. KK>*** Error code 1 KK> KK>Stop in /a/obj/a/portbuild/i386/src-client/rescue/rescue. *** Error KK>code 1 I committed a fix to crunchgen yesterday in the evening (GMT). Make in rescue was picking up the wrong make binary. harti