From owner-freebsd-current@FreeBSD.ORG Sun Feb 19 04:19:53 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B76DD16A422 for ; Sun, 19 Feb 2006 04:19:53 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDDD43D46 for ; Sun, 19 Feb 2006 04:19:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (dialup158.ach.sch.gr [81.186.70.158]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1J4JYG3023902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 19 Feb 2006 06:19:37 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1J4JMiS067830 for ; Sun, 19 Feb 2006 06:19:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1J4JMEc067814 for freebsd-current@freebsd.org; Sun, 19 Feb 2006 06:19:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Feb 2006 06:19:21 +0200 From: Giorgos Keramidas To: freebsd-current@freebsd.org Message-ID: <20060219041921.GA62239@flame.pc> References: <20060219010958.GA22357@flame.pc> <20060219031800.GA19663@flame.pc> <20060219034050.GA20475@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060219034050.GA20475@flame.pc> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.389, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Subject: Re: Is HEAD broken for anybody else? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 04:19:53 -0000 On 2006-02-19 05:40, Giorgos Keramidas wrote: > Wrong patch. Then atmconfig will not link. Ignore this please :( > > > %%% > > Index: atmconfig/Makefile > > =================================================================== > > --- atmconfig/Makefile (revision 16) > > +++ atmconfig/Makefile (working copy) > > @@ -6,27 +6,12 @@ > > # $FreeBSD: src/sbin/atm/atmconfig/Makefile,v 1.8 2005/03/15 07:38:15 harti Exp $ The correct fix is probably to add gensnmptree to bootstrap-tools. I'm currently building a snapshot with: %%% Index: Makefile.inc1 =================================================================== --- Makefile.inc1 (revision 16) +++ Makefile.inc1 (working copy) @@ -839,6 +839,7 @@ usr.bin/rpcgen \ usr.bin/xinstall \ usr.sbin/config \ + usr.sbin/bsnmpd/gensnmptree \ ${_crunchgen} \ ${_pwd_mkdb} ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ %%% But this will take a while to test properly.