Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 25 Jul 2001 18:35:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 25 Jul 2001 18:35:10 -0400 Received: from pizda.ninka.net ([216.101.162.242]:898 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 25 Jul 2001 18:35:01 -0400 From: "David S. Miller" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15199.18841.458617.411246@pizda.ninka.net> Date: Wed, 25 Jul 2001 15:35:05 -0700 (PDT) To: Leif Sawyer Cc: linux-kernel@vger.kernel.org Subject: Re: Sparc-64 kernel build fails on version.h during 'make oldconfig' In-Reply-To: In-Reply-To: X-Mailer: VM 6.75 under 21.1 (patch 13) "Crater Lake" XEmacs Lucid Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing Leif Sawyer writes: > When 'bootstrapping' a new kernel: > > cp ../oldlinux/.config . > make oldconfig > make dep > ... > /usr/src/linux/include/linux/udf_fs_sb.h:22: linux/version.h: No such file > or directory Something is terribly wrong with either your system tools or this ".config" you are using. If you cannot simply do: cp arch/sparc64/defconfig .config make oldconfig; make dep; make clean; make vmlinux; make modules Then something is truly screwed on your machine. Watch for other errors in the make logs if it fails. I have a strange feeling that one of the make sub-shells died on you or something. Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/