From owner-freebsd-isdn Thu Jul 29 3: 6:58 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from Dolinca.IBC.IskraSistemi.Si (Dolinca.IBC.IskraSistemi.Si [194.249.213.241]) by hub.freebsd.org (Postfix) with ESMTP id 5EDA614DAA for ; Thu, 29 Jul 1999 03:06:54 -0700 (PDT) (envelope-from brodnik@Dolinca.IBC.IskraSistemi.Si) Received: (from brodnik@localhost) by Dolinca.IBC.IskraSistemi.Si (8.8.8/8.8.7) id MAA16626; Thu, 29 Jul 1999 12:14:06 +0200 (CEST) (envelope-from brodnik) From: Andrej Brodnik (Andy) Message-Id: <199907291014.MAA16626@Dolinca.IBC.IskraSistemi.Si> Subject: Re: i4b_rbch_ioctl.h (was: Strange problems with make depend In-Reply-To: from Hellmuth Michaelis at "Jul 29, 1999 10:32:32 am" To: freebsd-isdn@FreeBSD.ORG Date: Thu, 29 Jul 1999 12:14:06 +0200 (CEST) Cc: brian@FreeBSD.org.uk, hm@hcs.de, rich@ruh-bath.swest.nhs.uk Organization: IBC, Iskra Systems Reply-To: Andrej.Brodnik@IBC.IskraSistemi.SI (Andrej Brodnik (Andy)) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanx for the answers. Yes, the main problem is the overuninstall script which does not remove the "i4b_rbch_ioctl.h" file. Ok, the steps I did were: > cd /tmp/i4b > tar xzvpf i4b-....... > cd FreeBSD > sh overinstall.sh > sh overuninstall.sh > cd /tmp > rm -rf i4b > cd /usr/src/i4b > tar xzvpf i4b-....... > cd FreeBSD > sh overinstall.sh Then I re-configured my kernel and tried to run make depend on it. It failed not finding file "machine/i4b_rbch_ioctl.h". Then I noticed that "/usr/include/machine/i4b_rbch_ioctl.h" is linked to the old position of the original file (on /tmp). I relinked it by hand. However, it didn't solve the problem. The reason is that there was second link to the old position of "i4b_rbch_ioctl.h" in "/usr/src/sys/i386/include"! When I updated this link as well, make depend work without a failure. Now, can somebody update the overuninstall script, please. Thanx! LPA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message