From owner-freebsd-isp@FreeBSD.ORG Thu May 12 13:06:41 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D067416A4CE for ; Thu, 12 May 2005 13:06:41 +0000 (GMT) Received: from email.accessus.net (email.accessus.net [209.145.128.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C24043D69 for ; Thu, 12 May 2005 13:06:41 +0000 (GMT) (envelope-from john@day-light.com) X-AUS-Server: EMAIL Received: from [209.145.160.141] (HELO w1) by email.accessus.net (CommuniGate Pro SMTP 4.2.8) with SMTP id 313310096; Thu, 12 May 2005 08:06:40 -0500 From: "John Brooks" To: "Nick Kraal" , Date: Thu, 12 May 2005 08:06:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <42830476.3030709@arc.net.my> Importance: Normal Subject: RE: 'make buildworld' fails X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: john@day-light.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 13:06:41 -0000 I had a similar failure awhile back. Turned out to be a corrupted source file, even though both the filesize and date were correct. Run the following command against the file to look for non-printable control type characters. vis | grep '\^[^L]' If this produces a result, do an MD5 checksum and then compare that to an MD5 checksum of a known good copy of the same file. The fix was to delete the file, run 'make cleandir' in /usr/src, rm -r /usr/obj/usr, change to a different cvsup mirror in cvs-supfile, run cvsup again. -- John Brooks john@day-light.com > -----Original Message----- > From: owner-freebsd-isp@freebsd.org > [mailto:owner-freebsd-isp@freebsd.org]On Behalf Of Nick Kraal > Sent: Thursday, May 12, 2005 2:24 AM > To: freebsd-isp@freebsd.org > Subject: 'make buildworld' fails > > > Dear all, > > Was carrying out 'make buildworld' to upgrade my current [5.3-RELEASE-p5 > FreeBSD 5.3-RELEASE-p5 #4]. I get this message at this point after cvsup > for fresh 5.3 sources. Even tried to cvsup for 5.4 sources. Failed at > this atm thingy. Any ideas? > > Thanks in advance. > > -nick/ > > .. > .. > mp/libbsnmp/../../../contrib/bsnmp/lib/support.c > ===> lib/libbsnmp/modules > ===> lib/libbsnmp/modules/snmp_atm > cat > /usr/src/lib/libbsnmp/modules/snmp_atm/../../../../contrib/ngatm/s > nmp_atm/atm_tree.def > /usr/src/lib/libbsnmp/modules/snmp_atm/atm_freebsd.def | gensnmptree -e > begemotAtm > atm_oid.h > line 110: junk after closing ')' > context: "1 internet > *** Error code 1 > > Stop in /usr/src/lib/libbsnmp/modules/snmp_atm. > *** Error code 1 > > Stop in /usr/src/lib/libbsnmp/modules. > *** Error code 1 > > Stop in /usr/src/lib/libbsnmp. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >