From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 07:12:05 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 9DEE016A4CE for ; Wed, 25 Aug 2004 07:12:05 +0000 (GMT) Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED5543D48 for ; Wed, 25 Aug 2004 07:12:05 +0000 (GMT) (envelope-from tim@contentspace.demon.co.uk) Received: from contentspace.demon.co.uk ([80.177.161.24] helo=godzuki.contentspace.priv) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 1Bzrwy-0000fy-0V for freebsd-current@freebsd.org; Wed, 25 Aug 2004 07:12:04 +0000 From: Tim Hawkins Organization: Contentspace LLP To: freebsd-current@freebsd.org Date: Wed, 25 Aug 2004 08:17:38 +0100 User-Agent: KMail/1.6.2 References: <20040824130849.GA12431@megalogika.lt> <20040824170917.Y517@beagle.kn.op.dlr.de> <20040824163608.GD37217@ip.net.ua> In-Reply-To: <20040824163608.GD37217@ip.net.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408250817.38664.tim@contentspace.demon.co.uk> X-Mailman-Approved-At: Wed, 25 Aug 2004 11:41:50 +0000 Subject: Re: problems during upgrade to RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tim@contentspace.demon.co.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 07:12:05 -0000 On Tuesday 24 August 2004 17:36, Ruslan Ermilov wrote: I had the same problem without using make includes, the result of an installworld failure. I had to copy the version of genatmtree from /usr/obj to userland in order to be able to rebuild world to fix it. I also had the same problem with "make" where I could not rebuild anything untill I had copied /usr/obj version to userland > On Tue, Aug 24, 2004 at 05:11:32PM +0200, Harti Brandt wrote: > > On Tue, 24 Aug 2004, Tomas Verbaitis wrote: > > > > TV>2) Next failure was this: > > TV>===> snmp_atm > > TV>cat > > TV>/usr/src/lib/libbsnmp/modules/snmp_atm/../../../../contrib/ngatm/snmp_ > >atm/atm_tree.def TV>/usr/src/lib/libbsnmp/modules/snmp_atm/atm_freebsd.def > > | gensnmptree -e TV>begemotAtm > atm_oid.h > > TV>line 110: junk after closing ')' > > > > The problem seems to be that it is running an old gensnmptree from > > /usr/bin although it should build and run a new one. Can you tell me what > > is the __FreeBSD_version in /usr/include/osreldate.h on the system you > > are trying to upgrade? > > Harti, nothing to worry about, you can safely close PR. This is what > happens when people do "make includes" without understanding that it > will ruin their build environment. ``make buildworld OSRELDATE=0'' > usually helps these pour souls. ;) > > > Cheers,