From owner-freebsd-stable Wed May 17 15:23: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.inetmail.de (mail.inetmail.de [62.96.3.26]) by hub.freebsd.org (Postfix) with ESMTP id 11F6537B75B for ; Wed, 17 May 2000 15:22:45 -0700 (PDT) (envelope-from joschi@room.de) Received: from escom.room.de (line17-205.inetservice.de [62.96.17.205]) by mail.inetmail.de (8.9.3/8.9.3) with ESMTP id AAA24269 for ; Thu, 18 May 2000 00:22:25 +0200 Received: from didi.room.de (didi.room.de [10.10.10.2]) by escom.room.de (Postfix) with ESMTP id DF3083A86E for ; Thu, 18 May 2000 00:32:42 +0200 (CEST) Received: by didi.room.de (Postfix, from userid 1001) id CD2AC1FBB58; Thu, 18 May 2000 00:23:39 +0200 (CEST) Date: Thu, 18 May 2000 00:23:39 +0200 From: Jochen Solbrig To: freebsd-stable@freebsd.org Subject: error in source code while updating to 4.0 Message-ID: <20000518002339.A363@didi.room.de> Reply-To: jsolbrig@web.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i 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