Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 May 1997 23:14:57 -0700
From:      John Polstra <jdp@polstra.com>
To:        yaser@doleh.com
Cc:        stable@freebsd.org
Subject:   Re: Where is netiso includes
Message-ID:  <199705040614.XAA04575@austin.polstra.com>
In-Reply-To: <199705040122.VAA03635@doleh.com>
References:  <199705040122.VAA03635@doleh.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199705040122.VAA03635@doleh.com>,
Yaser K. Doleh <yaser@doleh.com> wrote:
> 
> I tried to upgrade from 2.1.7 to 2.2 using cvsup. For some reason I am missing
> the following the directory /usr/src/sys/netiso
[...]
> This is error I get when I try make world
> 
> mkdep -f .depend -a    /usr/src/sbin/ifconfig/ifconfig.c
> /usr/src/sbin/ifconfig/ifconfig.c:65: netiso/iso.h: No such file or directory
> /usr/src/sbin/ifconfig/ifconfig.c:66: netiso/iso_var.h: No such file or

I think you have some old .depend files or "obj" links somewhere.  I'd
recommend doing this before upgrading from 2.1.7 to 2.2:

    * rm -rf /usr/obj/*

    * find /usr/src -name obj -type l | xargs rm

Then do your make world, and I bet it will work OK.

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705040614.XAA04575>