From owner-freebsd-stable Thu May 18 7:52:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by hub.freebsd.org (Postfix) with ESMTP id 9595637B764 for ; Thu, 18 May 2000 07:52:07 -0700 (PDT) (envelope-from Jochen.Solbrig@urz.uni-heidelberg.de) Received: from ix.urz.uni-heidelberg.de (mail.urz.uni-heidelberg.de [129.206.119.234]) by relay.uni-heidelberg.de (8.9.3+Sun/8.9.3) with ESMTP id QAA03901 for ; Thu, 18 May 2000 16:52:06 +0200 (MET DST) Received: from aixterm5.urz.uni-heidelberg.de (fk1@aixterm5.urz.uni-heidelberg.de [129.206.119.45]) by ix.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id QAA16324 for ; Thu, 18 May 2000 16:52:05 +0200 Received: (from fk1@localhost) by aixterm5.urz.uni-heidelberg.de (AIX4.2/UCB 8.7/8.7) id QAA59528 for freebsd-stable@freebsd.org; Thu, 18 May 2000 16:52:04 +0200 (METDST) Date: Thu, 18 May 2000 16:52:04 +0200 From: Jochen Solbrig To: freebsd-stable@freebsd.org Subject: error in source code while updating to 4.0 Message-ID: <20000518165203.A31420@aixterm5.urz.uni-heidelberg.de> Reply-To: jsolbrig@web.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! While updating from 3.3 to 4.0 stable I noticed the following errors: (actually, at first I only read the make world tutorial but not /usr/src/UPDATING. I ran into trouble and finally had to restore the whole system from backup...) ok, here the errors: first, make buildworld stopped and reported a parse error in something/mtree/excludes.c. I looked into this file and found the following "C"-code: [snip] static const char rcsid[] = "$FreeBSD: src/usr.sbin/mtree/excludes.c,v 1.1.2.2 2000/05/16 16:45:34 wollman Exp $"; "$FreeBSD: src/usr.sbin/mtree/excludes.c,v 1.1.2.2 2000/05/16 16:45:34 wollman Exp $"; [snip] I deleted the second line and restarted with "make buildworld -DNOCLEAN". Later I had some trouble with MAKEDEV and some other minor problems. The make buildworld process stopped at an error with install-info which complained about an unrecognized option. This was funny because I installed install-info from the gnu texinfo sources before, according to /usr/src/UPDATING. In the mailinglist archives I found the hint that I should copy install-info from /usr/obj/something to /usr/bin. This was successful and I completed the update finally. Bye, Jochen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message