From owner-freebsd-stable@FreeBSD.ORG Thu Mar 10 14:13:53 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5ED316A4CE for ; Thu, 10 Mar 2005 14:13:53 +0000 (GMT) Received: from mailtwo.everynet.ch (mailtwo.siconline.net [217.168.44.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC7143D31 for ; Thu, 10 Mar 2005 14:13:52 +0000 (GMT) (envelope-from pgnews@siconline.ch) Received: from [172.16.3.87] (border8.siconline.net [217.168.44.33]) by mailtwo.everynet.ch (8.12.10/8.12.10) with ESMTP id j2AEDlV2065575 for ; Thu, 10 Mar 2005 15:13:47 +0100 (CET) (envelope-from pgnews@siconline.ch) From: Peter Guhl To: freebsd-stable@freebsd.org Content-Type: text/plain Organization: SIC NetzWerkCenter Message-Id: <1110464027.661.3.camel@nelke.int.siconline.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 10 Mar 2005 15:13:47 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Strange message while trying to recompile FreeBSD 4.6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 14:13:54 -0000 Hi I have an old box where 4.6.2-RELEASE has to be updated to the latest (last?) releng. After I made cvsup work compiling the kernel ends with: make: don't know how to make ../../isa/ic/ns16550.h. Stop ns16550.h isn't in ../../isa/ic but in ../../dev/ic/. Therefore I guess I can fix that with cp or ln -s. But I don't like this situation. How could something happen at all and what chaos do I get if I try to fix it? Any hints? Regards Peter