From owner-freebsd-stable Sat Aug 12 0: 3:50 2000 Delivered-To: freebsd-stable@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id A996537B9D8 for ; Sat, 12 Aug 2000 00:03:45 -0700 (PDT) (envelope-from pcasidy@worldnet.fr) Received: from m2.worldnet.net (m2.worldnet.net [195.3.3.6]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id JAA63014 for ; Sat, 12 Aug 2000 09:08:16 +0200 (CEST) Received: from greatoak.home (p14-009.province.worldnet.fr [195.3.14.9]) by m2.worldnet.net (8.9.3/8.9.3) with ESMTP id JAA28889 for ; Sat, 12 Aug 2000 09:03:39 +0200 (CEST) Received: (from pcasidy@localhost) by greatoak.home (8.9.3/8.9.3) id WAA01042 for freebsd-stable@freebsd.org; Fri, 11 Aug 2000 22:48:13 +0200 (CEST) (envelope-from pcasidy) Message-Id: <200008112048.WAA01042@greatoak.home> Date: Fri, 11 Aug 2000 22:48:13 +0200 (CEST) From: Philippe CASIDY Subject: [FIXED]Re: make: don't know how to make dwarf1.c. Stop To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On August the 7th, I finally discovered what was my problem just before leaving. In case it may help someone in the future, here is the explanation. While trying to build 4-1S with a just cvsup'ed source tree, I encountered this problem. While searching and browsing the mailing list I found that this exactly same problem was discussed a few weeks ago. So I keep on cvsupping, updating and still having the problem. And still no real answer from the mailing list. So I started to dig up and found that this file was supposed to be updated from the contrib distribution. Surprise! My contrib directory was owned by root whereas I updated from another user. Due to the lot of messages from cvs and reading that this problem was a known problem I was miles away of thinking that my problem was due to cvs not being able to update the contrib directory. That as simple as that. Morality: several mistakes can lead to the exactly same diagnostic :) Phil. On 6 Aug, Philippe CASIDY wrote: > Hi! > > I want to updrage my kernel from 4.0 RELEASE to the latest STABLE. > > So I did the following sequence: > - - cvsuped "src-all" as of today > - - cd to /usr/src > - - updated my source tree with "cvs -q update -d -r RELENG_4" > - - su to root > - - invoke "make buildworld" as the first stage of /usr/src/UPDATING > >>>> stage 3: cross tools > [snip] > ===> libbfd > sed -e s/NN/32/g /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elfxx-target.h > elf32-target.h > sed -f /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/targmatch.sed /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/config.bfd > targmatch.h > make: don't know how to make dwarf1.c. Stop > *** Error code 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message